|
||||||||||
| 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.AbstractStyleSelectorType
net.opengis.kml._2_2_0.StyleType
public class StyleType
Classe Java pour StyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}IconStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LabelStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LineStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PolyStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}BalloonStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ListStyle" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BalloonStyleType |
balloonStyle
|
protected IconStyleType |
iconStyle
|
protected LabelStyleType |
labelStyle
|
protected LineStyleType |
lineStyle
|
protected ListStyleType |
listStyle
|
protected PolyStyleType |
polyStyle
|
protected List<AbstractObjectType> |
styleObjectExtensionGroup
|
protected List<Object> |
styleSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractStyleSelectorType |
|---|
abstractStyleSelectorObjectExtensionGroup, abstractStyleSelectorSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
StyleType()
|
|
| Method Summary | |
|---|---|
BalloonStyleType |
getBalloonStyle()
Obtient la valeur de la propriété balloonStyle. |
IconStyleType |
getIconStyle()
Obtient la valeur de la propriété iconStyle. |
LabelStyleType |
getLabelStyle()
Obtient la valeur de la propriété labelStyle. |
LineStyleType |
getLineStyle()
Obtient la valeur de la propriété lineStyle. |
ListStyleType |
getListStyle()
Obtient la valeur de la propriété listStyle. |
PolyStyleType |
getPolyStyle()
Obtient la valeur de la propriété polyStyle. |
List<AbstractObjectType> |
getStyleObjectExtensionGroup()
Gets the value of the styleObjectExtensionGroup property. |
List<Object> |
getStyleSimpleExtensionGroup()
Gets the value of the styleSimpleExtensionGroup property. |
boolean |
isSetBalloonStyle()
|
boolean |
isSetIconStyle()
|
boolean |
isSetLabelStyle()
|
boolean |
isSetLineStyle()
|
boolean |
isSetListStyle()
|
boolean |
isSetPolyStyle()
|
boolean |
isSetStyleObjectExtensionGroup()
|
boolean |
isSetStyleSimpleExtensionGroup()
|
void |
setBalloonStyle(BalloonStyleType value)
Définit la valeur de la propriété balloonStyle. |
void |
setIconStyle(IconStyleType value)
Définit la valeur de la propriété iconStyle. |
void |
setLabelStyle(LabelStyleType value)
Définit la valeur de la propriété labelStyle. |
void |
setLineStyle(LineStyleType value)
Définit la valeur de la propriété lineStyle. |
void |
setListStyle(ListStyleType value)
Définit la valeur de la propriété listStyle. |
void |
setPolyStyle(PolyStyleType value)
Définit la valeur de la propriété polyStyle. |
void |
unsetStyleObjectExtensionGroup()
|
void |
unsetStyleSimpleExtensionGroup()
|
| 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 IconStyleType iconStyle
protected LabelStyleType labelStyle
protected LineStyleType lineStyle
protected PolyStyleType polyStyle
protected BalloonStyleType balloonStyle
protected ListStyleType listStyle
protected List<Object> styleSimpleExtensionGroup
protected List<AbstractObjectType> styleObjectExtensionGroup
| Constructor Detail |
|---|
public StyleType()
| Method Detail |
|---|
public IconStyleType getIconStyle()
IconStyleTypepublic void setIconStyle(IconStyleType value)
value - allowed object is
IconStyleTypepublic boolean isSetIconStyle()
public LabelStyleType getLabelStyle()
LabelStyleTypepublic void setLabelStyle(LabelStyleType value)
value - allowed object is
LabelStyleTypepublic boolean isSetLabelStyle()
public LineStyleType getLineStyle()
LineStyleTypepublic void setLineStyle(LineStyleType value)
value - allowed object is
LineStyleTypepublic boolean isSetLineStyle()
public PolyStyleType getPolyStyle()
PolyStyleTypepublic void setPolyStyle(PolyStyleType value)
value - allowed object is
PolyStyleTypepublic boolean isSetPolyStyle()
public BalloonStyleType getBalloonStyle()
BalloonStyleTypepublic void setBalloonStyle(BalloonStyleType value)
value - allowed object is
BalloonStyleTypepublic boolean isSetBalloonStyle()
public ListStyleType getListStyle()
ListStyleTypepublic void setListStyle(ListStyleType value)
value - allowed object is
ListStyleTypepublic boolean isSetListStyle()
public List<Object> getStyleSimpleExtensionGroup()
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 styleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetStyleSimpleExtensionGroup()
public void unsetStyleSimpleExtensionGroup()
public List<AbstractObjectType> getStyleObjectExtensionGroup()
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 styleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetStyleObjectExtensionGroup()
public void unsetStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||