public class FeaturesNotLockedType extends Object implements Visitable
Java class for FeaturesNotLockedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeaturesNotLockedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element ref="{http://www.opengis.net/ogc}FeatureId"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureIdType> |
featureId |
| Constructor and Description |
|---|
FeaturesNotLockedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
List<FeatureIdType> |
getFeatureId()
Gets the value of the featureId property.
|
boolean |
isSetFeatureId() |
void |
unsetFeatureId() |
protected List<FeatureIdType> featureId
public List<FeatureIdType> getFeatureId()
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 featureId property.
For example, to add a new item, do as follows:
getFeatureId().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureIdType
public boolean isSetFeatureId()
public void unsetFeatureId()
This work is licensed under a Creative Commons Attribution 4.0 International License.