public class InsertElementType extends Object implements Named, Visitable
Java class for InsertElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}_Feature" maxOccurs="unbounded"/>
</sequence>
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractFeatureType>> |
feature |
protected String |
handle |
| Constructor and Description |
|---|
InsertElementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
List<JAXBElement<? extends AbstractFeatureType>> |
getFeature()
Gets the value of the feature property.
|
String |
getHandle()
Gets the value of the handle property.
|
QName |
getJAXBElementName() |
boolean |
isSetFeature() |
boolean |
isSetHandle() |
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setJAXBElementName(QName name) |
void |
unsetFeature() |
protected List<JAXBElement<? extends AbstractFeatureType>> feature
protected String handle
public List<JAXBElement<? extends AbstractFeatureType>> getFeature()
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 feature property.
For example, to add a new item, do as follows:
getFeature().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AbstractFeatureCollectionType>
JAXBElement<FeatureCollectionType>
JAXBElement<AbstractFeatureType>
public boolean isSetFeature()
public void unsetFeature()
public String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic boolean isSetHandle()
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.