net.opengis.kml._2_2_0
Class AbstractStyleSelectorType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractStyleSelectorType
Direct Known Subclasses:
StyleMapType, StyleType

public abstract class AbstractStyleSelectorType
extends AbstractObjectType

Classe Java pour AbstractStyleSelectorType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> abstractStyleSelectorObjectExtensionGroup
           
protected  List<Object> abstractStyleSelectorSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractStyleSelectorType()
           
 
Method Summary
 List<AbstractObjectType> getAbstractStyleSelectorObjectExtensionGroup()
          Gets the value of the abstractStyleSelectorObjectExtensionGroup property.
 List<Object> getAbstractStyleSelectorSimpleExtensionGroup()
          Gets the value of the abstractStyleSelectorSimpleExtensionGroup property.
 boolean isSetAbstractStyleSelectorObjectExtensionGroup()
           
 boolean isSetAbstractStyleSelectorSimpleExtensionGroup()
           
 void unsetAbstractStyleSelectorObjectExtensionGroup()
           
 void unsetAbstractStyleSelectorSimpleExtensionGroup()
           
 
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

abstractStyleSelectorSimpleExtensionGroup

protected List<Object> abstractStyleSelectorSimpleExtensionGroup

abstractStyleSelectorObjectExtensionGroup

protected List<AbstractObjectType> abstractStyleSelectorObjectExtensionGroup
Constructor Detail

AbstractStyleSelectorType

public AbstractStyleSelectorType()
Method Detail

getAbstractStyleSelectorSimpleExtensionGroup

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

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

    getAbstractStyleSelectorSimpleExtensionGroup().add(newItem);
 

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


isSetAbstractStyleSelectorSimpleExtensionGroup

public boolean isSetAbstractStyleSelectorSimpleExtensionGroup()

unsetAbstractStyleSelectorSimpleExtensionGroup

public void unsetAbstractStyleSelectorSimpleExtensionGroup()

getAbstractStyleSelectorObjectExtensionGroup

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

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

    getAbstractStyleSelectorObjectExtensionGroup().add(newItem);
 

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


isSetAbstractStyleSelectorObjectExtensionGroup

public boolean isSetAbstractStyleSelectorObjectExtensionGroup()

unsetAbstractStyleSelectorObjectExtensionGroup

public void unsetAbstractStyleSelectorObjectExtensionGroup()


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