net.opengis.kml._2_2_0
Class PolyStyleType

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

public class PolyStyleType
extends AbstractColorStyleType

Classe Java pour PolyStyleType complex type.

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

 <complexType name="PolyStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}fill" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}outline" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PolyStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PolyStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean fill
           
protected  Boolean outline
           
protected  List<AbstractObjectType> polyStyleObjectExtensionGroup
           
protected  List<Object> polyStyleSimpleExtensionGroup
           
 
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
PolyStyleType()
           
 
Method Summary
 List<AbstractObjectType> getPolyStyleObjectExtensionGroup()
          Gets the value of the polyStyleObjectExtensionGroup property.
 List<Object> getPolyStyleSimpleExtensionGroup()
          Gets the value of the polyStyleSimpleExtensionGroup property.
 Boolean isFill()
          Obtient la valeur de la propriété fill.
 Boolean isOutline()
          Obtient la valeur de la propriété outline.
 boolean isSetFill()
           
 boolean isSetOutline()
           
 boolean isSetPolyStyleObjectExtensionGroup()
           
 boolean isSetPolyStyleSimpleExtensionGroup()
           
 void setFill(Boolean value)
          Définit la valeur de la propriété fill.
 void setOutline(Boolean value)
          Définit la valeur de la propriété outline.
 void unsetPolyStyleObjectExtensionGroup()
           
 void unsetPolyStyleSimpleExtensionGroup()
           
 
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

fill

protected Boolean fill

outline

protected Boolean outline

polyStyleSimpleExtensionGroup

protected List<Object> polyStyleSimpleExtensionGroup

polyStyleObjectExtensionGroup

protected List<AbstractObjectType> polyStyleObjectExtensionGroup
Constructor Detail

PolyStyleType

public PolyStyleType()
Method Detail

isFill

public Boolean isFill()
Obtient la valeur de la propriété fill.

Returns:
possible object is Boolean

setFill

public void setFill(Boolean value)
Définit la valeur de la propriété fill.

Parameters:
value - allowed object is Boolean

isSetFill

public boolean isSetFill()

isOutline

public Boolean isOutline()
Obtient la valeur de la propriété outline.

Returns:
possible object is Boolean

setOutline

public void setOutline(Boolean value)
Définit la valeur de la propriété outline.

Parameters:
value - allowed object is Boolean

isSetOutline

public boolean isSetOutline()

getPolyStyleSimpleExtensionGroup

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

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

    getPolyStyleSimpleExtensionGroup().add(newItem);
 

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


isSetPolyStyleSimpleExtensionGroup

public boolean isSetPolyStyleSimpleExtensionGroup()

unsetPolyStyleSimpleExtensionGroup

public void unsetPolyStyleSimpleExtensionGroup()

getPolyStyleObjectExtensionGroup

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

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

    getPolyStyleObjectExtensionGroup().add(newItem);
 

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


isSetPolyStyleObjectExtensionGroup

public boolean isSetPolyStyleObjectExtensionGroup()

unsetPolyStyleObjectExtensionGroup

public void unsetPolyStyleObjectExtensionGroup()


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