|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.CapabilitiesBaseType
public class CapabilitiesBaseType
XML encoded GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, usually including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. This base type shall be extended by each specific OWS to include the additional contents needed.
Classe Java pour CapabilitiesBaseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CapabilitiesBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}ServiceIdentification" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}ServiceProvider" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}OperationsMetadata" minOccurs="0"/>
<element name="Languages" 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="version" use="required" type="{http://www.opengis.net/ows/2.0}VersionType" />
<attribute name="updateSequence" type="{http://www.opengis.net/ows/2.0}UpdateSequenceType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CapabilitiesBaseType.Languages
Classe Java pour anonymous complex type. |
| Field Summary | |
|---|---|
protected CapabilitiesBaseType.Languages |
languages
|
protected OperationsMetadata |
operationsMetadata
|
protected ServiceIdentification |
serviceIdentification
|
protected ServiceProvider |
serviceProvider
|
protected String |
updateSequence
|
protected String |
version
|
| Constructor Summary | |
|---|---|
CapabilitiesBaseType()
|
|
| Method Summary | |
|---|---|
CapabilitiesBaseType.Languages |
getLanguages()
Obtient la valeur de la propriété languages. |
OperationsMetadata |
getOperationsMetadata()
Obtient la valeur de la propriété operationsMetadata. |
ServiceIdentification |
getServiceIdentification()
Obtient la valeur de la propriété serviceIdentification. |
ServiceProvider |
getServiceProvider()
Obtient la valeur de la propriété serviceProvider. |
String |
getUpdateSequence()
Obtient la valeur de la propriété updateSequence. |
String |
getVersion()
Obtient la valeur de la propriété version. |
boolean |
isSetLanguages()
|
boolean |
isSetOperationsMetadata()
|
boolean |
isSetServiceIdentification()
|
boolean |
isSetServiceProvider()
|
boolean |
isSetUpdateSequence()
|
boolean |
isSetVersion()
|
void |
setLanguages(CapabilitiesBaseType.Languages value)
Définit la valeur de la propriété languages. |
void |
setOperationsMetadata(OperationsMetadata value)
Définit la valeur de la propriété operationsMetadata. |
void |
setServiceIdentification(ServiceIdentification value)
Définit la valeur de la propriété serviceIdentification. |
void |
setServiceProvider(ServiceProvider value)
Définit la valeur de la propriété serviceProvider. |
void |
setUpdateSequence(String value)
Définit la valeur de la propriété updateSequence. |
void |
setVersion(String value)
Définit la valeur de la propriété version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ServiceIdentification serviceIdentification
protected ServiceProvider serviceProvider
protected OperationsMetadata operationsMetadata
protected CapabilitiesBaseType.Languages languages
protected String version
protected String updateSequence
| Constructor Detail |
|---|
public CapabilitiesBaseType()
| Method Detail |
|---|
public ServiceIdentification getServiceIdentification()
ServiceIdentificationpublic void setServiceIdentification(ServiceIdentification value)
value - allowed object is
ServiceIdentificationpublic boolean isSetServiceIdentification()
public ServiceProvider getServiceProvider()
ServiceProviderpublic void setServiceProvider(ServiceProvider value)
value - allowed object is
ServiceProviderpublic boolean isSetServiceProvider()
public OperationsMetadata getOperationsMetadata()
OperationsMetadatapublic void setOperationsMetadata(OperationsMetadata value)
value - allowed object is
OperationsMetadatapublic boolean isSetOperationsMetadata()
public CapabilitiesBaseType.Languages getLanguages()
CapabilitiesBaseType.Languagespublic void setLanguages(CapabilitiesBaseType.Languages value)
value - allowed object is
CapabilitiesBaseType.Languagespublic boolean isSetLanguages()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
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 | |||||||||