net.opengis.waterml.v_2_0
Class DefaultCategoricalTVPMetadataType
java.lang.Object
net.opengis.waterml.v_2_0.TVPMetadataType
net.opengis.waterml.v_2_0.DefaultCategoricalTVPMetadataType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class DefaultCategoricalTVPMetadataType
- extends TVPMetadataType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for DefaultCategoricalTVPMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultCategoricalTVPMetadataType">
<complexContent>
<extension base="{http://www.opengis.net/waterml/2.0}TVPMetadataType">
<sequence>
<element name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
String |
getCodeSpace()
Gets the value of the codeSpace property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetCodeSpace()
|
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 |
setCodeSpace(String value)
Sets the value of the codeSpace property. |
String |
toString()
|
DefaultCategoricalTVPMetadataType |
withCodeSpace(String value)
|
DefaultCategoricalTVPMetadataType |
withComment(String value)
|
DefaultCategoricalTVPMetadataType |
withNilReason(ReferenceType value)
|
DefaultCategoricalTVPMetadataType |
withProcessing(ReferenceType value)
|
DefaultCategoricalTVPMetadataType |
withQualifier(Collection<QualityPropertyType> values)
|
DefaultCategoricalTVPMetadataType |
withQualifier(List<QualityPropertyType> value)
|
DefaultCategoricalTVPMetadataType |
withQualifier(QualityPropertyType... values)
|
DefaultCategoricalTVPMetadataType |
withQuality(ReferenceType value)
|
DefaultCategoricalTVPMetadataType |
withRelatedObservation(Collection<ObservationContextPropertyType> values)
|
DefaultCategoricalTVPMetadataType |
withRelatedObservation(List<ObservationContextPropertyType> value)
|
DefaultCategoricalTVPMetadataType |
withRelatedObservation(ObservationContextPropertyType... values)
|
DefaultCategoricalTVPMetadataType |
withSource(ReferenceType 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 |
codeSpace
protected String codeSpace
DefaultCategoricalTVPMetadataType
public DefaultCategoricalTVPMetadataType()
getCodeSpace
public String getCodeSpace()
- Gets the value of the codeSpace property.
- Returns:
- possible object is
String
setCodeSpace
public void setCodeSpace(String value)
- Sets the value of the codeSpace property.
- Parameters:
value - allowed object is
String
isSetCodeSpace
public boolean isSetCodeSpace()
toString
public String toString()
- Overrides:
toString in class TVPMetadataType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class TVPMetadataType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class TVPMetadataType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class TVPMetadataType
equals
public boolean equals(Object object)
- Overrides:
equals in class TVPMetadataType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class TVPMetadataType
hashCode
public int hashCode()
- Overrides:
hashCode in class TVPMetadataType
clone
public Object clone()
- Overrides:
clone in class TVPMetadataType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class TVPMetadataType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class TVPMetadataType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class TVPMetadataType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class TVPMetadataType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class TVPMetadataType
withCodeSpace
public DefaultCategoricalTVPMetadataType withCodeSpace(String value)
withQuality
public DefaultCategoricalTVPMetadataType withQuality(ReferenceType value)
- Overrides:
withQuality in class TVPMetadataType
withNilReason
public DefaultCategoricalTVPMetadataType withNilReason(ReferenceType value)
- Overrides:
withNilReason in class TVPMetadataType
withComment
public DefaultCategoricalTVPMetadataType withComment(String value)
- Overrides:
withComment in class TVPMetadataType
withRelatedObservation
public DefaultCategoricalTVPMetadataType withRelatedObservation(ObservationContextPropertyType... values)
- Overrides:
withRelatedObservation in class TVPMetadataType
withRelatedObservation
public DefaultCategoricalTVPMetadataType withRelatedObservation(Collection<ObservationContextPropertyType> values)
- Overrides:
withRelatedObservation in class TVPMetadataType
withQualifier
public DefaultCategoricalTVPMetadataType withQualifier(QualityPropertyType... values)
- Overrides:
withQualifier in class TVPMetadataType
withQualifier
public DefaultCategoricalTVPMetadataType withQualifier(Collection<QualityPropertyType> values)
- Overrides:
withQualifier in class TVPMetadataType
withProcessing
public DefaultCategoricalTVPMetadataType withProcessing(ReferenceType value)
- Overrides:
withProcessing in class TVPMetadataType
withSource
public DefaultCategoricalTVPMetadataType withSource(ReferenceType value)
- Overrides:
withSource in class TVPMetadataType
withRelatedObservation
public DefaultCategoricalTVPMetadataType withRelatedObservation(List<ObservationContextPropertyType> value)
- Overrides:
withRelatedObservation in class TVPMetadataType
withQualifier
public DefaultCategoricalTVPMetadataType withQualifier(List<QualityPropertyType> value)
- Overrides:
withQualifier in class TVPMetadataType
Copyright © 2008-2015. All Rights Reserved.