net.opengis.ows._2
Class RequestMethodType

java.lang.Object
  extended by net.opengis.ows._2.OnlineResourceType
      extended by net.opengis.ows._2.RequestMethodType

public class RequestMethodType
extends OnlineResourceType

Connect point URL and any constraints for this HTTP request method for this operation request. In the OnlineResourceType, the xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to contain this URL. The other attributes in the xlink:simpleAttrs attribute group should not be used.

Classe Java pour RequestMethodType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="RequestMethodType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}OnlineResourceType">
       <sequence>
         <element name="Constraint" type="{http://www.opengis.net/ows/2.0}DomainType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DomainType> constraint
           
 
Fields inherited from class net.opengis.ows._2.OnlineResourceType
actuate, arcrole, href, role, show, title, TYPE
 
Constructor Summary
RequestMethodType()
           
 
Method Summary
 List<DomainType> getConstraint()
          Gets the value of the constraint property.
 boolean isSetConstraint()
           
 void unsetConstraint()
           
 
Methods inherited from class net.opengis.ows._2.OnlineResourceType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setHref, setRole, setShow, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constraint

protected List<DomainType> constraint
Constructor Detail

RequestMethodType

public RequestMethodType()
Method Detail

getConstraint

public List<DomainType> getConstraint()
Gets the value of the constraint property.

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


isSetConstraint

public boolean isSetConstraint()

unsetConstraint

public void unsetConstraint()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.