|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.wcsModel.version100.wcsCapabilities.WCSCapabilitiesType
public class WCSCapabilitiesType
| 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 |
|---|
protected ServiceType service
protected WCSCapabilityType capability
protected ContentMetadata contentMetadata
protected String updateSequence
protected String version
| Constructor Detail |
|---|
public WCSCapabilitiesType()
| Method Detail |
|---|
public ServiceType getService()
ServiceTypepublic void setService(ServiceType value)
value - allowed object is
ServiceTypepublic WCSCapabilityType getCapability()
WCSCapabilityTypepublic void setCapability(WCSCapabilityType value)
value - allowed object is
WCSCapabilityTypepublic ContentMetadata getContentMetadata()
ContentMetadatapublic void setContentMetadata(ContentMetadata value)
value - allowed object is
ContentMetadatapublic String getUpdateSequence()
Stringpublic void setUpdateSequence(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 | |||||||||