|
||||||||||
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.AbstractFeatureType
org.citygml4j.jaxb.gml._3_1_1.DynamicFeatureType
public class DynamicFeatureType
A dynamic feature may possess a history and/or a timestamp.
Java-Klasse für DynamicFeatureType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DynamicFeatureType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractFeatureType"> <group ref="{http://www.opengis.net/gml}dynamicProperties"/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
DynamicFeatureType()
|
Method Summary | |
---|---|
StringOrRefType |
getDataSource()
Ruft den Wert der dataSource-Eigenschaft ab. |
javax.xml.bind.JAXBElement<? extends HistoryPropertyType> |
getHistory()
Ruft den Wert der history-Eigenschaft ab. |
TimePrimitivePropertyType |
getValidTime()
Ruft den Wert der validTime-Eigenschaft ab. |
boolean |
isSetDataSource()
|
boolean |
isSetHistory()
|
boolean |
isSetValidTime()
|
void |
setDataSource(StringOrRefType value)
Legt den Wert der dataSource-Eigenschaft fest. |
void |
setHistory(javax.xml.bind.JAXBElement<? extends HistoryPropertyType> value)
Legt den Wert der history-Eigenschaft fest. |
void |
setValidTime(TimePrimitivePropertyType value)
Legt den Wert der validTime-Eigenschaft fest. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType |
---|
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent |
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 DynamicFeatureType()
Method Detail |
---|
public TimePrimitivePropertyType getValidTime()
TimePrimitivePropertyType
public void setValidTime(TimePrimitivePropertyType value)
value
- allowed object is
TimePrimitivePropertyType
public boolean isSetValidTime()
public javax.xml.bind.JAXBElement<? extends HistoryPropertyType> getHistory()
JAXBElement
<
TrackType
>
JAXBElement
<
HistoryPropertyType
>
public void setHistory(javax.xml.bind.JAXBElement<? extends HistoryPropertyType> value)
value
- allowed object is
JAXBElement
<
TrackType
>
JAXBElement
<
HistoryPropertyType
>
public boolean isSetHistory()
public StringOrRefType getDataSource()
StringOrRefType
public void setDataSource(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetDataSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |