|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.GetCapabilitiesType
public class GetCapabilitiesType
XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS.
Classe Java pour GetCapabilitiesType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="GetCapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcceptVersions" type="{http://www.opengis.net/ows/2.0}AcceptVersionsType" minOccurs="0"/>
<element name="Sections" type="{http://www.opengis.net/ows/2.0}SectionsType" minOccurs="0"/>
<element name="AcceptFormats" type="{http://www.opengis.net/ows/2.0}AcceptFormatsType" minOccurs="0"/>
<element name="AcceptLanguages" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Language" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="updateSequence" type="{http://www.opengis.net/ows/2.0}UpdateSequenceType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GetCapabilitiesType.AcceptLanguages
Classe Java pour anonymous complex type. |
| Field Summary | |
|---|---|
protected AcceptFormatsType |
acceptFormats
|
protected GetCapabilitiesType.AcceptLanguages |
acceptLanguages
|
protected AcceptVersionsType |
acceptVersions
|
protected SectionsType |
sections
|
protected String |
updateSequence
|
| Constructor Summary | |
|---|---|
GetCapabilitiesType()
|
|
| Method Summary | |
|---|---|
AcceptFormatsType |
getAcceptFormats()
Obtient la valeur de la propriété acceptFormats. |
GetCapabilitiesType.AcceptLanguages |
getAcceptLanguages()
Obtient la valeur de la propriété acceptLanguages. |
AcceptVersionsType |
getAcceptVersions()
Obtient la valeur de la propriété acceptVersions. |
SectionsType |
getSections()
Obtient la valeur de la propriété sections. |
String |
getUpdateSequence()
Obtient la valeur de la propriété updateSequence. |
boolean |
isSetAcceptFormats()
|
boolean |
isSetAcceptLanguages()
|
boolean |
isSetAcceptVersions()
|
boolean |
isSetSections()
|
boolean |
isSetUpdateSequence()
|
void |
setAcceptFormats(AcceptFormatsType value)
Définit la valeur de la propriété acceptFormats. |
void |
setAcceptLanguages(GetCapabilitiesType.AcceptLanguages value)
Définit la valeur de la propriété acceptLanguages. |
void |
setAcceptVersions(AcceptVersionsType value)
Définit la valeur de la propriété acceptVersions. |
void |
setSections(SectionsType value)
Définit la valeur de la propriété sections. |
void |
setUpdateSequence(String value)
Définit la valeur de la propriété updateSequence. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AcceptVersionsType acceptVersions
protected SectionsType sections
protected AcceptFormatsType acceptFormats
protected GetCapabilitiesType.AcceptLanguages acceptLanguages
protected String updateSequence
| Constructor Detail |
|---|
public GetCapabilitiesType()
| Method Detail |
|---|
public AcceptVersionsType getAcceptVersions()
AcceptVersionsTypepublic void setAcceptVersions(AcceptVersionsType value)
value - allowed object is
AcceptVersionsTypepublic boolean isSetAcceptVersions()
public SectionsType getSections()
SectionsTypepublic void setSections(SectionsType value)
value - allowed object is
SectionsTypepublic boolean isSetSections()
public AcceptFormatsType getAcceptFormats()
AcceptFormatsTypepublic void setAcceptFormats(AcceptFormatsType value)
value - allowed object is
AcceptFormatsTypepublic boolean isSetAcceptFormats()
public GetCapabilitiesType.AcceptLanguages getAcceptLanguages()
GetCapabilitiesType.AcceptLanguagespublic void setAcceptLanguages(GetCapabilitiesType.AcceptLanguages value)
value - allowed object is
GetCapabilitiesType.AcceptLanguagespublic boolean isSetAcceptLanguages()
public String getUpdateSequence()
Stringpublic void setUpdateSequence(String value)
value - allowed object is
Stringpublic boolean isSetUpdateSequence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||