net.opengis.kml._2_2_0
Class AbstractSubStyleType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractSubStyleType
Direct Known Subclasses:
AbstractColorStyleType, BalloonStyleType, ListStyleType

public abstract class AbstractSubStyleType
extends AbstractObjectType

Classe Java pour AbstractSubStyleType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> abstractSubStyleObjectExtensionGroup
           
protected  List<Object> abstractSubStyleSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractSubStyleType()
           
 
Method Summary
 List<AbstractObjectType> getAbstractSubStyleObjectExtensionGroup()
          Gets the value of the abstractSubStyleObjectExtensionGroup property.
 List<Object> getAbstractSubStyleSimpleExtensionGroup()
          Gets the value of the abstractSubStyleSimpleExtensionGroup property.
 boolean isSetAbstractSubStyleObjectExtensionGroup()
           
 boolean isSetAbstractSubStyleSimpleExtensionGroup()
           
 void unsetAbstractSubStyleObjectExtensionGroup()
           
 void unsetAbstractSubStyleSimpleExtensionGroup()
           
 
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

abstractSubStyleSimpleExtensionGroup

protected List<Object> abstractSubStyleSimpleExtensionGroup

abstractSubStyleObjectExtensionGroup

protected List<AbstractObjectType> abstractSubStyleObjectExtensionGroup
Constructor Detail

AbstractSubStyleType

public AbstractSubStyleType()
Method Detail

getAbstractSubStyleSimpleExtensionGroup

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

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

    getAbstractSubStyleSimpleExtensionGroup().add(newItem);
 

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


isSetAbstractSubStyleSimpleExtensionGroup

public boolean isSetAbstractSubStyleSimpleExtensionGroup()

unsetAbstractSubStyleSimpleExtensionGroup

public void unsetAbstractSubStyleSimpleExtensionGroup()

getAbstractSubStyleObjectExtensionGroup

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

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

    getAbstractSubStyleObjectExtensionGroup().add(newItem);
 

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


isSetAbstractSubStyleObjectExtensionGroup

public boolean isSetAbstractSubStyleObjectExtensionGroup()

unsetAbstractSubStyleObjectExtensionGroup

public void unsetAbstractSubStyleObjectExtensionGroup()


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