net.opengis.kml._2_2_0
Class AbstractViewType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractViewType
Direct Known Subclasses:
CameraType, LookAtType

public abstract class AbstractViewType
extends AbstractObjectType

Classe Java pour AbstractViewType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> abstractViewObjectExtensionGroup
           
protected  List<Object> abstractViewSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractViewType()
           
 
Method Summary
 List<AbstractObjectType> getAbstractViewObjectExtensionGroup()
          Gets the value of the abstractViewObjectExtensionGroup property.
 List<Object> getAbstractViewSimpleExtensionGroup()
          Gets the value of the abstractViewSimpleExtensionGroup property.
 boolean isSetAbstractViewObjectExtensionGroup()
           
 boolean isSetAbstractViewSimpleExtensionGroup()
           
 void unsetAbstractViewObjectExtensionGroup()
           
 void unsetAbstractViewSimpleExtensionGroup()
           
 
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

abstractViewSimpleExtensionGroup

protected List<Object> abstractViewSimpleExtensionGroup

abstractViewObjectExtensionGroup

protected List<AbstractObjectType> abstractViewObjectExtensionGroup
Constructor Detail

AbstractViewType

public AbstractViewType()
Method Detail

getAbstractViewSimpleExtensionGroup

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

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

    getAbstractViewSimpleExtensionGroup().add(newItem);
 

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


isSetAbstractViewSimpleExtensionGroup

public boolean isSetAbstractViewSimpleExtensionGroup()

unsetAbstractViewSimpleExtensionGroup

public void unsetAbstractViewSimpleExtensionGroup()

getAbstractViewObjectExtensionGroup

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

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

    getAbstractViewObjectExtensionGroup().add(newItem);
 

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


isSetAbstractViewObjectExtensionGroup

public boolean isSetAbstractViewObjectExtensionGroup()

unsetAbstractViewObjectExtensionGroup

public void unsetAbstractViewObjectExtensionGroup()


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