|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.wcsModel.version100.wcsCapabilities.DescribeCoverage
public class DescribeCoverage
| Field Summary | |
|---|---|
protected List<String> |
coverage
|
protected String |
service
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DescribeCoverage()
|
|
| Method Summary | |
|---|---|
protected List<String> |
_getCoverage()
|
List<String> |
getCoverage()
Gets the value of the coverage property. |
String |
getService()
Gets the value of the service property. |
String |
getVersion()
Gets the value of the version property. |
void |
setService(String value)
Sets the value of the service 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 List<String> coverage
protected String service
protected String version
| Constructor Detail |
|---|
public DescribeCoverage()
| Method Detail |
|---|
protected List<String> _getCoverage()
public List<String> 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
String
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic 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 | |||||||||