public class AllowedValuesType extends AbstractSWEType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AllowedValuesType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<List<Double>>> |
interval |
protected BigInteger |
significantFigures |
protected List<Double> |
value |
extension, id| Constructor and Description |
|---|
AllowedValuesType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
List<JAXBElement<List<Double>>> |
getInterval()
Gets the value of the interval property.
|
BigInteger |
getSignificantFigures()
Obtiene el valor de la propiedad significantFigures.
|
List<Double> |
getValue()
Gets the value of the value property.
|
boolean |
isSetInterval() |
boolean |
isSetSignificantFigures() |
boolean |
isSetValue() |
void |
setSignificantFigures(BigInteger value)
Define el valor de la propiedad significantFigures.
|
String |
toString() |
void |
unsetInterval() |
void |
unsetValue() |
AllowedValuesType |
withExtension(Collection<Object> values) |
AllowedValuesType |
withExtension(Object... values) |
AllowedValuesType |
withId(String value) |
AllowedValuesType |
withInterval(Collection<JAXBElement<List<Double>>> values) |
AllowedValuesType |
withInterval(JAXBElement<List<Double>>... values) |
AllowedValuesType |
withSignificantFigures(BigInteger value) |
AllowedValuesType |
withValue(Collection<Double> values) |
AllowedValuesType |
withValue(Double... values) |
getExtension, getId, isSetExtension, isSetId, setId, unsetExtensionprotected List<JAXBElement<List<Double>>> interval
protected BigInteger significantFigures
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 AbstractSWETypepublic 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 AbstractSWETypepublic 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 AbstractSWETypepublic 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 withExtension(Object... values)
withExtension in class AbstractSWETypepublic AllowedValuesType withExtension(Collection<Object> values)
withExtension in class AbstractSWETypepublic AllowedValuesType withId(String value)
withId in class AbstractSWETypeCopyright © 2014. All Rights Reserved.