org.boehn.kmlframework.kml
Class TimeStamp

java.lang.Object
  extended by org.boehn.kmlframework.kml.KmlObject
      extended by org.boehn.kmlframework.kml.TimePrimitive
          extended by org.boehn.kmlframework.kml.TimeStamp

public class TimeStamp
extends TimePrimitive


Constructor Summary
TimeStamp()
           
TimeStamp(java.lang.String when)
           
 
Method Summary
 java.lang.String getWhen()
           
 void setWhen(java.lang.String when)
           
 void write(Kml kml)
           
 void writeDelete(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.KmlObject
booleanToInt, enumToString, getId, getIdAndTargetIdFormatted, getTargetId, setId, setTargetId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStamp

public TimeStamp()

TimeStamp

public TimeStamp(java.lang.String when)
Method Detail

getWhen

public java.lang.String getWhen()

setWhen

public void setWhen(java.lang.String when)

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class KmlObject
Throws:
KmlException

writeDelete

public void writeDelete(Kml kml)
                 throws KmlException
Specified by:
writeDelete in class KmlObject
Throws:
KmlException