eu.vamdc.xml.tapxsams.v1
Class TapXsams

java.lang.Object
  extended by net.ivoa.xml.voresource.v1.Capability
      extended by eu.vamdc.xml.tapxsams.v1.TAPXSAMSRestriction
          extended by eu.vamdc.xml.tapxsams.v1.TapXsams

public class TapXsams
extends TAPXSAMSRestriction

The capabilities of a TapXsams implementation. Output VOTable and defines what columns are returned and queried against..

Java class for TapXsams complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TapXsams">
   <complexContent>
     <extension base="{http://www.vamdc.eu/xml/TAPXSAMS/v1.0}TAPXSAMSRestriction">
       <sequence>
         <element name="returnable" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="restrictable" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> restrictable
           
protected  java.util.List<java.lang.String> returnable
           
 
Fields inherited from class net.ivoa.xml.voresource.v1.Capability
_interface, description, standardID, validationLevel
 
Constructor Summary
TapXsams()
           
 
Method Summary
 java.util.List<java.lang.String> getRestrictable()
          Gets the value of the restrictable property.
 java.util.List<java.lang.String> getReturnable()
          Gets the value of the returnable property.
 
Methods inherited from class net.ivoa.xml.voresource.v1.Capability
getDescription, getInterface, getStandardID, getValidationLevel, setDescription, setStandardID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnable

protected java.util.List<java.lang.String> returnable

restrictable

protected java.util.List<java.lang.String> restrictable
Constructor Detail

TapXsams

public TapXsams()
Method Detail

getReturnable

public java.util.List<java.lang.String> getReturnable()
Gets the value of the returnable 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 returnable property.

For example, to add a new item, do as follows:

    getReturnable().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getRestrictable

public java.util.List<java.lang.String> getRestrictable()
Gets the value of the restrictable 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 restrictable property.

For example, to add a new item, do as follows:

    getRestrictable().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2011 VAMDC. All Rights Reserved.