Class Kml

java.lang.Object
org.bremersee.opengis.kml.v22.Kml
All Implemented Interfaces:
Serializable

public class Kml extends Object implements 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 Details

    • networkLinkControl

      protected NetworkLinkControl networkLinkControl
    • abstractFeatureGroup

      protected jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType> abstractFeatureGroup
    • kmlSimpleExtensionGroups

      protected List<Object> kmlSimpleExtensionGroups
    • kmlObjectExtensionGroups

      protected List<AbstractObjectType> kmlObjectExtensionGroups
    • hint

      protected String hint
  • Constructor Details

    • Kml

      public Kml()
  • Method Details

    • getNetworkLinkControl

      public NetworkLinkControl getNetworkLinkControl()
      Gets the value of the networkLinkControl property.
      Returns:
      possible object is NetworkLinkControl
    • setNetworkLinkControl

      public void setNetworkLinkControl(NetworkLinkControl value)
      Sets the value of the networkLinkControl property.
      Parameters:
      value - allowed object is NetworkLinkControl
    • getAbstractFeatureGroup

      public jakarta.xml.bind.JAXBElement<? extends AbstractFeatureType> 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 is JAXBElement<TourType> JAXBElement<AbstractContainerType> JAXBElement<AbstractFeatureType> JAXBElement<AbstractOverlayType> JAXBElement<DocumentType> JAXBElement<FolderType> JAXBElement<GroundOverlayType> JAXBElement<NetworkLinkType> JAXBElement<PhotoOverlayType> JAXBElement<PlacemarkType> JAXBElement<ScreenOverlayType>
    • getKmlSimpleExtensionGroups

      public List<Object> 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 set method 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

      public List<AbstractObjectType> 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 set method 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

      public String getHint()
      Gets the value of the hint property.
      Returns:
      possible object is String
    • setHint

      public void setHint(String value)
      Sets the value of the hint property.
      Parameters:
      value - allowed object is String