|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wms.DeegreeWMS
public class DeegreeWMS
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SupportedVersions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.deegree.org/services/wms}WMSVersionType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ServiceConfiguration" type="{http://www.deegree.org/services/wms}ServiceConfigurationType"/>
<element name="FeatureInfoFormats" type="{http://www.deegree.org/services/wms}FeatureInfoFormatsType" minOccurs="0"/>
</sequence>
<attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DeegreeWMS.SupportedVersions
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
configVersion
|
protected FeatureInfoFormatsType |
featureInfoFormats
|
protected ServiceConfigurationType |
serviceConfiguration
|
protected DeegreeWMS.SupportedVersions |
supportedVersions
|
| Constructor Summary | |
|---|---|
DeegreeWMS()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigVersion()
Gets the value of the configVersion property. |
FeatureInfoFormatsType |
getFeatureInfoFormats()
Gets the value of the featureInfoFormats property. |
ServiceConfigurationType |
getServiceConfiguration()
Gets the value of the serviceConfiguration property. |
DeegreeWMS.SupportedVersions |
getSupportedVersions()
Gets the value of the supportedVersions property. |
void |
setConfigVersion(java.lang.String value)
Sets the value of the configVersion property. |
void |
setFeatureInfoFormats(FeatureInfoFormatsType value)
Sets the value of the featureInfoFormats property. |
void |
setServiceConfiguration(ServiceConfigurationType value)
Sets the value of the serviceConfiguration property. |
void |
setSupportedVersions(DeegreeWMS.SupportedVersions value)
Sets the value of the supportedVersions property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DeegreeWMS.SupportedVersions supportedVersions
protected ServiceConfigurationType serviceConfiguration
protected FeatureInfoFormatsType featureInfoFormats
protected java.lang.String configVersion
| Constructor Detail |
|---|
public DeegreeWMS()
| Method Detail |
|---|
public DeegreeWMS.SupportedVersions getSupportedVersions()
DeegreeWMS.SupportedVersionspublic void setSupportedVersions(DeegreeWMS.SupportedVersions value)
value - allowed object is
DeegreeWMS.SupportedVersionspublic ServiceConfigurationType getServiceConfiguration()
ServiceConfigurationTypepublic void setServiceConfiguration(ServiceConfigurationType value)
value - allowed object is
ServiceConfigurationTypepublic FeatureInfoFormatsType getFeatureInfoFormats()
FeatureInfoFormatsTypepublic void setFeatureInfoFormats(FeatureInfoFormatsType value)
value - allowed object is
FeatureInfoFormatsTypepublic java.lang.String getConfigVersion()
Stringpublic void setConfigVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||