|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType
public class BaseStyleDescriptorType
Base complex type for geometry, topology, label and graph styles.
Java class for BaseStyleDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseStyleDescriptorType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGMLType"> <sequence> <element name="spatialResolution" type="{http://www.opengis.net/gml}ScaleType" minOccurs="0"/> <element name="styleVariation" type="{http://www.opengis.net/gml}StyleVariationType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.w3.org/2001/SMIL20/}animate" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.w3.org/2001/SMIL20/}animateMotion" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.w3.org/2001/SMIL20/}animateColor" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.w3.org/2001/SMIL20/}set" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
BaseStyleDescriptorType()
|
Method Summary | |
---|---|
java.util.List<AnimateType> |
getAnimate()
Gets the value of the animate property. |
java.util.List<AnimateColorType> |
getAnimateColor()
Gets the value of the animateColor property. |
java.util.List<AnimateMotionType> |
getAnimateMotion()
Gets the value of the animateMotion property. |
java.util.List<SetType> |
getSet()
Gets the value of the set property. |
ScaleType |
getSpatialResolution()
Gets the value of the spatialResolution property. |
java.util.List<StyleVariationType> |
getStyleVariation()
Gets the value of the styleVariation property. |
boolean |
isSetAnimate()
|
boolean |
isSetAnimateColor()
|
boolean |
isSetAnimateMotion()
|
boolean |
isSetSet()
|
boolean |
isSetSpatialResolution()
|
boolean |
isSetStyleVariation()
|
void |
setAnimate(java.util.List<AnimateType> animate)
Sets the value of the animate property. |
void |
setAnimateColor(java.util.List<AnimateColorType> animateColor)
Sets the value of the animateColor property. |
void |
setAnimateMotion(java.util.List<AnimateMotionType> animateMotion)
Sets the value of the animateMotion property. |
void |
setSet(java.util.List<SetType> set)
Sets the value of the set property. |
void |
setSpatialResolution(ScaleType value)
Sets the value of the spatialResolution property. |
void |
setStyleVariation(java.util.List<StyleVariationType> styleVariation)
Sets the value of the styleVariation property. |
void |
unsetAnimate()
|
void |
unsetAnimateColor()
|
void |
unsetAnimateMotion()
|
void |
unsetSet()
|
void |
unsetStyleVariation()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseStyleDescriptorType()
Method Detail |
---|
public ScaleType getSpatialResolution()
ScaleType
public void setSpatialResolution(ScaleType value)
value
- allowed object is
ScaleType
public boolean isSetSpatialResolution()
public java.util.List<StyleVariationType> getStyleVariation()
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 styleVariation property.
For example, to add a new item, do as follows:
getStyleVariation().add(newItem);
Objects of the following type(s) are allowed in the list
StyleVariationType
public boolean isSetStyleVariation()
public void unsetStyleVariation()
public java.util.List<AnimateType> getAnimate()
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 animate property.
For example, to add a new item, do as follows:
getAnimate().add(newItem);
Objects of the following type(s) are allowed in the list
AnimateType
public boolean isSetAnimate()
public void unsetAnimate()
public java.util.List<AnimateMotionType> getAnimateMotion()
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 animateMotion property.
For example, to add a new item, do as follows:
getAnimateMotion().add(newItem);
Objects of the following type(s) are allowed in the list
AnimateMotionType
public boolean isSetAnimateMotion()
public void unsetAnimateMotion()
public java.util.List<AnimateColorType> getAnimateColor()
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 animateColor property.
For example, to add a new item, do as follows:
getAnimateColor().add(newItem);
Objects of the following type(s) are allowed in the list
AnimateColorType
public boolean isSetAnimateColor()
public void unsetAnimateColor()
public java.util.List<SetType> getSet()
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 set property.
For example, to add a new item, do as follows:
getSet().add(newItem);
Objects of the following type(s) are allowed in the list
SetType
public boolean isSetSet()
public void unsetSet()
public void setStyleVariation(java.util.List<StyleVariationType> styleVariation)
styleVariation
- allowed object is
StyleVariationType
public void setAnimate(java.util.List<AnimateType> animate)
animate
- allowed object is
AnimateType
public void setAnimateMotion(java.util.List<AnimateMotionType> animateMotion)
animateMotion
- allowed object is
AnimateMotionType
public void setAnimateColor(java.util.List<AnimateColorType> animateColor)
animateColor
- allowed object is
AnimateColorType
public void setSet(java.util.List<SetType> set)
set
- allowed object is
SetType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |