|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.remoteows.wms.jaxb.RemoteWMSStore
public class RemoteWMSStore
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/datasource/remoteows/wms}Authentication" minOccurs="0"/> <element name="DefaultRequestOptions" type="{http://www.deegree.org/datasource/remoteows/wms}RequestOptionsType" minOccurs="0"/> <element name="RequestedLayer" type="{http://www.deegree.org/datasource/remoteows/wms}RequestedLayerType" maxOccurs="unbounded" 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 |
RemoteWMSStore.CapabilitiesDocumentLocation
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected JAXBElement<? extends AuthenticationType> |
authentication
|
protected RemoteWMSStore.CapabilitiesDocumentLocation |
capabilitiesDocumentLocation
|
protected String |
configVersion
|
protected Integer |
connectionTimeout
|
protected RequestOptionsType |
defaultRequestOptions
|
protected List<RequestedLayerType> |
requestedLayer
|
protected Integer |
requestTimeout
|
Constructor Summary | |
---|---|
RemoteWMSStore()
|
Method Summary | |
---|---|
JAXBElement<? extends AuthenticationType> |
getAuthentication()
Gets the value of the authentication property. |
RemoteWMSStore.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. |
RequestOptionsType |
getDefaultRequestOptions()
Gets the value of the defaultRequestOptions property. |
List<RequestedLayerType> |
getRequestedLayer()
Gets the value of the requestedLayer 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(RemoteWMSStore.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 |
setDefaultRequestOptions(RequestOptionsType value)
Sets the value of the defaultRequestOptions 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 RemoteWMSStore.CapabilitiesDocumentLocation capabilitiesDocumentLocation
protected Integer connectionTimeout
protected Integer requestTimeout
protected JAXBElement<? extends AuthenticationType> authentication
protected RequestOptionsType defaultRequestOptions
protected List<RequestedLayerType> requestedLayer
protected String configVersion
Constructor Detail |
---|
public RemoteWMSStore()
Method Detail |
---|
public RemoteWMSStore.CapabilitiesDocumentLocation getCapabilitiesDocumentLocation()
RemoteWMSStore.CapabilitiesDocumentLocation
public void setCapabilitiesDocumentLocation(RemoteWMSStore.CapabilitiesDocumentLocation value)
value
- allowed object is
RemoteWMSStore.CapabilitiesDocumentLocation
public Integer getConnectionTimeout()
Integer
public void setConnectionTimeout(Integer value)
value
- allowed object is
Integer
public Integer getRequestTimeout()
Integer
public void setRequestTimeout(Integer value)
value
- allowed object is
Integer
public JAXBElement<? extends AuthenticationType> getAuthentication()
JAXBElement
<
HTTPBasicAuthenticationType
>
JAXBElement
<
AuthenticationType
>
public void setAuthentication(JAXBElement<? extends AuthenticationType> value)
value
- allowed object is
JAXBElement
<
HTTPBasicAuthenticationType
>
JAXBElement
<
AuthenticationType
>
public RequestOptionsType getDefaultRequestOptions()
RequestOptionsType
public void setDefaultRequestOptions(RequestOptionsType value)
value
- allowed object is
RequestOptionsType
public List<RequestedLayerType> getRequestedLayer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the requestedLayer property.
For example, to add a new item, do as follows:
getRequestedLayer().add(newItem);
Objects of the following type(s) are allowed in the list
RequestedLayerType
public String getConfigVersion()
String
public 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 |