Class Kml
- All Implemented Interfaces:
Serializable
Java class for KmlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KmlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControl" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}KmlSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}KmlObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="hint" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType> protected Stringprotected List<AbstractObjectType> protected NetworkLinkControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends AbstractFeatureType> Gets the value of the abstractFeatureGroup property.getHint()Gets the value of the hint property.Gets the value of the kmlObjectExtensionGroups property.Gets the value of the kmlSimpleExtensionGroups property.Gets the value of the networkLinkControl property.voidsetAbstractFeatureGroup(jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType> value) Sets the value of the abstractFeatureGroup property.voidSets the value of the hint property.voidSets the value of the networkLinkControl property.
-
Field Details
-
networkLinkControl
-
abstractFeatureGroup
-
kmlSimpleExtensionGroups
-
kmlObjectExtensionGroups
-
hint
-
-
Constructor Details
-
Kml
public Kml()
-
-
Method Details
-
getNetworkLinkControl
Gets the value of the networkLinkControl property.- Returns:
- possible object is
NetworkLinkControl
-
setNetworkLinkControl
Sets the value of the networkLinkControl property.- Parameters:
value- allowed object isNetworkLinkControl
-
getAbstractFeatureGroup
Gets the value of the abstractFeatureGroup property.- Returns:
- possible object is
JAXBElement<TourType>JAXBElement<AbstractContainerType>JAXBElement<AbstractFeatureType>JAXBElement<AbstractOverlayType>JAXBElement<DocumentType>JAXBElement<FolderType>JAXBElement<GroundOverlayType>JAXBElement<NetworkLinkType>JAXBElement<PhotoOverlayType>JAXBElement<PlacemarkType>JAXBElement<ScreenOverlayType>
-
setAbstractFeatureGroup
public void setAbstractFeatureGroup(jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType> value) Sets the value of the abstractFeatureGroup property.- Parameters:
value- allowed object isJAXBElement<TourType>JAXBElement<AbstractContainerType>JAXBElement<AbstractFeatureType>JAXBElement<AbstractOverlayType>JAXBElement<DocumentType>JAXBElement<FolderType>JAXBElement<GroundOverlayType>JAXBElement<NetworkLinkType>JAXBElement<PhotoOverlayType>JAXBElement<PlacemarkType>JAXBElement<ScreenOverlayType>
-
getKmlSimpleExtensionGroups
Gets the value of the kmlSimpleExtensionGroups 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 kmlSimpleExtensionGroups property.For example, to add a new item, do as follows:
getKmlSimpleExtensionGroups().add(newItem);Objects of the following type(s) are allowed in the list
Object- Returns:
- The value of the kmlSimpleExtensionGroups property.
-
getKmlObjectExtensionGroups
Gets the value of the kmlObjectExtensionGroups 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 kmlObjectExtensionGroups property.For example, to add a new item, do as follows:
getKmlObjectExtensionGroups().add(newItem);Objects of the following type(s) are allowed in the list
AbstractObjectType- Returns:
- The value of the kmlObjectExtensionGroups property.
-
getHint
Gets the value of the hint property.- Returns:
- possible object is
String
-
setHint
Sets the value of the hint property.- Parameters:
value- allowed object isString
-