public class QuantityType extends AbstractSimpleComponentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para QuantityType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="QuantityType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSimpleComponentType">
<sequence>
<element name="uom" type="{http://www.opengis.net/swe/2.0}UnitReference"/>
<element name="constraint" type="{http://www.opengis.net/swe/2.0}AllowedValuesPropertyType" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllowedValuesPropertyType |
constraint |
protected UnitReference |
uom |
protected Double |
value |
axisID, nilValues, quality, referenceFramedefinition, optional, updatabledescription, identifier, labelextension, id| Constructor and Description |
|---|
QuantityType() |
getAxisID, getNilValues, getQuality, getReferenceFrame, isSetAxisID, isSetNilValues, isSetQuality, isSetReferenceFrame, setAxisID, setNilValues, setReferenceFrame, unsetQualitygetDefinition, isOptional, isSetDefinition, isSetOptional, isSetUpdatable, isUpdatable, setDefinition, setOptional, setUpdatable, unsetOptional, unsetUpdatablegetDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabelgetExtension, getId, isSetExtension, isSetId, setId, unsetExtensionprotected UnitReference uom
protected AllowedValuesPropertyType constraint
protected Double value
public UnitReference getUom()
UnitReferencepublic void setUom(UnitReference value)
value - allowed object is
UnitReferencepublic boolean isSetUom()
public AllowedValuesPropertyType getConstraint()
AllowedValuesPropertyTypepublic void setConstraint(AllowedValuesPropertyType value)
value - allowed object is
AllowedValuesPropertyTypepublic boolean isSetConstraint()
public Double getValue()
Doublepublic void setValue(Double value)
value - allowed object is
Doublepublic boolean isSetValue()
public String toString()
toString in class AbstractSimpleComponentTypepublic 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 AbstractSimpleComponentTypepublic 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 AbstractSimpleComponentTypepublic QuantityType withUom(UnitReference value)
public QuantityType withConstraint(AllowedValuesPropertyType value)
public QuantityType withValue(Double value)
public QuantityType withQuality(QualityPropertyType... values)
withQuality in class AbstractSimpleComponentTypepublic QuantityType withQuality(Collection<QualityPropertyType> values)
withQuality in class AbstractSimpleComponentTypepublic QuantityType withNilValues(NilValuesPropertyType value)
withNilValues in class AbstractSimpleComponentTypepublic QuantityType withReferenceFrame(String value)
withReferenceFrame in class AbstractSimpleComponentTypepublic QuantityType withAxisID(String value)
withAxisID in class AbstractSimpleComponentTypepublic QuantityType withUpdatable(boolean value)
withUpdatable in class AbstractSimpleComponentTypepublic QuantityType withOptional(boolean value)
withOptional in class AbstractSimpleComponentTypepublic QuantityType withDefinition(String value)
withDefinition in class AbstractSimpleComponentTypepublic QuantityType withIdentifier(String value)
withIdentifier in class AbstractSimpleComponentTypepublic QuantityType withLabel(String value)
withLabel in class AbstractSimpleComponentTypepublic QuantityType withDescription(String value)
withDescription in class AbstractSimpleComponentTypepublic QuantityType withExtension(Object... values)
withExtension in class AbstractSimpleComponentTypepublic QuantityType withExtension(Collection<Object> values)
withExtension in class AbstractSimpleComponentTypepublic QuantityType withId(String value)
withId in class AbstractSimpleComponentTypeCopyright © 2014. All Rights Reserved.