Package com.google.earth.kml._2
Class CreateType
java.lang.Object
com.google.earth.kml._2.CreateType
<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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the folder property.voidsetFolder(FolderType value) Sets the value of the folder property.
-
Field Details
-
folder
-
-
Constructor Details
-
CreateType
public CreateType()
-
-
Method Details
-
getFolder
Gets the value of the folder property.- Returns:
- possible object is
FolderType
-
setFolder
Sets the value of the folder property.- Parameters:
value- allowed object isFolderType
-