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