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

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

public class WCSCapabilitiesType
extends Object


Field Summary
protected  WCSCapabilityType capability
           
protected  ContentMetadata contentMetadata
           
protected  ServiceType service
           
protected  String updateSequence
           
protected  String version
           
 
Constructor Summary
WCSCapabilitiesType()
           
 
Method Summary
 WCSCapabilityType getCapability()
          Gets the value of the capability property.
 ContentMetadata getContentMetadata()
          Gets the value of the contentMetadata property.
 ServiceType getService()
          Gets the value of the service property.
 String getUpdateSequence()
          Gets the value of the updateSequence property.
 String getVersion()
          Gets the value of the version property.
 void setCapability(WCSCapabilityType value)
          Sets the value of the capability property.
 void setContentMetadata(ContentMetadata value)
          Sets the value of the contentMetadata property.
 void setService(ServiceType value)
          Sets the value of the service property.
 void setUpdateSequence(String value)
          Sets the value of the updateSequence 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

service

protected ServiceType service

capability

protected WCSCapabilityType capability

contentMetadata

protected ContentMetadata contentMetadata

updateSequence

protected String updateSequence

version

protected String version
Constructor Detail

WCSCapabilitiesType

public WCSCapabilitiesType()
Method Detail

getService

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

Returns:
possible object is ServiceType

setService

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

Parameters:
value - allowed object is ServiceType

getCapability

public WCSCapabilityType getCapability()
Gets the value of the capability property.

Returns:
possible object is WCSCapabilityType

setCapability

public void setCapability(WCSCapabilityType value)
Sets the value of the capability property.

Parameters:
value - allowed object is WCSCapabilityType

getContentMetadata

public ContentMetadata getContentMetadata()
Gets the value of the contentMetadata property.

Returns:
possible object is ContentMetadata

setContentMetadata

public void setContentMetadata(ContentMetadata value)
Sets the value of the contentMetadata property.

Parameters:
value - allowed object is ContentMetadata

getUpdateSequence

public String getUpdateSequence()
Gets the value of the updateSequence property.

Returns:
possible object is String

setUpdateSequence

public void setUpdateSequence(String value)
Sets the value of the updateSequence 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.