|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.HTTP
public class HTTP
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 |
|---|
protected Get get
protected Post post
| Constructor Detail |
|---|
public HTTP()
| Method Detail |
|---|
public Get getGet()
Getpublic void setGet(Get value)
value - allowed object is
Getpublic boolean isSetGet()
public Post getPost()
Postpublic void setPost(Post value)
value - allowed object is
Postpublic boolean isSetPost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||