|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wms.ServiceConfigurationType
public class ServiceConfigurationType
Java class for ServiceConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultLayerOptions" type="{http://www.deegree.org/services/wms}LayerOptionsType" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wms}AbstractLayer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> |
abstractLayer
|
protected LayerOptionsType |
defaultLayerOptions
|
| Constructor Summary | |
|---|---|
ServiceConfigurationType()
|
|
| Method Summary | |
|---|---|
javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> |
getAbstractLayer()
Gets the value of the abstractLayer property. |
LayerOptionsType |
getDefaultLayerOptions()
Gets the value of the defaultLayerOptions property. |
void |
setAbstractLayer(javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> value)
Sets the value of the abstractLayer property. |
void |
setDefaultLayerOptions(LayerOptionsType value)
Sets the value of the defaultLayerOptions property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LayerOptionsType defaultLayerOptions
protected javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> abstractLayer
| Constructor Detail |
|---|
public ServiceConfigurationType()
| Method Detail |
|---|
public LayerOptionsType getDefaultLayerOptions()
LayerOptionsTypepublic void setDefaultLayerOptions(LayerOptionsType value)
value - allowed object is
LayerOptionsTypepublic javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> getAbstractLayer()
JAXBElement<StatisticsLayer>
JAXBElement<DynamicLayer>
JAXBElement<LogicalLayer>
JAXBElement<RequestableLayer>
JAXBElement<UnrequestableLayer>
JAXBElement<BaseAbstractLayerType>public void setAbstractLayer(javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> value)
value - allowed object is
JAXBElement<StatisticsLayer>
JAXBElement<DynamicLayer>
JAXBElement<LogicalLayer>
JAXBElement<RequestableLayer>
JAXBElement<UnrequestableLayer>
JAXBElement<BaseAbstractLayerType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||