org.deegree.services.jaxb.wcs
Class ServiceConfiguration

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.ServiceConfiguration

public class ServiceConfiguration
extends Object

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 ref="{http://www.deegree.org/services/wcs}SupportOptions"/>
         <element name="Coverage" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="CoverageStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="RangeSet" type="{http://www.deegree.org/services/wcs}RangeSetType" minOccurs="0"/>
                   <element ref="{http://www.deegree.org/services/wcs}SupportOptions" minOccurs="0"/>
                 </sequence>
                 <attribute name="nativeFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ServiceConfiguration.Coverage
          Java class for anonymous complex type.
 
Field Summary
protected  List<ServiceConfiguration.Coverage> coverage
           
protected  SupportOptions supportOptions
           
protected  String version
           
 
Constructor Summary
ServiceConfiguration()
           
 
Method Summary
 List<ServiceConfiguration.Coverage> getCoverage()
          Gets the value of the coverage property.
 SupportOptions getSupportOptions()
          Gets the value of the supportOptions property.
 String getVersion()
          Gets the value of the version property.
 void setSupportOptions(SupportOptions value)
          Sets the value of the supportOptions property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportOptions

protected SupportOptions supportOptions

coverage

protected List<ServiceConfiguration.Coverage> coverage

version

protected String version
Constructor Detail

ServiceConfiguration

public ServiceConfiguration()
Method Detail

getSupportOptions

public SupportOptions getSupportOptions()
Gets the value of the supportOptions property.

Returns:
possible object is SupportOptions

setSupportOptions

public void setSupportOptions(SupportOptions value)
Sets the value of the supportOptions property.

Parameters:
value - allowed object is SupportOptions

getCoverage

public List<ServiceConfiguration.Coverage> getCoverage()
Gets the value of the coverage property.

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 coverage property.

For example, to add a new item, do as follows:

    getCoverage().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceConfiguration.Coverage


getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.