public class NilValuesType extends AbstractSWEType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para NilValuesType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="NilValuesType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSWEType">
<sequence>
<element name="nilValue" type="{http://www.opengis.net/swe/2.0}NilValue" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<NilValue> |
nilValue |
extension, id| Constructor and Description |
|---|
NilValuesType() |
| 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<NilValue> |
getNilValue()
Gets the value of the nilValue property.
|
boolean |
isSetNilValue() |
String |
toString() |
void |
unsetNilValue() |
NilValuesType |
withExtension(Collection<Object> values) |
NilValuesType |
withExtension(Object... values) |
NilValuesType |
withId(String value) |
NilValuesType |
withNilValue(Collection<NilValue> values) |
NilValuesType |
withNilValue(NilValue... values) |
getExtension, getId, isSetExtension, isSetId, setId, unsetExtensionpublic List<NilValue> getNilValue()
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 nilValue property.
For example, to add a new item, do as follows:
getNilValue().add(newItem);
Objects of the following type(s) are allowed in the list
NilValue
public boolean isSetNilValue()
public void unsetNilValue()
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 NilValuesType withNilValue(NilValue... values)
public NilValuesType withNilValue(Collection<NilValue> values)
public NilValuesType withExtension(Object... values)
withExtension in class AbstractSWETypepublic NilValuesType withExtension(Collection<Object> values)
withExtension in class AbstractSWETypepublic NilValuesType withId(String value)
withId in class AbstractSWETypeCopyright © 2014. All Rights Reserved.