public class GetDomainResponseType extends Object
Java class for GetDomainResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetDomainResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DomainValues" type="{http://www.opengis.net/cat/csw/2.0.2}DomainValuesType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DomainValuesType> |
domainValues |
| Constructor and Description |
|---|
GetDomainResponseType()
Default no-arg constructor
|
GetDomainResponseType(List<DomainValuesType> domainValues)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainValuesType> |
getDomainValues()
Gets the value of the domainValues property.
|
protected List<DomainValuesType> domainValues
public GetDomainResponseType()
public GetDomainResponseType(List<DomainValuesType> domainValues)
public List<DomainValuesType> getDomainValues()
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 domainValues property.
For example, to add a new item, do as follows:
getDomainValues().add(newItem);
Objects of the following type(s) are allowed in the list
DomainValuesType
Copyright © 2021 B3Partners B.V.. All rights reserved.