net.opengis.swecommon.v_2_0
Class CategoryRangeType

java.lang.Object
  extended by net.opengis.swecommon.v_2_0.AbstractSWEType
      extended by net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
          extended by net.opengis.swecommon.v_2_0.AbstractDataComponentType
              extended by net.opengis.swecommon.v_2_0.AbstractSimpleComponentType
                  extended by net.opengis.swecommon.v_2_0.CategoryRangeType
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 CategoryRangeType
extends AbstractSimpleComponentType
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 CategoryRangeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CategoryRangeType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}AbstractSimpleComponentType">
       <sequence>
         <element name="codeSpace" type="{http://www.opengis.net/swe/2.0}Reference" minOccurs="0"/>
         <element name="constraint" type="{http://www.opengis.net/swe/2.0}AllowedTokensPropertyType" minOccurs="0"/>
         <element name="value" type="{http://www.opengis.net/swe/2.0}TokenPair" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Reference codeSpace
           
protected  AllowedTokensPropertyType constraint
           
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
CategoryRangeType()
           
 
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)
           
 Reference getCodeSpace()
          Gets the value of the codeSpace property.
 AllowedTokensPropertyType getConstraint()
          Gets the value of the constraint 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)
           
 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(Reference value)
          Sets the value of the codeSpace property.
 void setConstraint(AllowedTokensPropertyType value)
          Sets the value of the constraint property.
 void setValue(List<String> value)
           
 String toString()
           
 CategoryRangeType withAxisID(String value)
           
 CategoryRangeType withCodeSpace(Reference value)
           
 CategoryRangeType withConstraint(AllowedTokensPropertyType value)
           
 CategoryRangeType withDefinition(String value)
           
 CategoryRangeType withDescription(String value)
           
 CategoryRangeType withExtension(Collection<Object> values)
           
 CategoryRangeType withExtension(List<Object> value)
           
 CategoryRangeType withExtension(Object... values)
           
 CategoryRangeType withId(String value)
           
 CategoryRangeType withIdentifier(String value)
           
 CategoryRangeType withLabel(String value)
           
 CategoryRangeType withNilValues(NilValuesPropertyType value)
           
 CategoryRangeType withOptional(Boolean value)
           
 CategoryRangeType withQuality(Collection<QualityPropertyType> values)
           
 CategoryRangeType withQuality(List<QualityPropertyType> value)
           
 CategoryRangeType withQuality(QualityPropertyType... values)
           
 CategoryRangeType withReferenceFrame(String value)
           
 CategoryRangeType withUpdatable(Boolean value)
           
 CategoryRangeType withValue(Collection<String> values)
           
 CategoryRangeType withValue(List<String> value)
           
 CategoryRangeType withValue(String... values)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSimpleComponentType
getAxisID, getNilValues, getQuality, getReferenceFrame, setAxisID, setNilValues, setQuality, setReferenceFrame
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType
getDefinition, isOptional, isUpdatable, setDefinition, setOptional, setUpdatable
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, setDescription, setIdentifier, setLabel
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
getExtension, getId, setExtension, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

codeSpace

protected Reference codeSpace

constraint

protected AllowedTokensPropertyType constraint

value

protected List<String> value
Constructor Detail

CategoryRangeType

public CategoryRangeType()
Method Detail

getCodeSpace

public Reference getCodeSpace()
Gets the value of the codeSpace property.

Returns:
possible object is Reference

setCodeSpace

public void setCodeSpace(Reference value)
Sets the value of the codeSpace property.

Parameters:
value - allowed object is Reference

getConstraint

public AllowedTokensPropertyType getConstraint()
Gets the value of the constraint property.

Returns:
possible object is AllowedTokensPropertyType

setConstraint

public void setConstraint(AllowedTokensPropertyType value)
Sets the value of the constraint property.

Parameters:
value - allowed object is AllowedTokensPropertyType

getValue

public List<String> getValue()
Gets the value of the value property.

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


toString

public String toString()
Overrides:
toString in class AbstractSimpleComponentType

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 AbstractSimpleComponentType

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 AbstractSimpleComponentType

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 AbstractSimpleComponentType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractSimpleComponentType

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 AbstractSimpleComponentType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSimpleComponentType

clone

public Object clone()
Overrides:
clone in class AbstractSimpleComponentType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSimpleComponentType

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 AbstractSimpleComponentType

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 AbstractSWEIdentifiableType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSimpleComponentType

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 AbstractSimpleComponentType

setValue

public void setValue(List<String> value)

withCodeSpace

public CategoryRangeType withCodeSpace(Reference value)

withConstraint

public CategoryRangeType withConstraint(AllowedTokensPropertyType value)

withValue

public CategoryRangeType withValue(String... values)

withValue

public CategoryRangeType withValue(Collection<String> values)

withValue

public CategoryRangeType withValue(List<String> value)

withQuality

public CategoryRangeType withQuality(QualityPropertyType... values)
Overrides:
withQuality in class AbstractSimpleComponentType

withQuality

public CategoryRangeType withQuality(Collection<QualityPropertyType> values)
Overrides:
withQuality in class AbstractSimpleComponentType

withNilValues

public CategoryRangeType withNilValues(NilValuesPropertyType value)
Overrides:
withNilValues in class AbstractSimpleComponentType

withReferenceFrame

public CategoryRangeType withReferenceFrame(String value)
Overrides:
withReferenceFrame in class AbstractSimpleComponentType

withAxisID

public CategoryRangeType withAxisID(String value)
Overrides:
withAxisID in class AbstractSimpleComponentType

withQuality

public CategoryRangeType withQuality(List<QualityPropertyType> value)
Overrides:
withQuality in class AbstractSimpleComponentType

withUpdatable

public CategoryRangeType withUpdatable(Boolean value)
Overrides:
withUpdatable in class AbstractSimpleComponentType

withOptional

public CategoryRangeType withOptional(Boolean value)
Overrides:
withOptional in class AbstractSimpleComponentType

withDefinition

public CategoryRangeType withDefinition(String value)
Overrides:
withDefinition in class AbstractSimpleComponentType

withIdentifier

public CategoryRangeType withIdentifier(String value)
Overrides:
withIdentifier in class AbstractSimpleComponentType

withLabel

public CategoryRangeType withLabel(String value)
Overrides:
withLabel in class AbstractSimpleComponentType

withDescription

public CategoryRangeType withDescription(String value)
Overrides:
withDescription in class AbstractSimpleComponentType

withExtension

public CategoryRangeType withExtension(Object... values)
Overrides:
withExtension in class AbstractSimpleComponentType

withExtension

public CategoryRangeType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractSimpleComponentType

withId

public CategoryRangeType withId(String value)
Overrides:
withId in class AbstractSimpleComponentType

withExtension

public CategoryRangeType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractSimpleComponentType


Copyright © 2008-2015. All Rights Reserved.