Class CreateType

java.lang.Object
com.google.earth.kml._2.CreateType

public class CreateType extends Object
<p>Java class for CreateType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="CreateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://earth.google.com/kml/2.1}Folder"/> </sequence> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • CreateType

      public CreateType()
  • Method Details

    • getFolder

      public FolderType getFolder()
      Gets the value of the folder property.
      Returns:
      possible object is FolderType
    • setFolder

      public void setFolder(FolderType value)
      Sets the value of the folder property.
      Parameters:
      value - allowed object is FolderType