public class OperationsMetadata extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows}Operation" maxOccurs="unbounded" minOccurs="2"/>
<element name="Parameter" type="{http://www.opengis.net/ows}DomainType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Constraint" type="{http://www.opengis.net/ows}DomainType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}ExtendedCapabilities" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DomainType> |
constraint |
protected ExtendedCapabilities |
extendedCapabilities |
protected List<Operation> |
operation |
protected List<DomainType> |
parameter |
| Constructor and Description |
|---|
OperationsMetadata()
Default no-arg constructor
|
OperationsMetadata(List<Operation> operation,
List<DomainType> parameter,
List<DomainType> constraint,
ExtendedCapabilities extendedCapabilities)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainType> |
getConstraint()
Gets the value of the constraint property.
|
ExtendedCapabilities |
getExtendedCapabilities()
Gets the value of the extendedCapabilities property.
|
List<Operation> |
getOperation()
Metadata for unordered list of all the (requests for) operations that this server interface implements.
|
List<DomainType> |
getParameter()
Gets the value of the parameter property.
|
void |
setExtendedCapabilities(ExtendedCapabilities value)
Sets the value of the extendedCapabilities property.
|
protected List<DomainType> parameter
protected List<DomainType> constraint
protected ExtendedCapabilities extendedCapabilities
public OperationsMetadata()
public OperationsMetadata(List<Operation> operation, List<DomainType> parameter, List<DomainType> constraint, ExtendedCapabilities extendedCapabilities)
public List<Operation> getOperation()
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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
Operation
public List<DomainType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public List<DomainType> getConstraint()
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 constraint property.
For example, to add a new item, do as follows:
getConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public ExtendedCapabilities getExtendedCapabilities()
ExtendedCapabilitiespublic void setExtendedCapabilities(ExtendedCapabilities value)
value - allowed object is
ExtendedCapabilitiesCopyright © 2020 B3Partners B.V.. All rights reserved.