|
||||||||||
| 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
public abstract class AbstractStyleSelectorType
Classe Java pour AbstractStyleSelectorType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractStyleSelectorType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
abstractStyleSelectorObjectExtensionGroup
|
protected List<Object> |
abstractStyleSelectorSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
AbstractStyleSelectorType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getAbstractStyleSelectorObjectExtensionGroup()
Gets the value of the abstractStyleSelectorObjectExtensionGroup property. |
List<Object> |
getAbstractStyleSelectorSimpleExtensionGroup()
Gets the value of the abstractStyleSelectorSimpleExtensionGroup property. |
boolean |
isSetAbstractStyleSelectorObjectExtensionGroup()
|
boolean |
isSetAbstractStyleSelectorSimpleExtensionGroup()
|
void |
unsetAbstractStyleSelectorObjectExtensionGroup()
|
void |
unsetAbstractStyleSelectorSimpleExtensionGroup()
|
| 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<Object> abstractStyleSelectorSimpleExtensionGroup
protected List<AbstractObjectType> abstractStyleSelectorObjectExtensionGroup
| Constructor Detail |
|---|
public AbstractStyleSelectorType()
| Method Detail |
|---|
public List<Object> getAbstractStyleSelectorSimpleExtensionGroup()
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 abstractStyleSelectorSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAbstractStyleSelectorSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAbstractStyleSelectorSimpleExtensionGroup()
public void unsetAbstractStyleSelectorSimpleExtensionGroup()
public List<AbstractObjectType> getAbstractStyleSelectorObjectExtensionGroup()
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 abstractStyleSelectorObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAbstractStyleSelectorObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAbstractStyleSelectorObjectExtensionGroup()
public void unsetAbstractStyleSelectorObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||