org.deegree.services.jaxb.wms
Class ServiceConfigurationType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.ServiceConfigurationType

public class ServiceConfigurationType
extends java.lang.Object

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

defaultLayerOptions

protected LayerOptionsType defaultLayerOptions

abstractLayer

protected javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> abstractLayer
Constructor Detail

ServiceConfigurationType

public ServiceConfigurationType()
Method Detail

getDefaultLayerOptions

public LayerOptionsType getDefaultLayerOptions()
Gets the value of the defaultLayerOptions property.

Returns:
possible object is LayerOptionsType

setDefaultLayerOptions

public void setDefaultLayerOptions(LayerOptionsType value)
Sets the value of the defaultLayerOptions property.

Parameters:
value - allowed object is LayerOptionsType

getAbstractLayer

public javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> getAbstractLayer()
Gets the value of the abstractLayer property.

Returns:
possible object is JAXBElement<StatisticsLayer> JAXBElement<DynamicLayer> JAXBElement<LogicalLayer> JAXBElement<RequestableLayer> JAXBElement<UnrequestableLayer> JAXBElement<BaseAbstractLayerType>

setAbstractLayer

public void setAbstractLayer(javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType> value)
Sets the value of the abstractLayer property.

Parameters:
value - allowed object is JAXBElement<StatisticsLayer> JAXBElement<DynamicLayer> JAXBElement<LogicalLayer> JAXBElement<RequestableLayer> JAXBElement<UnrequestableLayer> JAXBElement<BaseAbstractLayerType>


Copyright © 2011. All Rights Reserved.