Package com.google.earth.kml._2
Class DeleteType
java.lang.Object
com.google.earth.kml._2.DeleteType
<p>Java class for DeleteType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="DeleteType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://earth.google.com/kml/2.1}Feature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<? extends FeatureType>> Gets the value of the feature property.
-
Field Details
-
feature
-
-
Constructor Details
-
DeleteType
public DeleteType()
-
-
Method Details
-
getFeature
Gets the value of the feature 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 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<DocumentType>JAXBElement<FeatureType>JAXBElement<FolderType>JAXBElement<GroundOverlayType>JAXBElement<NetworkLinkType>JAXBElement<PlacemarkType>JAXBElement<ScreenOverlayType>- Returns:
- The value of the feature property.
-