net.opengis.wms
Class HTTP

java.lang.Object
  extended by net.opengis.wms.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">
       <sequence>
         <element ref="{http://www.opengis.net/wms}Get"/>
         <element ref="{http://www.opengis.net/wms}Post" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Get get
           
protected  Post post
           
 
Constructor Summary
HTTP()
           
 
Method Summary
 Get getGet()
          Obtient la valeur de la propriété get.
 Post getPost()
          Obtient la valeur de la propriété post.
 boolean isSetGet()
           
 boolean isSetPost()
           
 void setGet(Get value)
          Définit la valeur de la propriété get.
 void setPost(Post value)
          Définit la valeur de la propriété post.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

get

protected Get get

post

protected Post post
Constructor Detail

HTTP

public HTTP()
Method Detail

getGet

public Get getGet()
Obtient la valeur de la propriété get.

Returns:
possible object is Get

setGet

public void setGet(Get value)
Définit la valeur de la propriété get.

Parameters:
value - allowed object is Get

isSetGet

public boolean isSetGet()

getPost

public Post getPost()
Obtient la valeur de la propriété post.

Returns:
possible object is Post

setPost

public void setPost(Post value)
Définit la valeur de la propriété post.

Parameters:
value - allowed object is Post

isSetPost

public boolean isSetPost()


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