|
||||||||||
| 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.StyleMapType
public class StyleMapType
Classe Java pour StyleMapType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StyleMapType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}Pair" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleMapSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}StyleMapObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<PairType> |
pair
|
protected List<AbstractObjectType> |
styleMapObjectExtensionGroup
|
protected List<Object> |
styleMapSimpleExtensionGroup
|
| 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 | |
|---|---|
StyleMapType()
|
|
| Method Summary | |
|---|---|
List<PairType> |
getPair()
Gets the value of the pair property. |
List<AbstractObjectType> |
getStyleMapObjectExtensionGroup()
Gets the value of the styleMapObjectExtensionGroup property. |
List<Object> |
getStyleMapSimpleExtensionGroup()
Gets the value of the styleMapSimpleExtensionGroup property. |
boolean |
isSetPair()
|
boolean |
isSetStyleMapObjectExtensionGroup()
|
boolean |
isSetStyleMapSimpleExtensionGroup()
|
void |
unsetPair()
|
void |
unsetStyleMapObjectExtensionGroup()
|
void |
unsetStyleMapSimpleExtensionGroup()
|
| 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 List<PairType> pair
protected List<Object> styleMapSimpleExtensionGroup
protected List<AbstractObjectType> styleMapObjectExtensionGroup
| Constructor Detail |
|---|
public StyleMapType()
| Method Detail |
|---|
public List<PairType> getPair()
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 pair property.
For example, to add a new item, do as follows:
getPair().add(newItem);
Objects of the following type(s) are allowed in the list
PairType
public boolean isSetPair()
public void unsetPair()
public List<Object> getStyleMapSimpleExtensionGroup()
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 styleMapSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getStyleMapSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetStyleMapSimpleExtensionGroup()
public void unsetStyleMapSimpleExtensionGroup()
public List<AbstractObjectType> getStyleMapObjectExtensionGroup()
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 styleMapObjectExtensionGroup property.
For example, to add a new item, do as follows:
getStyleMapObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetStyleMapObjectExtensionGroup()
public void unsetStyleMapObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||