net.ivoa.xml.voresource.v1
Class Capability

java.lang.Object
  extended by net.ivoa.xml.voresource.v1.Capability
Direct Known Subclasses:
TAPXSAMSRestriction

public class Capability
extends java.lang.Object

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

validationLevel

protected java.util.List<Validation> validationLevel

description

protected java.lang.String description

_interface

protected java.util.List<Interface> _interface

standardID

protected java.lang.String standardID
Constructor Detail

Capability

public Capability()
Method Detail

getValidationLevel

public java.util.List<Validation> getValidationLevel()
Gets the value of the validationLevel property.

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


getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getInterface

public java.util.List<Interface> getInterface()
Gets the value of the interface property.

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


getStandardID

public java.lang.String getStandardID()
Gets the value of the standardID property.

Returns:
possible object is String

setStandardID

public void setStandardID(java.lang.String value)
Sets the value of the standardID property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.