|
||||||||||
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
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.TimePeriodType
public class TimePeriodType
Java-Klasse für TimePeriodType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TimePeriodType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTimeGeometricPrimitiveType"> <sequence> <choice> <element name="beginPosition" type="{http://www.opengis.net/gml}TimePositionType"/> <element name="begin" type="{http://www.opengis.net/gml}TimeInstantPropertyType"/> </choice> <choice> <element name="endPosition" type="{http://www.opengis.net/gml}TimePositionType"/> <element name="end" type="{http://www.opengis.net/gml}TimeInstantPropertyType"/> </choice> <group ref="{http://www.opengis.net/gml}timeLength" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TimePeriodType()
|
Method Summary | |
---|---|
TimeInstantPropertyType |
getBegin()
Ruft den Wert der begin-Eigenschaft ab. |
TimePositionType |
getBeginPosition()
Ruft den Wert der beginPosition-Eigenschaft ab. |
javax.xml.datatype.Duration |
getDuration()
Ruft den Wert der duration-Eigenschaft ab. |
TimeInstantPropertyType |
getEnd()
Ruft den Wert der end-Eigenschaft ab. |
TimePositionType |
getEndPosition()
Ruft den Wert der endPosition-Eigenschaft ab. |
TimeIntervalLengthType |
getTimeInterval()
Ruft den Wert der timeInterval-Eigenschaft ab. |
boolean |
isSetBegin()
|
boolean |
isSetBeginPosition()
|
boolean |
isSetDuration()
|
boolean |
isSetEnd()
|
boolean |
isSetEndPosition()
|
boolean |
isSetTimeInterval()
|
void |
setBegin(TimeInstantPropertyType value)
Legt den Wert der begin-Eigenschaft fest. |
void |
setBeginPosition(TimePositionType value)
Legt den Wert der beginPosition-Eigenschaft fest. |
void |
setDuration(javax.xml.datatype.Duration value)
Legt den Wert der duration-Eigenschaft fest. |
void |
setEnd(TimeInstantPropertyType value)
Legt den Wert der end-Eigenschaft fest. |
void |
setEndPosition(TimePositionType value)
Legt den Wert der endPosition-Eigenschaft fest. |
void |
setTimeInterval(TimeIntervalLengthType value)
Legt den Wert der timeInterval-Eigenschaft fest. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimeGeometricPrimitiveType |
---|
getFrame, isSetFrame, setFrame |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType |
---|
getRelatedTime, isSetRelatedTime, setRelatedTime, 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 TimePeriodType()
Method Detail |
---|
public TimePositionType getBeginPosition()
TimePositionType
public void setBeginPosition(TimePositionType value)
value
- allowed object is
TimePositionType
public boolean isSetBeginPosition()
public TimeInstantPropertyType getBegin()
TimeInstantPropertyType
public void setBegin(TimeInstantPropertyType value)
value
- allowed object is
TimeInstantPropertyType
public boolean isSetBegin()
public TimePositionType getEndPosition()
TimePositionType
public void setEndPosition(TimePositionType value)
value
- allowed object is
TimePositionType
public boolean isSetEndPosition()
public TimeInstantPropertyType getEnd()
TimeInstantPropertyType
public void setEnd(TimeInstantPropertyType value)
value
- allowed object is
TimeInstantPropertyType
public boolean isSetEnd()
public javax.xml.datatype.Duration getDuration()
Duration
public void setDuration(javax.xml.datatype.Duration value)
value
- allowed object is
Duration
public boolean isSetDuration()
public TimeIntervalLengthType getTimeInterval()
TimeIntervalLengthType
public void setTimeInterval(TimeIntervalLengthType value)
value
- allowed object is
TimeIntervalLengthType
public boolean isSetTimeInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |