|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wfs.v_2_0.AbstractTransactionActionType
net.opengis.wfs.v_2_0.UpdateType
public class UpdateType
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>
| Field Summary | |
|---|---|
protected FilterType |
filter
|
protected String |
inputFormat
|
protected List<PropertyType> |
property
|
protected String |
srsName
|
protected QName |
typeName
|
| Fields inherited from class net.opengis.wfs.v_2_0.AbstractTransactionActionType |
|---|
handle |
| Constructor Summary | |
|---|---|
UpdateType()
|
|
| Method Summary | |
|---|---|
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)
|
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()
|
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(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()
|
UpdateType |
withFilter(FilterType value)
|
UpdateType |
withHandle(String value)
|
UpdateType |
withInputFormat(String value)
|
UpdateType |
withProperty(Collection<PropertyType> values)
|
UpdateType |
withProperty(List<PropertyType> value)
|
UpdateType |
withProperty(PropertyType... values)
|
UpdateType |
withSrsName(String value)
|
UpdateType |
withTypeName(QName value)
|
| Methods inherited from class net.opengis.wfs.v_2_0.AbstractTransactionActionType |
|---|
getHandle, isSetHandle, setHandle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<PropertyType> property
protected FilterType filter
protected QName typeName
protected String inputFormat
protected String srsName
| Constructor Detail |
|---|
public UpdateType()
| Method Detail |
|---|
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 FilterType getFilter()
FilterTypepublic void setFilter(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 AbstractTransactionActionType
public 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 AbstractTransactionActionType
public 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 AbstractTransactionActionType
public 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 AbstractTransactionActionType
public 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 AbstractTransactionActionType
public 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.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransactionActionType
public 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)
public UpdateType withProperty(PropertyType... values)
public UpdateType withProperty(Collection<PropertyType> values)
public UpdateType withFilter(FilterType value)
public UpdateType withTypeName(QName value)
public UpdateType withInputFormat(String value)
public UpdateType withSrsName(String value)
public UpdateType withProperty(List<PropertyType> value)
public UpdateType withHandle(String value)
withHandle in class AbstractTransactionActionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||