net.opengis.kml._2_2_0
Class TimeSpanType

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.TimeSpanType

public class TimeSpanType
extends AbstractTimePrimitiveType

Classe Java pour TimeSpanType complex type.

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

 <complexType name="TimeSpanType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractTimePrimitiveType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}begin" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}end" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}TimeSpanSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}TimeSpanObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String begin
           
protected  String end
           
protected  List<AbstractObjectType> timeSpanObjectExtensionGroup
           
protected  List<Object> timeSpanSimpleExtensionGroup
           
 
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
TimeSpanType()
           
 
Method Summary
 String getBegin()
          Obtient la valeur de la propriété begin.
 String getEnd()
          Obtient la valeur de la propriété end.
 List<AbstractObjectType> getTimeSpanObjectExtensionGroup()
          Gets the value of the timeSpanObjectExtensionGroup property.
 List<Object> getTimeSpanSimpleExtensionGroup()
          Gets the value of the timeSpanSimpleExtensionGroup property.
 boolean isSetBegin()
           
 boolean isSetEnd()
           
 boolean isSetTimeSpanObjectExtensionGroup()
           
 boolean isSetTimeSpanSimpleExtensionGroup()
           
 void setBegin(String value)
          Définit la valeur de la propriété begin.
 void setEnd(String value)
          Définit la valeur de la propriété end.
 void unsetTimeSpanObjectExtensionGroup()
           
 void unsetTimeSpanSimpleExtensionGroup()
           
 
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

begin

protected String begin

end

protected String end

timeSpanSimpleExtensionGroup

protected List<Object> timeSpanSimpleExtensionGroup

timeSpanObjectExtensionGroup

protected List<AbstractObjectType> timeSpanObjectExtensionGroup
Constructor Detail

TimeSpanType

public TimeSpanType()
Method Detail

getBegin

public String getBegin()
Obtient la valeur de la propriété begin.

Returns:
possible object is String

setBegin

public void setBegin(String value)
Définit la valeur de la propriété begin.

Parameters:
value - allowed object is String

isSetBegin

public boolean isSetBegin()

getEnd

public String getEnd()
Obtient la valeur de la propriété end.

Returns:
possible object is String

setEnd

public void setEnd(String value)
Définit la valeur de la propriété end.

Parameters:
value - allowed object is String

isSetEnd

public boolean isSetEnd()

getTimeSpanSimpleExtensionGroup

public List<Object> getTimeSpanSimpleExtensionGroup()
Gets the value of the timeSpanSimpleExtensionGroup 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 timeSpanSimpleExtensionGroup property.

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

    getTimeSpanSimpleExtensionGroup().add(newItem);
 

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


isSetTimeSpanSimpleExtensionGroup

public boolean isSetTimeSpanSimpleExtensionGroup()

unsetTimeSpanSimpleExtensionGroup

public void unsetTimeSpanSimpleExtensionGroup()

getTimeSpanObjectExtensionGroup

public List<AbstractObjectType> getTimeSpanObjectExtensionGroup()
Gets the value of the timeSpanObjectExtensionGroup 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 timeSpanObjectExtensionGroup property.

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

    getTimeSpanObjectExtensionGroup().add(newItem);
 

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


isSetTimeSpanObjectExtensionGroup

public boolean isSetTimeSpanObjectExtensionGroup()

unsetTimeSpanObjectExtensionGroup

public void unsetTimeSpanObjectExtensionGroup()


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