|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wcs.ServiceConfiguration.Coverage
public static class ServiceConfiguration.Coverage
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 java.lang.String |
_abstract
|
protected java.lang.String |
coverageStoreId
|
protected java.lang.String |
label
|
protected java.lang.String |
name
|
protected java.lang.String |
nativeFormat
|
protected RangeSetType |
rangeSet
|
protected SupportOptions |
supportOptions
|
Constructor Summary | |
---|---|
ServiceConfiguration.Coverage()
|
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property. |
java.lang.String |
getCoverageStoreId()
Gets the value of the coverageStoreId property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.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(java.lang.String value)
Sets the value of the abstract property. |
void |
setCoverageStoreId(java.lang.String value)
Sets the value of the coverageStoreId property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNativeFormat(java.lang.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 |
---|
protected java.lang.String name
protected java.lang.String label
protected java.lang.String _abstract
protected java.lang.String coverageStoreId
protected RangeSetType rangeSet
protected SupportOptions supportOptions
protected java.lang.String nativeFormat
Constructor Detail |
---|
public ServiceConfiguration.Coverage()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAbstract()
String
public void setAbstract(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCoverageStoreId()
String
public void setCoverageStoreId(java.lang.String value)
value
- allowed object is
String
public RangeSetType getRangeSet()
RangeSetType
public void setRangeSet(RangeSetType value)
value
- allowed object is
RangeSetType
public SupportOptions getSupportOptions()
SupportOptions
public void setSupportOptions(SupportOptions value)
value
- allowed object is
SupportOptions
public java.lang.String getNativeFormat()
String
public void setNativeFormat(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |