|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.waterml.v_2_0.TVPMetadataType
net.opengis.waterml.v_2_0.TVPMeasurementMetadataType
public class TVPMeasurementMetadataType
Java class for TVPMeasurementMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TVPMeasurementMetadataType">
<complexContent>
<extension base="{http://www.opengis.net/waterml/2.0}TVPMetadataType">
<sequence>
<element name="uom" type="{http://www.opengis.net/swe/2.0}UnitReference" minOccurs="0"/>
<element name="interpolationType" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
<element name="censoredReason" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
<element name="accuracy" type="{http://www.opengis.net/swe/2.0}QuantityPropertyType" minOccurs="0"/>
<element name="aggregationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QuantityPropertyType |
accuracy
|
protected Duration |
aggregationDuration
|
protected ReferenceType |
censoredReason
|
protected ReferenceType |
interpolationType
|
protected UnitReference |
uom
|
| Fields inherited from class net.opengis.waterml.v_2_0.TVPMetadataType |
|---|
comment, nilReason, processing, qualifier, quality, relatedObservation, source |
| Constructor Summary | |
|---|---|
TVPMeasurementMetadataType()
|
|
| 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)
|
QuantityPropertyType |
getAccuracy()
Gets the value of the accuracy property. |
Duration |
getAggregationDuration()
Gets the value of the aggregationDuration property. |
ReferenceType |
getCensoredReason()
Gets the value of the censoredReason property. |
ReferenceType |
getInterpolationType()
Gets the value of the interpolationType property. |
UnitReference |
getUom()
Gets the value of the uom property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAccuracy()
|
boolean |
isSetAggregationDuration()
|
boolean |
isSetCensoredReason()
|
boolean |
isSetInterpolationType()
|
boolean |
isSetUom()
|
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 |
setAccuracy(QuantityPropertyType value)
Sets the value of the accuracy property. |
void |
setAggregationDuration(Duration value)
Sets the value of the aggregationDuration property. |
void |
setCensoredReason(ReferenceType value)
Sets the value of the censoredReason property. |
void |
setInterpolationType(ReferenceType value)
Sets the value of the interpolationType property. |
void |
setUom(UnitReference value)
Sets the value of the uom property. |
String |
toString()
|
TVPMeasurementMetadataType |
withAccuracy(QuantityPropertyType value)
|
TVPMeasurementMetadataType |
withAggregationDuration(Duration value)
|
TVPMeasurementMetadataType |
withCensoredReason(ReferenceType value)
|
TVPMeasurementMetadataType |
withComment(String value)
|
TVPMeasurementMetadataType |
withInterpolationType(ReferenceType value)
|
TVPMeasurementMetadataType |
withNilReason(ReferenceType value)
|
TVPMeasurementMetadataType |
withProcessing(ReferenceType value)
|
TVPMeasurementMetadataType |
withQualifier(Collection<QualityPropertyType> values)
|
TVPMeasurementMetadataType |
withQualifier(List<QualityPropertyType> value)
|
TVPMeasurementMetadataType |
withQualifier(QualityPropertyType... values)
|
TVPMeasurementMetadataType |
withQuality(ReferenceType value)
|
TVPMeasurementMetadataType |
withRelatedObservation(Collection<ObservationContextPropertyType> values)
|
TVPMeasurementMetadataType |
withRelatedObservation(List<ObservationContextPropertyType> value)
|
TVPMeasurementMetadataType |
withRelatedObservation(ObservationContextPropertyType... values)
|
TVPMeasurementMetadataType |
withSource(ReferenceType value)
|
TVPMeasurementMetadataType |
withUom(UnitReference value)
|
| Methods inherited from class net.opengis.waterml.v_2_0.TVPMetadataType |
|---|
getComment, getNilReason, getProcessing, getQualifier, getQuality, getRelatedObservation, getSource, isSetComment, isSetNilReason, isSetProcessing, isSetQualifier, isSetQuality, isSetRelatedObservation, isSetSource, setComment, setNilReason, setProcessing, setQualifier, setQuality, setRelatedObservation, setSource, unsetQualifier, unsetRelatedObservation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected UnitReference uom
protected ReferenceType interpolationType
protected ReferenceType censoredReason
protected QuantityPropertyType accuracy
protected Duration aggregationDuration
| Constructor Detail |
|---|
public TVPMeasurementMetadataType()
| Method Detail |
|---|
public UnitReference getUom()
UnitReferencepublic void setUom(UnitReference value)
value - allowed object is
UnitReferencepublic boolean isSetUom()
public ReferenceType getInterpolationType()
ReferenceTypepublic void setInterpolationType(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetInterpolationType()
public ReferenceType getCensoredReason()
ReferenceTypepublic void setCensoredReason(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetCensoredReason()
public QuantityPropertyType getAccuracy()
QuantityPropertyTypepublic void setAccuracy(QuantityPropertyType value)
value - allowed object is
QuantityPropertyTypepublic boolean isSetAccuracy()
public Duration getAggregationDuration()
Durationpublic void setAggregationDuration(Duration value)
value - allowed object is
Durationpublic boolean isSetAggregationDuration()
public String toString()
toString in class TVPMetadataType
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 TVPMetadataType
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 TVPMetadataType
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 TVPMetadataTypepublic boolean equals(Object object)
equals in class TVPMetadataType
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 TVPMetadataTypepublic int hashCode()
hashCode in class TVPMetadataTypepublic Object clone()
clone in class TVPMetadataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TVPMetadataType
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 TVPMetadataTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class TVPMetadataType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class TVPMetadataType
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 TVPMetadataTypepublic TVPMeasurementMetadataType withUom(UnitReference value)
public TVPMeasurementMetadataType withInterpolationType(ReferenceType value)
public TVPMeasurementMetadataType withCensoredReason(ReferenceType value)
public TVPMeasurementMetadataType withAccuracy(QuantityPropertyType value)
public TVPMeasurementMetadataType withAggregationDuration(Duration value)
public TVPMeasurementMetadataType withQuality(ReferenceType value)
withQuality in class TVPMetadataTypepublic TVPMeasurementMetadataType withNilReason(ReferenceType value)
withNilReason in class TVPMetadataTypepublic TVPMeasurementMetadataType withComment(String value)
withComment in class TVPMetadataTypepublic TVPMeasurementMetadataType withRelatedObservation(ObservationContextPropertyType... values)
withRelatedObservation in class TVPMetadataTypepublic TVPMeasurementMetadataType withRelatedObservation(Collection<ObservationContextPropertyType> values)
withRelatedObservation in class TVPMetadataTypepublic TVPMeasurementMetadataType withQualifier(QualityPropertyType... values)
withQualifier in class TVPMetadataTypepublic TVPMeasurementMetadataType withQualifier(Collection<QualityPropertyType> values)
withQualifier in class TVPMetadataTypepublic TVPMeasurementMetadataType withProcessing(ReferenceType value)
withProcessing in class TVPMetadataTypepublic TVPMeasurementMetadataType withSource(ReferenceType value)
withSource in class TVPMetadataTypepublic TVPMeasurementMetadataType withRelatedObservation(List<ObservationContextPropertyType> value)
withRelatedObservation in class TVPMetadataTypepublic TVPMeasurementMetadataType withQualifier(List<QualityPropertyType> value)
withQualifier in class TVPMetadataType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||