public abstract class AbstractColorStyleType extends AbstractSubStyleType
Java class for AbstractColorStyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractColorStyleType"> <complexContent> <extension base="{http://www.opengis.net/kml/2.2}AbstractSubStyleType"> <sequence> <element ref="{http://www.opengis.net/kml/2.2}color" minOccurs="0"/> <element ref="{http://www.opengis.net/kml/2.2}colorMode" minOccurs="0"/> <element ref="{http://www.opengis.net/kml/2.2}AbstractColorStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/kml/2.2}AbstractColorStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Defined in the geotk-xml-kml
module
Constructor and Description |
---|
AbstractColorStyleType() |
Modifier and Type | Method and Description |
---|---|
List<AbstractObjectType> |
getAbstractColorStyleObjectExtensionGroup()
Gets the value of the abstractColorStyleObjectExtensionGroup property.
|
List<Object> |
getAbstractColorStyleSimpleExtensionGroup()
Gets the value of the abstractColorStyleSimpleExtensionGroup property.
|
byte[] |
getColor()
Gets the value of the color property.
|
ColorModeEnumType |
getColorMode()
Gets the value of the colorMode property.
|
void |
setColor(byte[] value)
Sets the value of the color property.
|
void |
setColorMode(ColorModeEnumType value)
Sets the value of the colorMode property.
|
getAbstractSubStyleObjectExtensionGroup, getAbstractSubStyleSimpleExtensionGroup
getId, getObjectSimpleExtensionGroup, getTargetId, setId, setTargetId
public byte[] getColor()
String
public void setColor(byte[] value)
value
- allowed object is
String
public ColorModeEnumType getColorMode()
ColorModeEnumType
public void setColorMode(ColorModeEnumType value)
value
- allowed object is
ColorModeEnumType
public List<Object> getAbstractColorStyleSimpleExtensionGroup()
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 abstractColorStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAbstractColorStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public List<AbstractObjectType> getAbstractColorStyleObjectExtensionGroup()
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 abstractColorStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAbstractColorStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.