public interface RegCapabilityInterface
This class conflates the concepts of Capability and Interface. In VOResource 1.0 the Capability:Interface relationship is one:many, but in practice it is, as far as I can see, nearly always one:one. In the case of finding an actual one:many relationship, we just use multiple RegCapabilityInterface objects all related to the same Capability.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAccessUrl() |
Returns the access URL.
|
java.lang.String |
getDescription() |
Returns a textual description of this capability.
|
java.lang.String |
getStandardId() |
Returns the standard ID which defines what sort of service this
capability is offering.
|
java.lang.String |
getVersion() |
Returns a version string associated with this capability.
|
java.lang.String |
getXsiType() |
Returns the xsi:type of this capability.
|
java.lang.String getAccessUrl()
java.lang.String getStandardId()
java.lang.String getXsiType()
java.lang.String getDescription()
java.lang.String getVersion()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.