|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 java.util.List<ServiceConfiguration.Coverage> |
coverage
|
protected SupportOptions |
supportOptions
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
ServiceConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.List<ServiceConfiguration.Coverage> |
getCoverage()
Gets the value of the coverage property. |
SupportOptions |
getSupportOptions()
Gets the value of the supportOptions property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setSupportOptions(SupportOptions value)
Sets the value of the supportOptions property. |
void |
setVersion(java.lang.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 java.util.List<ServiceConfiguration.Coverage> coverage
protected java.lang.String version
| Constructor Detail |
|---|
public ServiceConfiguration()
| Method Detail |
|---|
public SupportOptions getSupportOptions()
SupportOptionspublic void setSupportOptions(SupportOptions value)
value - allowed object is
SupportOptionspublic java.util.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 java.lang.String getVersion()
Stringpublic void setVersion(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 | |||||||||