public class AbstractSWEType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AbstractSWEType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AbstractSWEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
extension |
protected String |
id |
| Constructor and Description |
|---|
AbstractSWEType() |
| 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) |
List<Object> |
getExtension()
Gets the value of the extension property.
|
String |
getId()
Obtiene el valor de la propiedad id.
|
boolean |
isSetExtension() |
boolean |
isSetId() |
void |
setId(String value)
Define el valor de la propiedad id.
|
String |
toString() |
void |
unsetExtension() |
AbstractSWEType |
withExtension(Collection<Object> values) |
AbstractSWEType |
withExtension(Object... values) |
AbstractSWEType |
withId(String value) |
public List<Object> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetExtension()
public void unsetExtension()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public 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.ToStringpublic 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.ToStringpublic AbstractSWEType withExtension(Object... values)
public AbstractSWEType withExtension(Collection<Object> values)
public AbstractSWEType withId(String value)
Copyright © 2014. All Rights Reserved.