public class UpdateType extends AbstractTransactionActionType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for UpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.0}AbstractTransactionActionType">
<sequence>
<element ref="{http://www.opengis.net/wfs/2.0}Property" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/fes/2.0}Filter" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.0}StandardInputParameters"/>
<attribute name="typeName" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Type | Property and Description |
|---|---|
boolean |
isSet
Gets the value of the property setProperty.
|
| Modifier and Type | Field and Description |
|---|---|
protected net.opengis.filter.v_2_0_0.FilterType |
filter |
protected String |
inputFormat |
protected List<PropertyType> |
property |
protected String |
srsName |
protected QName |
typeName |
handle| Constructor and Description |
|---|
UpdateType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
net.opengis.filter.v_2_0_0.FilterType |
getFilter()
Gets the value of the filter property.
|
String |
getInputFormat()
Gets the value of the inputFormat property.
|
List<PropertyType> |
getProperty()
Gets the value of the property property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
QName |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetFilter() |
boolean |
isSetInputFormat() |
boolean |
isSetProperty()
Gets the value of the property setProperty.
|
boolean |
isSetSrsName() |
boolean |
isSetTypeName() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setFilter(net.opengis.filter.v_2_0_0.FilterType value)
Sets the value of the filter property.
|
void |
setInputFormat(String value)
Sets the value of the inputFormat property.
|
void |
setProperty(List<PropertyType> value) |
void |
setSrsName(String value)
Sets the value of the srsName property.
|
void |
setTypeName(QName value)
Sets the value of the typeName property.
|
String |
toString() |
void |
unsetProperty() |
getHandle, isSetHandle, setHandleprotected List<PropertyType> property
protected net.opengis.filter.v_2_0_0.FilterType filter
protected QName typeName
protected String inputFormat
protected String srsName
public List<PropertyType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
public boolean isSetProperty()
public void unsetProperty()
public net.opengis.filter.v_2_0_0.FilterType getFilter()
FilterTypepublic void setFilter(net.opengis.filter.v_2_0_0.FilterType value)
value - allowed object is
FilterTypepublic boolean isSetFilter()
public QName getTypeName()
QNamepublic void setTypeName(QName value)
value - allowed object is
QNamepublic boolean isSetTypeName()
public String getInputFormat()
Stringpublic void setInputFormat(String value)
value - allowed object is
Stringpublic boolean isSetInputFormat()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
public String toString()
toString in class AbstractTransactionActionTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractTransactionActionTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractTransactionActionTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractTransactionActionTypepublic boolean equals(Object object)
equals in class AbstractTransactionActionTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractTransactionActionTypepublic int hashCode()
hashCode in class AbstractTransactionActionTypepublic Object clone()
clone in class AbstractTransactionActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractTransactionActionTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractTransactionActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransactionActionTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransactionActionTypepublic void setProperty(List<PropertyType> value)
This work is licensed under a Creative Commons Attribution 4.0 International License.