org.deegree.services.jaxb.wcs
Class ServiceConfiguration.Coverage

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.ServiceConfiguration.Coverage
Enclosing class:
ServiceConfiguration

public static class ServiceConfiguration.Coverage
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 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>
 


Field Summary
protected  String _abstract
           
protected  String coverageStoreId
           
protected  String label
           
protected  String name
           
protected  String nativeFormat
           
protected  RangeSetType rangeSet
           
protected  SupportOptions supportOptions
           
 
Constructor Summary
ServiceConfiguration.Coverage()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getCoverageStoreId()
          Gets the value of the coverageStoreId property.
 String getLabel()
          Gets the value of the label property.
 String getName()
          Gets the value of the name property.
 String getNativeFormat()
          Gets the value of the nativeFormat property.
 RangeSetType getRangeSet()
          Gets the value of the rangeSet property.
 SupportOptions getSupportOptions()
          Gets the value of the supportOptions property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setCoverageStoreId(String value)
          Sets the value of the coverageStoreId property.
 void setLabel(String value)
          Sets the value of the label property.
 void setName(String value)
          Sets the value of the name property.
 void setNativeFormat(String value)
          Sets the value of the nativeFormat property.
 void setRangeSet(RangeSetType value)
          Sets the value of the rangeSet property.
 void setSupportOptions(SupportOptions value)
          Sets the value of the supportOptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

label

protected String label

_abstract

protected String _abstract

coverageStoreId

protected String coverageStoreId

rangeSet

protected RangeSetType rangeSet

supportOptions

protected SupportOptions supportOptions

nativeFormat

protected String nativeFormat
Constructor Detail

ServiceConfiguration.Coverage

public ServiceConfiguration.Coverage()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getAbstract

public String getAbstract()
Gets the value of the abstract property.

Returns:
possible object is String

setAbstract

public void setAbstract(String value)
Sets the value of the abstract property.

Parameters:
value - allowed object is String

getCoverageStoreId

public String getCoverageStoreId()
Gets the value of the coverageStoreId property.

Returns:
possible object is String

setCoverageStoreId

public void setCoverageStoreId(String value)
Sets the value of the coverageStoreId property.

Parameters:
value - allowed object is String

getRangeSet

public RangeSetType getRangeSet()
Gets the value of the rangeSet property.

Returns:
possible object is RangeSetType

setRangeSet

public void setRangeSet(RangeSetType value)
Sets the value of the rangeSet property.

Parameters:
value - allowed object is RangeSetType

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

getNativeFormat

public String getNativeFormat()
Gets the value of the nativeFormat property.

Returns:
possible object is String

setNativeFormat

public void setNativeFormat(String value)
Sets the value of the nativeFormat property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.