org.n52.oxf.wcsModel.version100.wcsCapabilities
Class DescribeCoverage

java.lang.Object
  extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.DescribeCoverage

public class DescribeCoverage
extends Object


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

coverage

protected List<String> coverage

service

protected String service

version

protected String version
Constructor Detail

DescribeCoverage

public DescribeCoverage()
Method Detail

_getCoverage

protected List<String> _getCoverage()

getCoverage

public List<String> getCoverage()
Gets the value of the coverage property.

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


getService

public String getService()
Gets the value of the service property.

Returns:
possible object is String

setService

public void setService(String value)
Sets the value of the service property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.