Class 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:simpleLink attribute group shall be used to contain this URL. The other attributes in the xlink:simpleLink attribute group should not be used.

    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>
     
    • Constructor Detail

      • RequestMethodType

        public RequestMethodType()
        Default no-arg constructor
    • 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