net.opengis.kml._2_2_0
Class StyleMapType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractStyleSelectorType
          extended by net.opengis.kml._2_2_0.StyleMapType

public class StyleMapType
extends AbstractStyleSelectorType

Classe Java pour StyleMapType complex type.

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

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


Field Summary
protected  List<PairType> pair
           
protected  List<AbstractObjectType> styleMapObjectExtensionGroup
           
protected  List<Object> styleMapSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractStyleSelectorType
abstractStyleSelectorObjectExtensionGroup, abstractStyleSelectorSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
StyleMapType()
           
 
Method Summary
 List<PairType> getPair()
          Gets the value of the pair property.
 List<AbstractObjectType> getStyleMapObjectExtensionGroup()
          Gets the value of the styleMapObjectExtensionGroup property.
 List<Object> getStyleMapSimpleExtensionGroup()
          Gets the value of the styleMapSimpleExtensionGroup property.
 boolean isSetPair()
           
 boolean isSetStyleMapObjectExtensionGroup()
           
 boolean isSetStyleMapSimpleExtensionGroup()
           
 void unsetPair()
           
 void unsetStyleMapObjectExtensionGroup()
           
 void unsetStyleMapSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractStyleSelectorType
getAbstractStyleSelectorObjectExtensionGroup, getAbstractStyleSelectorSimpleExtensionGroup, isSetAbstractStyleSelectorObjectExtensionGroup, isSetAbstractStyleSelectorSimpleExtensionGroup, unsetAbstractStyleSelectorObjectExtensionGroup, 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

pair

protected List<PairType> pair

styleMapSimpleExtensionGroup

protected List<Object> styleMapSimpleExtensionGroup

styleMapObjectExtensionGroup

protected List<AbstractObjectType> styleMapObjectExtensionGroup
Constructor Detail

StyleMapType

public StyleMapType()
Method Detail

getPair

public List<PairType> getPair()
Gets the value of the pair 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 pair property.

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

    getPair().add(newItem);
 

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


isSetPair

public boolean isSetPair()

unsetPair

public void unsetPair()

getStyleMapSimpleExtensionGroup

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

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

    getStyleMapSimpleExtensionGroup().add(newItem);
 

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


isSetStyleMapSimpleExtensionGroup

public boolean isSetStyleMapSimpleExtensionGroup()

unsetStyleMapSimpleExtensionGroup

public void unsetStyleMapSimpleExtensionGroup()

getStyleMapObjectExtensionGroup

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

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

    getStyleMapObjectExtensionGroup().add(newItem);
 

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


isSetStyleMapObjectExtensionGroup

public boolean isSetStyleMapObjectExtensionGroup()

unsetStyleMapObjectExtensionGroup

public void unsetStyleMapObjectExtensionGroup()


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