public class DomainType extends Object
Java class for DomainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/ows}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Metadata> |
metadata |
protected String |
name |
protected List<String> |
value |
| Constructor and Description |
|---|
DomainType()
Default no-arg constructor
|
DomainType(List<String> value,
List<Metadata> metadata,
String name)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Metadata> |
getMetadata()
Optional unordered list of additional metadata about this parameter.
|
String |
getName()
Gets the value of the name property.
|
List<String> |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
public List<String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Metadata> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
Metadata
public String getName()
StringCopyright © 2021 B3Partners B.V.. All rights reserved.