|
||||||||||
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.TimePositionType
public class TimePositionType
Direct representation of a temporal position. Indeterminate time values are also allowed, as described in ISO 19108. The indeterminatePosition attribute can be used alone or it can qualify a specific value for temporal position (e.g. before 2002-12, after 1019624400). For time values that identify position within a calendar, the calendarEraName attribute provides the name of the calendar era to which the date is referenced (e.g. the Meiji era of the Japanese calendar).
Java-Klasse für TimePositionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TimePositionType"> <simpleContent> <extension base="<http://www.opengis.net/gml>TimePositionUnion"> <attribute name="frame" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="#ISO-8601" /> <attribute name="calendarEraName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="indeterminatePosition" type="{http://www.opengis.net/gml}TimeIndeterminateValueType" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
TimePositionType()
|
Method Summary | |
---|---|
java.lang.String |
getCalendarEraName()
Ruft den Wert der calendarEraName-Eigenschaft ab. |
java.lang.String |
getFrame()
Ruft den Wert der frame-Eigenschaft ab. |
TimeIndeterminateValueType |
getIndeterminatePosition()
Ruft den Wert der indeterminatePosition-Eigenschaft ab. |
java.util.List<java.lang.String> |
getValue()
The ISO 19108:2002 hierarchy of subtypes for temporal position are collapsed by defining a union of XML Schema simple types for indicating temporal position relative to a specific reference system. |
boolean |
isSetCalendarEraName()
|
boolean |
isSetFrame()
|
boolean |
isSetIndeterminatePosition()
|
boolean |
isSetValue()
|
void |
setCalendarEraName(java.lang.String value)
Legt den Wert der calendarEraName-Eigenschaft fest. |
void |
setFrame(java.lang.String value)
Legt den Wert der frame-Eigenschaft fest. |
void |
setIndeterminatePosition(TimeIndeterminateValueType value)
Legt den Wert der indeterminatePosition-Eigenschaft fest. |
void |
setValue(java.util.List<java.lang.String> value)
The ISO 19108:2002 hierarchy of subtypes for temporal position are collapsed by defining a union of XML Schema simple types for indicating temporal position relative to a specific reference system. |
void |
unsetValue()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimePositionType()
Method Detail |
---|
public java.util.List<java.lang.String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetValue()
public void unsetValue()
public java.lang.String getFrame()
String
public void setFrame(java.lang.String value)
value
- allowed object is
String
public boolean isSetFrame()
public java.lang.String getCalendarEraName()
String
public void setCalendarEraName(java.lang.String value)
value
- allowed object is
String
public boolean isSetCalendarEraName()
public TimeIndeterminateValueType getIndeterminatePosition()
TimeIndeterminateValueType
public void setIndeterminatePosition(TimeIndeterminateValueType value)
value
- allowed object is
TimeIndeterminateValueType
public boolean isSetIndeterminatePosition()
public void setValue(java.util.List<java.lang.String> value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |