|
||||||||||
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
public class ServiceConfiguration
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 |
---|
protected SupportOptions supportOptions
protected List<ServiceConfiguration.Coverage> coverage
protected String version
Constructor Detail |
---|
public ServiceConfiguration()
Method Detail |
---|
public SupportOptions getSupportOptions()
SupportOptions
public void setSupportOptions(SupportOptions value)
value
- allowed object is
SupportOptions
public List<ServiceConfiguration.Coverage> getCoverage()
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
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |