|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.AbstractSubStyleType
net.opengis.kml._2_2_0.AbstractColorStyleType
net.opengis.kml._2_2_0.PolyStyleType
public class PolyStyleType
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.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 |
|---|
protected Boolean fill
protected Boolean outline
protected List<Object> polyStyleSimpleExtensionGroup
protected List<AbstractObjectType> polyStyleObjectExtensionGroup
| Constructor Detail |
|---|
public PolyStyleType()
| Method Detail |
|---|
public Boolean isFill()
Booleanpublic void setFill(Boolean value)
value - allowed object is
Booleanpublic boolean isSetFill()
public Boolean isOutline()
Booleanpublic void setOutline(Boolean value)
value - allowed object is
Booleanpublic boolean isSetOutline()
public List<Object> getPolyStyleSimpleExtensionGroup()
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
public boolean isSetPolyStyleSimpleExtensionGroup()
public void unsetPolyStyleSimpleExtensionGroup()
public List<AbstractObjectType> getPolyStyleObjectExtensionGroup()
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
public boolean isSetPolyStyleObjectExtensionGroup()
public void unsetPolyStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||