net.opengis.kml._2_2_0
Class AbstractTimePrimitiveType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractTimePrimitiveType
Direct Known Subclasses:
TimeSpanType, TimeStampType

public abstract class AbstractTimePrimitiveType
extends AbstractObjectType

Classe Java pour AbstractTimePrimitiveType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> abstractTimePrimitiveObjectExtensionGroup
           
protected  List<Object> abstractTimePrimitiveSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractTimePrimitiveType()
           
 
Method Summary
 List<AbstractObjectType> getAbstractTimePrimitiveObjectExtensionGroup()
          Gets the value of the abstractTimePrimitiveObjectExtensionGroup property.
 List<Object> getAbstractTimePrimitiveSimpleExtensionGroup()
          Gets the value of the abstractTimePrimitiveSimpleExtensionGroup property.
 boolean isSetAbstractTimePrimitiveObjectExtensionGroup()
           
 boolean isSetAbstractTimePrimitiveSimpleExtensionGroup()
           
 void unsetAbstractTimePrimitiveObjectExtensionGroup()
           
 void 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

abstractTimePrimitiveSimpleExtensionGroup

protected List<Object> abstractTimePrimitiveSimpleExtensionGroup

abstractTimePrimitiveObjectExtensionGroup

protected List<AbstractObjectType> abstractTimePrimitiveObjectExtensionGroup
Constructor Detail

AbstractTimePrimitiveType

public AbstractTimePrimitiveType()
Method Detail

getAbstractTimePrimitiveSimpleExtensionGroup

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

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

    getAbstractTimePrimitiveSimpleExtensionGroup().add(newItem);
 

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


isSetAbstractTimePrimitiveSimpleExtensionGroup

public boolean isSetAbstractTimePrimitiveSimpleExtensionGroup()

unsetAbstractTimePrimitiveSimpleExtensionGroup

public void unsetAbstractTimePrimitiveSimpleExtensionGroup()

getAbstractTimePrimitiveObjectExtensionGroup

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

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

    getAbstractTimePrimitiveObjectExtensionGroup().add(newItem);
 

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


isSetAbstractTimePrimitiveObjectExtensionGroup

public boolean isSetAbstractTimePrimitiveObjectExtensionGroup()

unsetAbstractTimePrimitiveObjectExtensionGroup

public void unsetAbstractTimePrimitiveObjectExtensionGroup()


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