public class RequestMethodType extends OnlineResourceType
Java class for RequestMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestMethodType">
<complexContent>
<extension base="{http://www.opengis.net/ows}OnlineResourceType">
<sequence>
<element name="Constraint" type="{http://www.opengis.net/ows}DomainType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DomainType> |
constraint |
| Constructor and Description |
|---|
RequestMethodType()
Default no-arg constructor
|
RequestMethodType(String type,
String href,
String role,
String arcrole,
String title,
String show,
String actuate,
List<DomainType> constraint)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainType> |
getConstraint()
Gets the value of the constraint property.
|
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setTypeprotected List<DomainType> constraint
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
Copyright © 2015. All rights reserved.