public abstract class AbstractStyleSelectorType extends AbstractObjectType
Java class for AbstractStyleSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Defined in the geotk-xml-kml
module
Constructor and Description |
---|
AbstractStyleSelectorType() |
Modifier and Type | Method and Description |
---|---|
List<AbstractObjectType> |
getAbstractStyleSelectorObjectExtensionGroup()
Gets the value of the abstractStyleSelectorObjectExtensionGroup property.
|
List<Object> |
getAbstractStyleSelectorSimpleExtensionGroup()
Gets the value of the abstractStyleSelectorSimpleExtensionGroup property.
|
getId, getObjectSimpleExtensionGroup, getTargetId, setId, setTargetId
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 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
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.