|
||||||||||
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 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 |
---|
protected String name
protected String label
protected String _abstract
protected String coverageStoreId
protected RangeSetType rangeSet
protected SupportOptions supportOptions
protected String nativeFormat
Constructor Detail |
---|
public ServiceConfiguration.Coverage()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getAbstract()
String
public void setAbstract(String value)
value
- allowed object is
String
public String getCoverageStoreId()
String
public void setCoverageStoreId(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 String getNativeFormat()
String
public void setNativeFormat(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |