Class Delete
- All Implemented Interfaces:
Serializable
Java class for DeleteType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType>> Gets the value of the abstractFeatureGroups property.
-
Field Details
-
abstractFeatureGroups
-
-
Constructor Details
-
Delete
public Delete()
-
-
Method Details
-
getAbstractFeatureGroups
Gets the value of the abstractFeatureGroups 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 Jakarta XML Binding object. This is why there is not a
setmethod for the abstractFeatureGroups property.For example, to add a new item, do as follows:
getAbstractFeatureGroups().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<TourType>JAXBElement<AbstractContainerType>JAXBElement<AbstractFeatureType>JAXBElement<AbstractOverlayType>JAXBElement<DocumentType>JAXBElement<FolderType>JAXBElement<GroundOverlayType>JAXBElement<NetworkLinkType>JAXBElement<PhotoOverlayType>JAXBElement<PlacemarkType>JAXBElement<ScreenOverlayType>- Returns:
- The value of the abstractFeatureGroups property.
-