Class TimeStampType


public class TimeStampType extends TimePrimitiveType
<p>Java class for TimeStampType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="TimeStampType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}TimePrimitiveType"> <sequence> <element name="when" type="{http://earth.google.com/kml/2.1}dateTimeType"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • when

      protected String when
  • Constructor Details

    • TimeStampType

      public TimeStampType()
  • Method Details

    • getWhen

      public String getWhen()
      Gets the value of the when property.
      Returns:
      possible object is String
    • setWhen

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