net.opengis.waterml.v_2_0
Class DefaultCategoricalTVPMetadataType

java.lang.Object
  extended by net.opengis.waterml.v_2_0.TVPMetadataType
      extended by net.opengis.waterml.v_2_0.DefaultCategoricalTVPMetadataType
All Implemented Interfaces:
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

public class DefaultCategoricalTVPMetadataType
extends TVPMetadataType
implements 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 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>
 


Field Summary
protected  String codeSpace
           
 
Fields inherited from class net.opengis.waterml.v_2_0.TVPMetadataType
comment, nilReason, processing, qualifier, quality, relatedObservation, source
 
Constructor Summary
DefaultCategoricalTVPMetadataType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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.MergeStrategy2 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

codeSpace

protected String codeSpace
Constructor Detail

DefaultCategoricalTVPMetadataType

public DefaultCategoricalTVPMetadataType()
Method Detail

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.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class TVPMetadataType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
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.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
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.CopyTo2
Overrides:
copyTo in class TVPMetadataType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class TVPMetadataType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class TVPMetadataType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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.