Class FolderType


public class FolderType extends ContainerType
<p>Java class for FolderType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="FolderType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}ContainerType"> <sequence> <element ref="{http://earth.google.com/kml/2.1}Feature" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • feature

      protected List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> feature
  • Constructor Details

    • FolderType

      public FolderType()
  • Method Details

    • getFeature

      public List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> 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 set method 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.