Package com.google.earth.kml._2
Class ReplaceType
java.lang.Object
com.google.earth.kml._2.ReplaceType
<p>Java class for ReplaceType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ReplaceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://earth.google.com/kml/2.1}Feature" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends FeatureType> Gets the value of the feature property.voidsetFeature(jakarta.xml.bind.JAXBElement<? extends FeatureType> value) Sets the value of the feature property.
-
Field Details
-
feature
-
-
Constructor Details
-
ReplaceType
public ReplaceType()
-
-
Method Details
-
getFeature
Gets the value of the feature property.- Returns:
- possible object is
JAXBElement<DocumentType>JAXBElement<FeatureType>JAXBElement<FolderType>JAXBElement<GroundOverlayType>JAXBElement<NetworkLinkType>JAXBElement<PlacemarkType>JAXBElement<ScreenOverlayType>
-
setFeature
Sets the value of the feature property.- Parameters:
value- allowed object isJAXBElement<DocumentType>JAXBElement<FeatureType>JAXBElement<FolderType>JAXBElement<GroundOverlayType>JAXBElement<NetworkLinkType>JAXBElement<PlacemarkType>JAXBElement<ScreenOverlayType>
-