public class CountType extends AbstractSimpleComponentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para CountType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="CountType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSimpleComponentType">
<sequence>
<element name="constraint" type="{http://www.opengis.net/swe/2.0}AllowedValuesPropertyType" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllowedValuesPropertyType |
constraint |
protected BigInteger |
value |
axisID, nilValues, quality, referenceFramedefinition, optional, updatabledescription, identifier, labelextension, id| Constructor and Description |
|---|
CountType() |
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 AllowedValuesPropertyType constraint
protected BigInteger value
public AllowedValuesPropertyType getConstraint()
AllowedValuesPropertyTypepublic void setConstraint(AllowedValuesPropertyType value)
value - allowed object is
AllowedValuesPropertyTypepublic boolean isSetConstraint()
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic 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 CountType withConstraint(AllowedValuesPropertyType value)
public CountType withValue(BigInteger value)
public CountType withQuality(QualityPropertyType... values)
withQuality in class AbstractSimpleComponentTypepublic CountType withQuality(Collection<QualityPropertyType> values)
withQuality in class AbstractSimpleComponentTypepublic CountType withNilValues(NilValuesPropertyType value)
withNilValues in class AbstractSimpleComponentTypepublic CountType withReferenceFrame(String value)
withReferenceFrame in class AbstractSimpleComponentTypepublic CountType withAxisID(String value)
withAxisID in class AbstractSimpleComponentTypepublic CountType withUpdatable(boolean value)
withUpdatable in class AbstractSimpleComponentTypepublic CountType withOptional(boolean value)
withOptional in class AbstractSimpleComponentTypepublic CountType withDefinition(String value)
withDefinition in class AbstractSimpleComponentTypepublic CountType withIdentifier(String value)
withIdentifier in class AbstractSimpleComponentTypepublic CountType withLabel(String value)
withLabel in class AbstractSimpleComponentTypepublic CountType withDescription(String value)
withDescription in class AbstractSimpleComponentTypepublic CountType withExtension(Object... values)
withExtension in class AbstractSimpleComponentTypepublic CountType withExtension(Collection<Object> values)
withExtension in class AbstractSimpleComponentTypepublic CountType withId(String value)
withId in class AbstractSimpleComponentTypeCopyright © 2014. All Rights Reserved.