public class UpdateElementType extends Object implements Named, Visitable
Java class for UpdateElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs}Property" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/ogc}Filter" minOccurs="0"/>
</sequence>
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="typeName" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Type | Property and Description |
|---|---|
boolean |
isSet
Gets the value of the property setProperty.
|
| Modifier and Type | Field and Description |
|---|---|
protected FilterType |
filter |
protected String |
handle |
protected List<PropertyType> |
property |
protected QName |
typeName |
| Constructor and Description |
|---|
UpdateElementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
FilterType |
getFilter()
The Filter element is used to constrain the scope
of the update operation to those features identified
by the filter.
|
String |
getHandle()
Gets the value of the handle property.
|
QName |
getJAXBElementName() |
List<PropertyType> |
getProperty()
Gets the value of the property property.
|
QName |
getTypeName()
Gets the value of the typeName property.
|
boolean |
isSetFilter() |
boolean |
isSetHandle() |
boolean |
isSetProperty()
Gets the value of the property setProperty.
|
boolean |
isSetTypeName() |
void |
setFilter(FilterType value)
Sets the value of the filter property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setJAXBElementName(QName name) |
void |
setTypeName(QName value)
Sets the value of the typeName property.
|
void |
unsetProperty() |
protected List<PropertyType> property
protected FilterType filter
protected String handle
protected QName typeName
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 String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic boolean isSetHandle()
public QName getTypeName()
QNamepublic void setTypeName(QName value)
value - allowed object is
QNamepublic boolean isSetTypeName()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.