public class AbstractSWEIdentifiableType extends AbstractSWEType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AbstractSWEIdentifiableType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AbstractSWEIdentifiableType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSWEType">
<sequence>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
identifier |
protected String |
label |
extension, id| Constructor and Description |
|---|
AbstractSWEIdentifiableType() |
| 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) |
String |
getDescription()
Obtiene el valor de la propiedad description.
|
String |
getIdentifier()
Obtiene el valor de la propiedad identifier.
|
String |
getLabel()
Obtiene el valor de la propiedad label.
|
boolean |
isSetDescription() |
boolean |
isSetIdentifier() |
boolean |
isSetLabel() |
void |
setDescription(String value)
Define el valor de la propiedad description.
|
void |
setIdentifier(String value)
Define el valor de la propiedad identifier.
|
void |
setLabel(String value)
Define el valor de la propiedad label.
|
String |
toString() |
AbstractSWEIdentifiableType |
withDescription(String value) |
AbstractSWEIdentifiableType |
withExtension(Collection<Object> values) |
AbstractSWEIdentifiableType |
withExtension(Object... values) |
AbstractSWEIdentifiableType |
withId(String value) |
AbstractSWEIdentifiableType |
withIdentifier(String value) |
AbstractSWEIdentifiableType |
withLabel(String value) |
getExtension, getId, isSetExtension, isSetId, setId, unsetExtensionprotected String identifier
protected String label
protected String description
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
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 AbstractSWEIdentifiableType withIdentifier(String value)
public AbstractSWEIdentifiableType withLabel(String value)
public AbstractSWEIdentifiableType withDescription(String value)
public AbstractSWEIdentifiableType withExtension(Object... values)
withExtension in class AbstractSWETypepublic AbstractSWEIdentifiableType withExtension(Collection<Object> values)
withExtension in class AbstractSWETypepublic AbstractSWEIdentifiableType withId(String value)
withId in class AbstractSWETypeCopyright © 2014. All Rights Reserved.