Class TimeSpanType


public class TimeSpanType extends TimePrimitiveType
<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 Details

  • Constructor Details

    • TimeSpanType

      public TimeSpanType()
  • Method Details

    • getBegin

      public String getBegin()
      Gets the value of the begin property.
      Returns:
      possible object is String
    • setBegin

      public void setBegin(String value)
      Sets the value of the begin property.
      Parameters:
      value - allowed object is String
    • getEnd

      public String getEnd()
      Gets the value of the end property.
      Returns:
      possible object is String
    • setEnd

      public void setEnd(String value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String