public class TVPMeasurementMetadataType extends TVPMetadataType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected QuantityPropertyType |
accuracy |
protected javax.xml.datatype.Duration |
aggregationDuration |
protected ReferenceType |
censoredReason |
protected ReferenceType |
interpolationType |
protected UnitReference |
uom |
comment, nilReason, processing, qualifier, quality, relatedObservation, source| Constructor and Description |
|---|
TVPMeasurementMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
QuantityPropertyType |
getAccuracy()
Gets the value of the accuracy property.
|
javax.xml.datatype.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.HashCodeStrategy2 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,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAccuracy(QuantityPropertyType value)
Sets the value of the accuracy property.
|
void |
setAggregationDuration(javax.xml.datatype.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.
|
java.lang.String |
toString() |
TVPMeasurementMetadataType |
withAccuracy(QuantityPropertyType value) |
TVPMeasurementMetadataType |
withAggregationDuration(javax.xml.datatype.Duration value) |
TVPMeasurementMetadataType |
withCensoredReason(ReferenceType value) |
TVPMeasurementMetadataType |
withComment(java.lang.String value) |
TVPMeasurementMetadataType |
withInterpolationType(ReferenceType value) |
TVPMeasurementMetadataType |
withNilReason(ReferenceType value) |
TVPMeasurementMetadataType |
withProcessing(ReferenceType value) |
TVPMeasurementMetadataType |
withQualifier(java.util.Collection<QualityPropertyType> values) |
TVPMeasurementMetadataType |
withQualifier(java.util.List<QualityPropertyType> value) |
TVPMeasurementMetadataType |
withQualifier(QualityPropertyType... values) |
TVPMeasurementMetadataType |
withQuality(ReferenceType value) |
TVPMeasurementMetadataType |
withRelatedObservation(java.util.Collection<ObservationContextPropertyType> values) |
TVPMeasurementMetadataType |
withRelatedObservation(java.util.List<ObservationContextPropertyType> value) |
TVPMeasurementMetadataType |
withRelatedObservation(ObservationContextPropertyType... values) |
TVPMeasurementMetadataType |
withSource(ReferenceType value) |
TVPMeasurementMetadataType |
withUom(UnitReference value) |
getComment, getNilReason, getProcessing, getQualifier, getQuality, getRelatedObservation, getSource, isSetComment, isSetNilReason, isSetProcessing, isSetQualifier, isSetQuality, isSetRelatedObservation, isSetSource, setComment, setNilReason, setProcessing, setQualifier, setQuality, setRelatedObservation, setSource, unsetQualifier, unsetRelatedObservationprotected UnitReference uom
protected ReferenceType interpolationType
protected ReferenceType censoredReason
protected QuantityPropertyType accuracy
protected javax.xml.datatype.Duration aggregationDuration
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 javax.xml.datatype.Duration getAggregationDuration()
Durationpublic void setAggregationDuration(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic boolean isSetAggregationDuration()
public java.lang.String toString()
toString in class TVPMetadataTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class TVPMetadataTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class TVPMetadataTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class TVPMetadataTypepublic boolean equals(java.lang.Object object)
equals in class TVPMetadataTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class TVPMetadataTypepublic int hashCode()
hashCode in class TVPMetadataTypepublic java.lang.Object clone()
clone in class TVPMetadataTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class TVPMetadataTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class TVPMetadataTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class TVPMetadataTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class TVPMetadataTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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(javax.xml.datatype.Duration value)
public TVPMeasurementMetadataType withQuality(ReferenceType value)
withQuality in class TVPMetadataTypepublic TVPMeasurementMetadataType withNilReason(ReferenceType value)
withNilReason in class TVPMetadataTypepublic TVPMeasurementMetadataType withComment(java.lang.String value)
withComment in class TVPMetadataTypepublic TVPMeasurementMetadataType withRelatedObservation(ObservationContextPropertyType... values)
withRelatedObservation in class TVPMetadataTypepublic TVPMeasurementMetadataType withRelatedObservation(java.util.Collection<ObservationContextPropertyType> values)
withRelatedObservation in class TVPMetadataTypepublic TVPMeasurementMetadataType withQualifier(QualityPropertyType... values)
withQualifier in class TVPMetadataTypepublic TVPMeasurementMetadataType withQualifier(java.util.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(java.util.List<ObservationContextPropertyType> value)
withRelatedObservation in class TVPMetadataTypepublic TVPMeasurementMetadataType withQualifier(java.util.List<QualityPropertyType> value)
withQualifier in class TVPMetadataTypeCopyright © 2008-2021. All Rights Reserved.