Package com.google.earth.kml._2
Class TimeSpanType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.TimePrimitiveType
com.google.earth.kml._2.TimeSpanType
<p>Java class for TimeSpanType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="TimeSpanType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}TimePrimitiveType">
<sequence>
<element name="begin" type="{http://earth.google.com/kml/2.1}dateTimeType" minOccurs="0"/>
<element name="end" type="{http://earth.google.com/kml/2.1}dateTimeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
begin
-
end
-
-
Constructor Details
-
TimeSpanType
public TimeSpanType()
-
-
Method Details
-
getBegin
Gets the value of the begin property.- Returns:
- possible object is
String
-
setBegin
Sets the value of the begin property.- Parameters:
value- allowed object isString
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isString
-