|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.OWSContextType
public class OWSContextType
Classe Java pour OWSContextType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="OWSContextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="General" type="{http://www.opengis.net/ows-context}GeneralType"/>
<element ref="{http://www.opengis.net/ows-context}ResourceList"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="0.4.2" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GeneralType |
general
|
protected String |
id
|
protected ResourceListType |
resourceList
|
static String |
VERSION
|
| Constructor Summary | |
|---|---|
OWSContextType()
|
|
| Method Summary | |
|---|---|
GeneralType |
getGeneral()
Obtient la valeur de la propriété general. |
String |
getId()
Obtient la valeur de la propriété id. |
ResourceListType |
getResourceList()
Obtient la valeur de la propriété resourceList. |
boolean |
isSetGeneral()
|
boolean |
isSetId()
|
boolean |
isSetResourceList()
|
void |
setGeneral(GeneralType value)
Définit la valeur de la propriété general. |
void |
setId(String value)
Définit la valeur de la propriété id. |
void |
setResourceList(ResourceListType value)
Définit la valeur de la propriété resourceList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GeneralType general
protected ResourceListType resourceList
public static final String VERSION
protected String id
| Constructor Detail |
|---|
public OWSContextType()
| Method Detail |
|---|
public GeneralType getGeneral()
GeneralTypepublic void setGeneral(GeneralType value)
value - allowed object is
GeneralTypepublic boolean isSetGeneral()
public ResourceListType getResourceList()
ResourceListTypepublic void setResourceList(ResourceListType value)
value - allowed object is
ResourceListTypepublic boolean isSetResourceList()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||