|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ivoa.xml.vodataservice.v1.Table
public class Table
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 |
|---|
protected java.lang.String name
protected java.lang.String description
protected java.util.List<TableParam> column
protected java.lang.String role
| Constructor Detail |
|---|
public Table()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<TableParam> getColumn()
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
public java.lang.String getRole()
Stringpublic void setRole(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 | |||||||||