net.opengis.kml._2_2_0
Class TimeStampType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractTimePrimitiveType
          extended by net.opengis.kml._2_2_0.TimeStampType

public class TimeStampType
extends AbstractTimePrimitiveType

Classe Java pour TimeStampType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="TimeStampType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractTimePrimitiveType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}when" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}TimeStampSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}TimeStampObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> timeStampObjectExtensionGroup
           
protected  List<Object> timeStampSimpleExtensionGroup
           
protected  String when
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractTimePrimitiveType
abstractTimePrimitiveObjectExtensionGroup, abstractTimePrimitiveSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
TimeStampType()
           
 
Method Summary
 List<AbstractObjectType> getTimeStampObjectExtensionGroup()
          Gets the value of the timeStampObjectExtensionGroup property.
 List<Object> getTimeStampSimpleExtensionGroup()
          Gets the value of the timeStampSimpleExtensionGroup property.
 String getWhen()
          Obtient la valeur de la propriété when.
 boolean isSetTimeStampObjectExtensionGroup()
           
 boolean isSetTimeStampSimpleExtensionGroup()
           
 boolean isSetWhen()
           
 void setWhen(String value)
          Définit la valeur de la propriété when.
 void unsetTimeStampObjectExtensionGroup()
           
 void unsetTimeStampSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractTimePrimitiveType
getAbstractTimePrimitiveObjectExtensionGroup, getAbstractTimePrimitiveSimpleExtensionGroup, isSetAbstractTimePrimitiveObjectExtensionGroup, isSetAbstractTimePrimitiveSimpleExtensionGroup, unsetAbstractTimePrimitiveObjectExtensionGroup, unsetAbstractTimePrimitiveSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

when

protected String when

timeStampSimpleExtensionGroup

protected List<Object> timeStampSimpleExtensionGroup

timeStampObjectExtensionGroup

protected List<AbstractObjectType> timeStampObjectExtensionGroup
Constructor Detail

TimeStampType

public TimeStampType()
Method Detail

getWhen

public String getWhen()
Obtient la valeur de la propriété when.

Returns:
possible object is String

setWhen

public void setWhen(String value)
Définit la valeur de la propriété when.

Parameters:
value - allowed object is String

isSetWhen

public boolean isSetWhen()

getTimeStampSimpleExtensionGroup

public List<Object> getTimeStampSimpleExtensionGroup()
Gets the value of the timeStampSimpleExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the timeStampSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getTimeStampSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetTimeStampSimpleExtensionGroup

public boolean isSetTimeStampSimpleExtensionGroup()

unsetTimeStampSimpleExtensionGroup

public void unsetTimeStampSimpleExtensionGroup()

getTimeStampObjectExtensionGroup

public List<AbstractObjectType> getTimeStampObjectExtensionGroup()
Gets the value of the timeStampObjectExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the timeStampObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getTimeStampObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetTimeStampObjectExtensionGroup

public boolean isSetTimeStampObjectExtensionGroup()

unsetTimeStampObjectExtensionGroup

public void unsetTimeStampObjectExtensionGroup()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.