|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.remoteows.wms_new.jaxb.RemoteWMS
public class RemoteWMS
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="CapabilitiesDocumentLocation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ConnectionTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RequestTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element ref="{http://www.deegree.org/remoteows/wms}Authentication" minOccurs="0"/>
</sequence>
<attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.1.0" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RemoteWMS.CapabilitiesDocumentLocation
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected JAXBElement<? extends AuthenticationType> |
authentication
|
protected RemoteWMS.CapabilitiesDocumentLocation |
capabilitiesDocumentLocation
|
protected String |
configVersion
|
protected Integer |
connectionTimeout
|
protected Integer |
requestTimeout
|
| Constructor Summary | |
|---|---|
RemoteWMS()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends AuthenticationType> |
getAuthentication()
Gets the value of the authentication property. |
RemoteWMS.CapabilitiesDocumentLocation |
getCapabilitiesDocumentLocation()
Gets the value of the capabilitiesDocumentLocation property. |
String |
getConfigVersion()
Gets the value of the configVersion property. |
Integer |
getConnectionTimeout()
Gets the value of the connectionTimeout property. |
Integer |
getRequestTimeout()
Gets the value of the requestTimeout property. |
void |
setAuthentication(JAXBElement<? extends AuthenticationType> value)
Sets the value of the authentication property. |
void |
setCapabilitiesDocumentLocation(RemoteWMS.CapabilitiesDocumentLocation value)
Sets the value of the capabilitiesDocumentLocation property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setConnectionTimeout(Integer value)
Sets the value of the connectionTimeout property. |
void |
setRequestTimeout(Integer value)
Sets the value of the requestTimeout property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RemoteWMS.CapabilitiesDocumentLocation capabilitiesDocumentLocation
protected Integer connectionTimeout
protected Integer requestTimeout
protected JAXBElement<? extends AuthenticationType> authentication
protected String configVersion
| Constructor Detail |
|---|
public RemoteWMS()
| Method Detail |
|---|
public RemoteWMS.CapabilitiesDocumentLocation getCapabilitiesDocumentLocation()
RemoteWMS.CapabilitiesDocumentLocationpublic void setCapabilitiesDocumentLocation(RemoteWMS.CapabilitiesDocumentLocation value)
value - allowed object is
RemoteWMS.CapabilitiesDocumentLocationpublic Integer getConnectionTimeout()
Integerpublic void setConnectionTimeout(Integer value)
value - allowed object is
Integerpublic Integer getRequestTimeout()
Integerpublic void setRequestTimeout(Integer value)
value - allowed object is
Integerpublic JAXBElement<? extends AuthenticationType> getAuthentication()
JAXBElement<HTTPBasicAuthenticationType>
JAXBElement<AuthenticationType>public void setAuthentication(JAXBElement<? extends AuthenticationType> value)
value - allowed object is
JAXBElement<HTTPBasicAuthenticationType>
JAXBElement<AuthenticationType>public String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||