| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ivoa.xml.voresource.v1.Resource
net.ivoa.xml.voresource.v1.Service
net.ivoa.xml.vodataservice.v1.TableService
public class TableService
This type differs from a CatalogService in that the table or tables do not have any inherent coverage of the sky. In particular, one cannot include Coverage information.
Java class for TableService complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TableService">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/VOResource/v1.0}Service">
       <sequence>
         <element name="facility" type="{http://www.ivoa.net/xml/VOResource/v1.0}ResourceName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="instrument" type="{http://www.ivoa.net/xml/VOResource/v1.0}ResourceName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="table" type="{http://www.ivoa.net/xml/VODataService/v1.0}Table" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  java.util.List<ResourceName> | facility | 
| protected  java.util.List<ResourceName> | instrument | 
| protected  java.util.List<Table> | table | 
| Fields inherited from class net.ivoa.xml.voresource.v1.Service | 
|---|
| capability, rights | 
| Fields inherited from class net.ivoa.xml.voresource.v1.Resource | 
|---|
| content, created, curation, identifier, shortName, status, title, updated, validationLevel | 
| Constructor Summary | |
|---|---|
| TableService() | |
| Method Summary | |
|---|---|
|  java.util.List<ResourceName> | getFacility()Gets the value of the facility property. | 
|  java.util.List<ResourceName> | getInstrument()Gets the value of the instrument property. | 
|  java.util.List<Table> | getTable()Gets the value of the table property. | 
| Methods inherited from class net.ivoa.xml.voresource.v1.Service | 
|---|
| getCapability, getRights | 
| Methods inherited from class net.ivoa.xml.voresource.v1.Resource | 
|---|
| getContent, getCreated, getCuration, getIdentifier, getShortName, getStatus, getTitle, getUpdated, getValidationLevel, setContent, setCreated, setCuration, setIdentifier, setShortName, setStatus, setTitle, setUpdated | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.util.List<ResourceName> facility
protected java.util.List<ResourceName> instrument
protected java.util.List<Table> table
| Constructor Detail | 
|---|
public TableService()
| Method Detail | 
|---|
public java.util.List<ResourceName> getFacility()
 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 facility property.
 
 
For example, to add a new item, do as follows:
    getFacility().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ResourceName
public java.util.List<ResourceName> getInstrument()
 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 instrument property.
 
 
For example, to add a new item, do as follows:
    getInstrument().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ResourceName
public java.util.List<Table> getTable()
 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 table property.
 
 
For example, to add a new item, do as follows:
    getTable().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Table
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||