net.opengis.swecommon.v_2_0
Class AllowedValuesType

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

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

 <complexType name="AllowedValuesType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}AbstractSWEType">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interval" type="{http://www.opengis.net/swe/2.0}RealPair" maxOccurs="unbounded" minOccurs="0"/>
         <element name="significantFigures" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<List<Double>>> interval
           
protected  BigInteger significantFigures
           
protected  List<Double> value
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
extension, id
 
Constructor Summary
AllowedValuesType()
           
 
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)
           
 List<JAXBElement<List<Double>>> getInterval()
          Gets the value of the interval property.
 BigInteger getSignificantFigures()
          Gets the value of the significantFigures property.
 List<Double> 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)
           
 boolean isSetInterval()
           
 boolean isSetSignificantFigures()
           
 boolean isSetValue()
           
 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 setInterval(List<JAXBElement<List<Double>>> value)
           
 void setSignificantFigures(BigInteger value)
          Sets the value of the significantFigures property.
 void setValue(List<Double> value)
           
 String toString()
           
 void unsetInterval()
           
 void unsetValue()
           
 AllowedValuesType withExtension(Collection<Object> values)
           
 AllowedValuesType withExtension(List<Object> value)
           
 AllowedValuesType withExtension(Object... values)
           
 AllowedValuesType withId(String value)
           
 AllowedValuesType withInterval(Collection<JAXBElement<List<Double>>> values)
           
 AllowedValuesType withInterval(JAXBElement<List<Double>>... values)
           
 AllowedValuesType withInterval(List<JAXBElement<List<Double>>> value)
           
 AllowedValuesType withSignificantFigures(BigInteger value)
           
 AllowedValuesType withValue(Collection<Double> values)
           
 AllowedValuesType withValue(Double... values)
           
 AllowedValuesType withValue(List<Double> value)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType
getExtension, getId, isSetExtension, isSetId, setExtension, setId, unsetExtension
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected List<Double> value

interval

protected List<JAXBElement<List<Double>>> interval

significantFigures

protected BigInteger significantFigures
Constructor Detail

AllowedValuesType

public AllowedValuesType()
Method Detail

getValue

public List<Double> 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 Double


isSetValue

public boolean isSetValue()

unsetValue

public void unsetValue()

getInterval

public List<JAXBElement<List<Double>>> getInterval()
Gets the value of the interval 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 interval property.

For example, to add a new item, do as follows:

    getInterval().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<List<Double>>


isSetInterval

public boolean isSetInterval()

unsetInterval

public void unsetInterval()

getSignificantFigures

public BigInteger getSignificantFigures()
Gets the value of the significantFigures property.

Returns:
possible object is BigInteger

setSignificantFigures

public void setSignificantFigures(BigInteger value)
Sets the value of the significantFigures property.

Parameters:
value - allowed object is BigInteger

isSetSignificantFigures

public boolean isSetSignificantFigures()

toString

public String toString()
Overrides:
toString in class AbstractSWEType

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 AbstractSWEType

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 AbstractSWEType

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 AbstractSWEType

equals

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

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 AbstractSWEType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSWEType

clone

public Object clone()
Overrides:
clone in class AbstractSWEType

copyTo

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

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 AbstractSWEType

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 AbstractSWEType

mergeFrom

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

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 AbstractSWEType

setValue

public void setValue(List<Double> value)

setInterval

public void setInterval(List<JAXBElement<List<Double>>> value)

withValue

public AllowedValuesType withValue(Double... values)

withValue

public AllowedValuesType withValue(Collection<Double> values)

withInterval

public AllowedValuesType withInterval(JAXBElement<List<Double>>... values)

withInterval

public AllowedValuesType withInterval(Collection<JAXBElement<List<Double>>> values)

withSignificantFigures

public AllowedValuesType withSignificantFigures(BigInteger value)

withValue

public AllowedValuesType withValue(List<Double> value)

withInterval

public AllowedValuesType withInterval(List<JAXBElement<List<Double>>> value)

withExtension

public AllowedValuesType withExtension(Object... values)
Overrides:
withExtension in class AbstractSWEType

withExtension

public AllowedValuesType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractSWEType

withId

public AllowedValuesType withId(String value)
Overrides:
withId in class AbstractSWEType

withExtension

public AllowedValuesType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractSWEType


Copyright © 2008-2015. All Rights Reserved.