net.opengis.ows._2
Class HTTP

java.lang.Object
  extended by net.opengis.ows._2.HTTP

public class HTTP
extends Object

Classe Java pour anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="Get" type="{http://www.opengis.net/ows/2.0}RequestMethodType"/>
         <element name="Post" type="{http://www.opengis.net/ows/2.0}RequestMethodType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<RequestMethodType>> getOrPost
           
 
Constructor Summary
HTTP()
           
 
Method Summary
 List<JAXBElement<RequestMethodType>> getGetOrPost()
          Gets the value of the getOrPost property.
 boolean isSetGetOrPost()
           
 void unsetGetOrPost()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getOrPost

protected List<JAXBElement<RequestMethodType>> getOrPost
Constructor Detail

HTTP

public HTTP()
Method Detail

getGetOrPost

public List<JAXBElement<RequestMethodType>> getGetOrPost()
Gets the value of the getOrPost 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 getOrPost property.

For example, to add a new item, do as follows:

    getGetOrPost().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<RequestMethodType> JAXBElement<RequestMethodType>


isSetGetOrPost

public boolean isSetGetOrPost()

unsetGetOrPost

public void unsetGetOrPost()


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