|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.swecommon.v_2_0.AbstractSWEType
net.opengis.swecommon.v_2_0.AllowedValuesType
public class AllowedValuesType
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 |
|---|
protected List<Double> value
protected List<JAXBElement<List<Double>>> interval
protected BigInteger significantFigures
| Constructor Detail |
|---|
public AllowedValuesType()
| Method Detail |
|---|
public List<Double> getValue()
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
public boolean isSetValue()
public void unsetValue()
public List<JAXBElement<List<Double>>> getInterval()
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>>
public boolean isSetInterval()
public void unsetInterval()
public BigInteger getSignificantFigures()
BigIntegerpublic void setSignificantFigures(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetSignificantFigures()
public String toString()
toString in class AbstractSWEType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractSWEType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractSWEType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractSWETypepublic boolean equals(Object object)
equals in class AbstractSWEType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractSWETypepublic int hashCode()
hashCode in class AbstractSWETypepublic Object clone()
clone in class AbstractSWETypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSWEType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSWETypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractSWEType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSWEType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSWETypepublic void setValue(List<Double> value)
public void setInterval(List<JAXBElement<List<Double>>> value)
public AllowedValuesType withValue(Double... values)
public AllowedValuesType withValue(Collection<Double> values)
public AllowedValuesType withInterval(JAXBElement<List<Double>>... values)
public AllowedValuesType withInterval(Collection<JAXBElement<List<Double>>> values)
public AllowedValuesType withSignificantFigures(BigInteger value)
public AllowedValuesType withValue(List<Double> value)
public AllowedValuesType withInterval(List<JAXBElement<List<Double>>> value)
public AllowedValuesType withExtension(Object... values)
withExtension in class AbstractSWETypepublic AllowedValuesType withExtension(Collection<Object> values)
withExtension in class AbstractSWETypepublic AllowedValuesType withId(String value)
withId in class AbstractSWETypepublic AllowedValuesType withExtension(List<Object> value)
withExtension in class AbstractSWEType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||