|
||||||||||
| 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.PairType
public class PairType
Classe Java pour PairType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PairType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}key" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}styleUrl" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PairSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PairObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends AbstractStyleSelectorType> |
abstractStyleSelectorGroup
|
protected StyleStateEnumType |
key
|
protected List<AbstractObjectType> |
pairObjectExtensionGroup
|
protected List<Object> |
pairSimpleExtensionGroup
|
protected String |
styleUrl
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
PairType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends AbstractStyleSelectorType> |
getAbstractStyleSelectorGroup()
Obtient la valeur de la propriété abstractStyleSelectorGroup. |
StyleStateEnumType |
getKey()
Obtient la valeur de la propriété key. |
List<AbstractObjectType> |
getPairObjectExtensionGroup()
Gets the value of the pairObjectExtensionGroup property. |
List<Object> |
getPairSimpleExtensionGroup()
Gets the value of the pairSimpleExtensionGroup property. |
String |
getStyleUrl()
Obtient la valeur de la propriété styleUrl. |
boolean |
isSetAbstractStyleSelectorGroup()
|
boolean |
isSetKey()
|
boolean |
isSetPairObjectExtensionGroup()
|
boolean |
isSetPairSimpleExtensionGroup()
|
boolean |
isSetStyleUrl()
|
void |
setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
Définit la valeur de la propriété abstractStyleSelectorGroup. |
void |
setKey(StyleStateEnumType value)
Définit la valeur de la propriété key. |
void |
setStyleUrl(String value)
Définit la valeur de la propriété styleUrl. |
void |
unsetPairObjectExtensionGroup()
|
void |
unsetPairSimpleExtensionGroup()
|
| 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 StyleStateEnumType key
protected String styleUrl
protected JAXBElement<? extends AbstractStyleSelectorType> abstractStyleSelectorGroup
protected List<Object> pairSimpleExtensionGroup
protected List<AbstractObjectType> pairObjectExtensionGroup
| Constructor Detail |
|---|
public PairType()
| Method Detail |
|---|
public StyleStateEnumType getKey()
StyleStateEnumTypepublic void setKey(StyleStateEnumType value)
value - allowed object is
StyleStateEnumTypepublic boolean isSetKey()
public String getStyleUrl()
Stringpublic void setStyleUrl(String value)
value - allowed object is
Stringpublic boolean isSetStyleUrl()
public JAXBElement<? extends AbstractStyleSelectorType> getAbstractStyleSelectorGroup()
JAXBElement<AbstractStyleSelectorType>
JAXBElement<StyleType>
JAXBElement<StyleMapType>public void setAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType> value)
value - allowed object is
JAXBElement<AbstractStyleSelectorType>
JAXBElement<StyleType>
JAXBElement<StyleMapType>public boolean isSetAbstractStyleSelectorGroup()
public List<Object> getPairSimpleExtensionGroup()
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 pairSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getPairSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetPairSimpleExtensionGroup()
public void unsetPairSimpleExtensionGroup()
public List<AbstractObjectType> getPairObjectExtensionGroup()
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 pairObjectExtensionGroup property.
For example, to add a new item, do as follows:
getPairObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetPairObjectExtensionGroup()
public void unsetPairObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||