public class Operation 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}DCP" maxOccurs="unbounded"/>
<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}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<DomainType> |
constraint |
protected List<DCP> |
dcp |
protected List<Metadata> |
metadata |
protected String |
name |
protected List<DomainType> |
parameter |
| Constructor and Description |
|---|
Operation()
Default no-arg constructor
|
Operation(List<DCP> dcp,
List<DomainType> parameter,
List<DomainType> constraint,
List<Metadata> metadata,
String name)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainType> |
getConstraint()
Gets the value of the constraint property.
|
List<DCP> |
getDCP()
Unordered list of Distributed Computing Platforms (DCPs) supported for this operation.
|
List<Metadata> |
getMetadata()
Optional unordered list of additional metadata about this operation and its' implementation.
|
String |
getName()
Gets the value of the name property.
|
List<DomainType> |
getParameter()
Gets the value of the parameter property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<DomainType> parameter
protected List<DomainType> constraint
protected String name
public Operation()
public Operation(List<DCP> dcp, List<DomainType> parameter, List<DomainType> constraint, List<Metadata> metadata, String name)
public List<DCP> getDCP()
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 dcp property.
For example, to add a new item, do as follows:
getDCP().add(newItem);
Objects of the following type(s) are allowed in the list
DCP
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 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 © 2022 B3Partners B.V.. All rights reserved.