net.opengis.kml._2_2_0
Class LineStyleType

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.LineStyleType

public class LineStyleType
extends AbstractColorStyleType

Classe Java pour LineStyleType complex type.

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

 <complexType name="LineStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}width" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LineStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LineStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> lineStyleObjectExtensionGroup
           
protected  List<Object> lineStyleSimpleExtensionGroup
           
protected  Double width
           
 
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
LineStyleType()
           
 
Method Summary
 List<AbstractObjectType> getLineStyleObjectExtensionGroup()
          Gets the value of the lineStyleObjectExtensionGroup property.
 List<Object> getLineStyleSimpleExtensionGroup()
          Gets the value of the lineStyleSimpleExtensionGroup property.
 Double getWidth()
          Obtient la valeur de la propriété width.
 boolean isSetLineStyleObjectExtensionGroup()
           
 boolean isSetLineStyleSimpleExtensionGroup()
           
 boolean isSetWidth()
           
 void setWidth(Double value)
          Définit la valeur de la propriété width.
 void unsetLineStyleObjectExtensionGroup()
           
 void unsetLineStyleSimpleExtensionGroup()
           
 
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

width

protected Double width

lineStyleSimpleExtensionGroup

protected List<Object> lineStyleSimpleExtensionGroup

lineStyleObjectExtensionGroup

protected List<AbstractObjectType> lineStyleObjectExtensionGroup
Constructor Detail

LineStyleType

public LineStyleType()
Method Detail

getWidth

public Double getWidth()
Obtient la valeur de la propriété width.

Returns:
possible object is Double

setWidth

public void setWidth(Double value)
Définit la valeur de la propriété width.

Parameters:
value - allowed object is Double

isSetWidth

public boolean isSetWidth()

getLineStyleSimpleExtensionGroup

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

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

    getLineStyleSimpleExtensionGroup().add(newItem);
 

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


isSetLineStyleSimpleExtensionGroup

public boolean isSetLineStyleSimpleExtensionGroup()

unsetLineStyleSimpleExtensionGroup

public void unsetLineStyleSimpleExtensionGroup()

getLineStyleObjectExtensionGroup

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

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

    getLineStyleObjectExtensionGroup().add(newItem);
 

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


isSetLineStyleObjectExtensionGroup

public boolean isSetLineStyleObjectExtensionGroup()

unsetLineStyleObjectExtensionGroup

public void unsetLineStyleObjectExtensionGroup()


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