|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ivoa.xml.voresource.v1.Capability
public class Capability
a description of what the service does (in terms of context-specific behavior), and how to use it (in terms of an interface)
Java class for Capability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Capability"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="validationLevel" type="{http://www.ivoa.net/xml/VOResource/v1.0}Validation" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="interface" type="{http://www.ivoa.net/xml/VOResource/v1.0}Interface" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="standardID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<Interface> |
_interface
|
protected java.lang.String |
description
|
protected java.lang.String |
standardID
|
protected java.util.List<Validation> |
validationLevel
|
Constructor Summary | |
---|---|
Capability()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<Interface> |
getInterface()
Gets the value of the interface property. |
java.lang.String |
getStandardID()
Gets the value of the standardID property. |
java.util.List<Validation> |
getValidationLevel()
Gets the value of the validationLevel property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setStandardID(java.lang.String value)
Sets the value of the standardID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<Validation> validationLevel
protected java.lang.String description
protected java.util.List<Interface> _interface
protected java.lang.String standardID
Constructor Detail |
---|
public Capability()
Method Detail |
---|
public java.util.List<Validation> getValidationLevel()
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 validationLevel property.
For example, to add a new item, do as follows:
getValidationLevel().add(newItem);
Objects of the following type(s) are allowed in the list
Validation
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<Interface> getInterface()
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 interface property.
For example, to add a new item, do as follows:
getInterface().add(newItem);
Objects of the following type(s) are allowed in the list
Interface
public java.lang.String getStandardID()
String
public void setStandardID(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |