net.opengis.kml._2_2_0
Class LabelStyleType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractSubStyleType
          extended by net.opengis.kml._2_2_0.AbstractColorStyleType
              extended by net.opengis.kml._2_2_0.LabelStyleType

public class LabelStyleType
extends AbstractColorStyleType

Classe Java pour LabelStyleType complex type.

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

 <complexType name="LabelStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}scale" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LabelStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LabelStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> labelStyleObjectExtensionGroup
           
protected  List<Object> labelStyleSimpleExtensionGroup
           
protected  Double scale
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractColorStyleType
abstractColorStyleObjectExtensionGroup, abstractColorStyleSimpleExtensionGroup, color, colorMode
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractSubStyleType
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
LabelStyleType()
           
 
Method Summary
 List<AbstractObjectType> getLabelStyleObjectExtensionGroup()
          Gets the value of the labelStyleObjectExtensionGroup property.
 List<Object> getLabelStyleSimpleExtensionGroup()
          Gets the value of the labelStyleSimpleExtensionGroup property.
 Double getScale()
          Obtient la valeur de la propriété scale.
 boolean isSetLabelStyleObjectExtensionGroup()
           
 boolean isSetLabelStyleSimpleExtensionGroup()
           
 boolean isSetScale()
           
 void setScale(Double value)
          Définit la valeur de la propriété scale.
 void unsetLabelStyleObjectExtensionGroup()
           
 void unsetLabelStyleSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractColorStyleType
getAbstractColorStyleObjectExtensionGroup, getAbstractColorStyleSimpleExtensionGroup, getColor, getColorMode, isSetAbstractColorStyleObjectExtensionGroup, isSetAbstractColorStyleSimpleExtensionGroup, isSetColor, isSetColorMode, setColor, setColorMode, unsetAbstractColorStyleObjectExtensionGroup, unsetAbstractColorStyleSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractSubStyleType
getAbstractSubStyleObjectExtensionGroup, getAbstractSubStyleSimpleExtensionGroup, isSetAbstractSubStyleObjectExtensionGroup, isSetAbstractSubStyleSimpleExtensionGroup, unsetAbstractSubStyleObjectExtensionGroup, 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

scale

protected Double scale

labelStyleSimpleExtensionGroup

protected List<Object> labelStyleSimpleExtensionGroup

labelStyleObjectExtensionGroup

protected List<AbstractObjectType> labelStyleObjectExtensionGroup
Constructor Detail

LabelStyleType

public LabelStyleType()
Method Detail

getScale

public Double getScale()
Obtient la valeur de la propriété scale.

Returns:
possible object is Double

setScale

public void setScale(Double value)
Définit la valeur de la propriété scale.

Parameters:
value - allowed object is Double

isSetScale

public boolean isSetScale()

getLabelStyleSimpleExtensionGroup

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

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

    getLabelStyleSimpleExtensionGroup().add(newItem);
 

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


isSetLabelStyleSimpleExtensionGroup

public boolean isSetLabelStyleSimpleExtensionGroup()

unsetLabelStyleSimpleExtensionGroup

public void unsetLabelStyleSimpleExtensionGroup()

getLabelStyleObjectExtensionGroup

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

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

    getLabelStyleObjectExtensionGroup().add(newItem);
 

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


isSetLabelStyleObjectExtensionGroup

public boolean isSetLabelStyleObjectExtensionGroup()

unsetLabelStyleObjectExtensionGroup

public void unsetLabelStyleObjectExtensionGroup()


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