net.opengis.kml._2_2_0
Class PairType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.PairType

public class PairType
extends AbstractObjectType

Classe Java pour PairType complex type.

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

 <complexType name="PairType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}key" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}styleUrl" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PairSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PairObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends AbstractStyleSelectorType> abstractStyleSelectorGroup
           
protected  StyleStateEnumType key
           
protected  List<AbstractObjectType> pairObjectExtensionGroup
           
protected  List<Object> pairSimpleExtensionGroup
           
protected  String styleUrl
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
PairType()
           
 
Method Summary
 JAXBElement<? extends AbstractStyleSelectorType> getAbstractStyleSelectorGroup()
          Obtient la valeur de la propriété abstractStyleSelectorGroup.
 StyleStateEnumType getKey()
          Obtient la valeur de la propriété key.
 List<AbstractObjectType> getPairObjectExtensionGroup()
          Gets the value of the pairObjectExtensionGroup property.
 List<Object> getPairSimpleExtensionGroup()
          Gets the value of the pairSimpleExtensionGroup property.
 String getStyleUrl()
          Obtient la valeur de la propriété styleUrl.
 boolean isSetAbstractStyleSelectorGroup()
           
 boolean isSetKey()
           
 boolean isSetPairObjectExtensionGroup()
           
 boolean isSetPairSimpleExtensionGroup()
           
 boolean isSetStyleUrl()
           
 void setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
          Définit la valeur de la propriété abstractStyleSelectorGroup.
 void setKey(StyleStateEnumType value)
          Définit la valeur de la propriété key.
 void setStyleUrl(String value)
          Définit la valeur de la propriété styleUrl.
 void unsetPairObjectExtensionGroup()
           
 void unsetPairSimpleExtensionGroup()
           
 
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

key

protected StyleStateEnumType key

styleUrl

protected String styleUrl

abstractStyleSelectorGroup

protected JAXBElement<? extends AbstractStyleSelectorType> abstractStyleSelectorGroup

pairSimpleExtensionGroup

protected List<Object> pairSimpleExtensionGroup

pairObjectExtensionGroup

protected List<AbstractObjectType> pairObjectExtensionGroup
Constructor Detail

PairType

public PairType()
Method Detail

getKey

public StyleStateEnumType getKey()
Obtient la valeur de la propriété key.

Returns:
possible object is StyleStateEnumType

setKey

public void setKey(StyleStateEnumType value)
Définit la valeur de la propriété key.

Parameters:
value - allowed object is StyleStateEnumType

isSetKey

public boolean isSetKey()

getStyleUrl

public String getStyleUrl()
Obtient la valeur de la propriété styleUrl.

Returns:
possible object is String

setStyleUrl

public void setStyleUrl(String value)
Définit la valeur de la propriété styleUrl.

Parameters:
value - allowed object is String

isSetStyleUrl

public boolean isSetStyleUrl()

getAbstractStyleSelectorGroup

public JAXBElement<? extends AbstractStyleSelectorType> getAbstractStyleSelectorGroup()
Obtient la valeur de la propriété abstractStyleSelectorGroup.

Returns:
possible object is JAXBElement<AbstractStyleSelectorType> JAXBElement<StyleType> JAXBElement<StyleMapType>

setAbstractStyleSelectorGroup

public void setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
Définit la valeur de la propriété abstractStyleSelectorGroup.

Parameters:
value - allowed object is JAXBElement<AbstractStyleSelectorType> JAXBElement<StyleType> JAXBElement<StyleMapType>

isSetAbstractStyleSelectorGroup

public boolean isSetAbstractStyleSelectorGroup()

getPairSimpleExtensionGroup

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

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

    getPairSimpleExtensionGroup().add(newItem);
 

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


isSetPairSimpleExtensionGroup

public boolean isSetPairSimpleExtensionGroup()

unsetPairSimpleExtensionGroup

public void unsetPairSimpleExtensionGroup()

getPairObjectExtensionGroup

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

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

    getPairObjectExtensionGroup().add(newItem);
 

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


isSetPairObjectExtensionGroup

public boolean isSetPairObjectExtensionGroup()

unsetPairObjectExtensionGroup

public void unsetPairObjectExtensionGroup()


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