net.ivoa.xml.vodataservice.v1
Class Table

java.lang.Object
  extended by net.ivoa.xml.vodataservice.v1.Table

public class Table
extends java.lang.Object

Java class for Table complex type.

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

 <complexType name="Table">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="column" type="{http://www.ivoa.net/xml/VODataService/v1.0}TableParam" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<TableParam> column
           
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  java.lang.String role
           
 
Constructor Summary
Table()
           
 
Method Summary
 java.util.List<TableParam> getColumn()
          Gets the value of the column property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getRole()
          Gets the value of the role property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRole(java.lang.String value)
          Sets the value of the role property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

description

protected java.lang.String description

column

protected java.util.List<TableParam> column

role

protected java.lang.String role
Constructor Detail

Table

public Table()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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

getColumn

public java.util.List<TableParam> getColumn()
Gets the value of the column 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 column property.

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

    getColumn().add(newItem);
 

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


getRole

public java.lang.String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Sets the value of the role property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.