|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.swecommon.v_2_0.AbstractSWEType
net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
net.opengis.swecommon.v_2_0.AbstractDataComponentType
net.opengis.swecommon.v_2_0.AbstractSimpleComponentType
net.opengis.swecommon.v_2_0.TimeType
public class TimeType
Java class for TimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSimpleComponentType">
<sequence>
<element name="uom" type="{http://www.opengis.net/swe/2.0}UnitReference"/>
<element name="constraint" type="{http://www.opengis.net/swe/2.0}AllowedTimesPropertyType" minOccurs="0"/>
<element name="value" type="{http://www.opengis.net/swe/2.0}TimePosition" minOccurs="0"/>
</sequence>
<attribute name="referenceTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="localFrame" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AllowedTimesPropertyType |
constraint
|
protected String |
localFrame
|
protected XMLGregorianCalendar |
referenceTime
|
protected UnitReference |
uom
|
protected List<String> |
value
|
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSimpleComponentType |
|---|
axisID, nilValues, quality, referenceFrame |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType |
|---|
definition, optional, updatable |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
description, identifier, label |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
extension, id |
| Constructor Summary | |
|---|---|
TimeType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
AllowedTimesPropertyType |
getConstraint()
Gets the value of the constraint property. |
String |
getLocalFrame()
Gets the value of the localFrame property. |
XMLGregorianCalendar |
getReferenceTime()
Gets the value of the referenceTime property. |
UnitReference |
getUom()
Gets the value of the uom property. |
List<String> |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetConstraint()
|
boolean |
isSetLocalFrame()
|
boolean |
isSetReferenceTime()
|
boolean |
isSetUom()
|
boolean |
isSetValue()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setConstraint(AllowedTimesPropertyType value)
Sets the value of the constraint property. |
void |
setLocalFrame(String value)
Sets the value of the localFrame property. |
void |
setReferenceTime(XMLGregorianCalendar value)
Sets the value of the referenceTime property. |
void |
setUom(UnitReference value)
Sets the value of the uom property. |
void |
setValue(List<String> value)
|
String |
toString()
|
void |
unsetValue()
|
TimeType |
withAxisID(String value)
|
TimeType |
withConstraint(AllowedTimesPropertyType value)
|
TimeType |
withDefinition(String value)
|
TimeType |
withDescription(String value)
|
TimeType |
withExtension(Collection<Object> values)
|
TimeType |
withExtension(List<Object> value)
|
TimeType |
withExtension(Object... values)
|
TimeType |
withId(String value)
|
TimeType |
withIdentifier(String value)
|
TimeType |
withLabel(String value)
|
TimeType |
withLocalFrame(String value)
|
TimeType |
withNilValues(NilValuesPropertyType value)
|
TimeType |
withOptional(boolean value)
|
TimeType |
withQuality(Collection<QualityPropertyType> values)
|
TimeType |
withQuality(List<QualityPropertyType> value)
|
TimeType |
withQuality(QualityPropertyType... values)
|
TimeType |
withReferenceFrame(String value)
|
TimeType |
withReferenceTime(XMLGregorianCalendar value)
|
TimeType |
withUom(UnitReference value)
|
TimeType |
withUpdatable(boolean value)
|
TimeType |
withValue(Collection<String> values)
|
TimeType |
withValue(List<String> value)
|
TimeType |
withValue(String... values)
|
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSimpleComponentType |
|---|
getAxisID, getNilValues, getQuality, getReferenceFrame, isSetAxisID, isSetNilValues, isSetQuality, isSetReferenceFrame, setAxisID, setNilValues, setQuality, setReferenceFrame, unsetQuality |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType |
|---|
getDefinition, isOptional, isSetDefinition, isSetOptional, isSetUpdatable, isUpdatable, setDefinition, setOptional, setUpdatable, unsetOptional, unsetUpdatable |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
getExtension, getId, isSetExtension, isSetId, setExtension, setId, unsetExtension |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected UnitReference uom
protected AllowedTimesPropertyType constraint
protected List<String> value
protected XMLGregorianCalendar referenceTime
protected String localFrame
| Constructor Detail |
|---|
public TimeType()
| Method Detail |
|---|
public UnitReference getUom()
UnitReferencepublic void setUom(UnitReference value)
value - allowed object is
UnitReferencepublic boolean isSetUom()
public AllowedTimesPropertyType getConstraint()
AllowedTimesPropertyTypepublic void setConstraint(AllowedTimesPropertyType value)
value - allowed object is
AllowedTimesPropertyTypepublic boolean isSetConstraint()
public List<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 XMLGregorianCalendar getReferenceTime()
XMLGregorianCalendarpublic void setReferenceTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetReferenceTime()
public String getLocalFrame()
Stringpublic void setLocalFrame(String value)
value - allowed object is
Stringpublic boolean isSetLocalFrame()
public String toString()
toString in class AbstractSimpleComponentType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractSimpleComponentType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractSimpleComponentType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractSimpleComponentTypepublic boolean equals(Object object)
equals in class AbstractSimpleComponentType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractSimpleComponentTypepublic int hashCode()
hashCode in class AbstractSimpleComponentTypepublic Object clone()
clone in class AbstractSimpleComponentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSimpleComponentType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSimpleComponentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractSWEIdentifiableType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSimpleComponentType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSimpleComponentTypepublic void setValue(List<String> value)
public TimeType withUom(UnitReference value)
public TimeType withConstraint(AllowedTimesPropertyType value)
public TimeType withValue(String... values)
public TimeType withValue(Collection<String> values)
public TimeType withReferenceTime(XMLGregorianCalendar value)
public TimeType withLocalFrame(String value)
public TimeType withValue(List<String> value)
public TimeType withQuality(QualityPropertyType... values)
withQuality in class AbstractSimpleComponentTypepublic TimeType withQuality(Collection<QualityPropertyType> values)
withQuality in class AbstractSimpleComponentTypepublic TimeType withNilValues(NilValuesPropertyType value)
withNilValues in class AbstractSimpleComponentTypepublic TimeType withReferenceFrame(String value)
withReferenceFrame in class AbstractSimpleComponentTypepublic TimeType withAxisID(String value)
withAxisID in class AbstractSimpleComponentTypepublic TimeType withQuality(List<QualityPropertyType> value)
withQuality in class AbstractSimpleComponentTypepublic TimeType withUpdatable(boolean value)
withUpdatable in class AbstractSimpleComponentTypepublic TimeType withOptional(boolean value)
withOptional in class AbstractSimpleComponentTypepublic TimeType withDefinition(String value)
withDefinition in class AbstractSimpleComponentTypepublic TimeType withIdentifier(String value)
withIdentifier in class AbstractSimpleComponentTypepublic TimeType withLabel(String value)
withLabel in class AbstractSimpleComponentTypepublic TimeType withDescription(String value)
withDescription in class AbstractSimpleComponentTypepublic TimeType withExtension(Object... values)
withExtension in class AbstractSimpleComponentTypepublic TimeType withExtension(Collection<Object> values)
withExtension in class AbstractSimpleComponentTypepublic TimeType withId(String value)
withId in class AbstractSimpleComponentTypepublic TimeType withExtension(List<Object> value)
withExtension in class AbstractSimpleComponentType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||