public class BasicCapability
extends java.lang.Object
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 BasicCapability
objects all related to the same
Capability.
Constructor and Description |
---|
BasicCapability() |
Modifier and Type | Method and 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.
|
void |
setAccessUrl(java.lang.String accessUrl)
Sets the access URL.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setStandardId(java.lang.String standardId)
Sets the standard ID.
|
void |
setVersion(java.lang.String version)
Sets the version.
|
void |
setXsiType(java.lang.String xsiType)
Sets the xsi:type.
|
public void setAccessUrl(java.lang.String accessUrl)
accessUrl
- access URLpublic java.lang.String getAccessUrl()
public void setStandardId(java.lang.String standardId)
standardId
- standard ID identifier URIpublic java.lang.String getStandardId()
public void setXsiType(java.lang.String xsiType)
xsiType
- capability/@xsi:typepublic java.lang.String getXsiType()
public void setDescription(java.lang.String description)
description
- descriptionpublic java.lang.String getDescription()
public void setVersion(java.lang.String version)
version
- version stringpublic java.lang.String getVersion()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.