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