net.opengis.kml._2_2_0
Class AbstractObjectType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
Direct Known Subclasses:
AbstractFeatureType, AbstractGeometryType, AbstractLatLonBoxType, AbstractStyleSelectorType, AbstractSubStyleType, AbstractTimePrimitiveType, AbstractViewType, AliasType, BasicLinkType, DataType, ImagePyramidType, ItemIconType, LocationType, LodType, OrientationType, PairType, RegionType, ResourceMapType, ScaleType, SchemaDataType, ViewVolumeType

public abstract class AbstractObjectType
extends Object

Classe Java pour AbstractObjectType complex type.

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

 <complexType name="AbstractObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}ObjectSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/kml/2.2}idAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<Object> objectSimpleExtensionGroup
           
protected  String targetId
           
 
Constructor Summary
AbstractObjectType()
           
 
Method Summary
 String getId()
          Obtient la valeur de la propriété id.
 List<Object> getObjectSimpleExtensionGroup()
          Gets the value of the objectSimpleExtensionGroup property.
 String getTargetId()
          Obtient la valeur de la propriété targetId.
 boolean isSetId()
           
 boolean isSetObjectSimpleExtensionGroup()
           
 boolean isSetTargetId()
           
 void setId(String value)
          Définit la valeur de la propriété id.
 void setTargetId(String value)
          Définit la valeur de la propriété targetId.
 void unsetObjectSimpleExtensionGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectSimpleExtensionGroup

protected List<Object> objectSimpleExtensionGroup

id

protected String id

targetId

protected String targetId
Constructor Detail

AbstractObjectType

public AbstractObjectType()
Method Detail

getObjectSimpleExtensionGroup

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

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

    getObjectSimpleExtensionGroup().add(newItem);
 

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


isSetObjectSimpleExtensionGroup

public boolean isSetObjectSimpleExtensionGroup()

unsetObjectSimpleExtensionGroup

public void unsetObjectSimpleExtensionGroup()

getId

public String getId()
Obtient la valeur de la propriété id.

Returns:
possible object is String

setId

public void setId(String value)
Définit la valeur de la propriété id.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

getTargetId

public String getTargetId()
Obtient la valeur de la propriété targetId.

Returns:
possible object is String

setTargetId

public void setTargetId(String value)
Définit la valeur de la propriété targetId.

Parameters:
value - allowed object is String

isSetTargetId

public boolean isSetTargetId()


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