Package com.google.earth.kml._2
Class ObjectType
java.lang.Object
com.google.earth.kml._2.ObjectType
- Direct Known Subclasses:
BalloonStyleType,ColorStyleType,FeatureType,GeometryType,IconStyleIconType,ItemIconType,LatLonBoxType,LinkType,ListStyleType,LocationType,LodType,LookAtType,OrientationType,RegionType,ScaleType,StyleSelectorType,TimePrimitiveType
<p>Java class for ObjectType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://earth.google.com/kml/2.1}idAttributes"/>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the targetId property.voidSets the value of the id property.voidsetTargetId(String value) Sets the value of the targetId property.
-
Field Details
-
id
-
targetId
-
-
Constructor Details
-
ObjectType
public ObjectType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTargetId
Gets the value of the targetId property.- Returns:
- possible object is
String
-
setTargetId
Sets the value of the targetId property.- Parameters:
value- allowed object isString
-