|
||||||||||
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.AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
public abstract class AbstractTimePrimitiveType
The abstract supertype for temporal primitives.
Java-Klasse für AbstractTimePrimitiveType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractTimePrimitiveType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTimeObjectType"> <sequence> <element name="relatedTime" type="{http://www.opengis.net/gml}RelatedTimeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractTimePrimitiveType()
|
Method Summary | |
---|---|
java.util.List<RelatedTimeType> |
getRelatedTime()
Gets the value of the relatedTime property. |
boolean |
isSetRelatedTime()
|
void |
setRelatedTime(java.util.List<RelatedTimeType> relatedTime)
Sets the value of the relatedTime property. |
void |
unsetRelatedTime()
|
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 AbstractTimePrimitiveType()
Method Detail |
---|
public java.util.List<RelatedTimeType> getRelatedTime()
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 relatedTime property.
For example, to add a new item, do as follows:
getRelatedTime().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedTimeType
public boolean isSetRelatedTime()
public void unsetRelatedTime()
public void setRelatedTime(java.util.List<RelatedTimeType> relatedTime)
relatedTime
- allowed object is
RelatedTimeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |