net.opengis.kml._2_2_0
Class DeleteType
java.lang.Object
net.opengis.kml._2_2_0.DeleteType
public class DeleteType
- extends Object
Classe Java pour DeleteType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DeleteType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
abstractFeatureGroup
protected List<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup
DeleteType
public DeleteType()
getAbstractFeatureGroup
public List<JAXBElement<? extends AbstractFeatureType>> getAbstractFeatureGroup()
- Gets the value of the abstractFeatureGroup property.
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 abstractFeatureGroup property.
For example, to add a new item, do as follows:
getAbstractFeatureGroup().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AbstractFeatureType>
JAXBElement<FolderType>
JAXBElement<NetworkLinkType>
JAXBElement<PhotoOverlayType>
JAXBElement<GroundOverlayType>
JAXBElement<AbstractOverlayType>
JAXBElement<AbstractContainerType>
JAXBElement<DocumentType>
JAXBElement<PlacemarkType>
JAXBElement<ScreenOverlayType>
isSetAbstractFeatureGroup
public boolean isSetAbstractFeatureGroup()
unsetAbstractFeatureGroup
public void unsetAbstractFeatureGroup()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.