Package com.google.earth.kml._2
Class KmlType
java.lang.Object
com.google.earth.kml._2.KmlType
<p>Java class for KmlType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="KmlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="NetworkLinkControl" type="{http://earth.google.com/kml/2.1}NetworkLinkControlType" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}Feature" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends FeatureType> protected NetworkLinkControlType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends FeatureType> Gets the value of the feature property.Gets the value of the networkLinkControl property.voidsetFeature(jakarta.xml.bind.JAXBElement<? extends FeatureType> value) Sets the value of the feature property.voidSets the value of the networkLinkControl property.
-
Field Details
-
networkLinkControl
-
feature
-
-
Constructor Details
-
KmlType
public KmlType()
-
-
Method Details
-
getNetworkLinkControl
Gets the value of the networkLinkControl property.- Returns:
- possible object is
NetworkLinkControlType
-
setNetworkLinkControl
Sets the value of the networkLinkControl property.- Parameters:
value- allowed object isNetworkLinkControlType
-
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>
-