uk.ac.starlink.vo
Class SchemaMeta

java.lang.Object
  extended by uk.ac.starlink.vo.SchemaMeta

public class SchemaMeta
extends Object

Represents schema metadata from a TableSet document.

Since:
6 Feb 2015
Author:
Mark Taylor
See Also:
IVOA VODataService Recommendation

Constructor Summary
SchemaMeta()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 TableMeta[] getTables()
           
 String getTitle()
           
 String getUtype()
           
 String toString()
          Returns this schema's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaMeta

public SchemaMeta()
Method Detail

getName

public String getName()

getTitle

public String getTitle()

getDescription

public String getDescription()

getUtype

public String getUtype()

getTables

public TableMeta[] getTables()

toString

public String toString()
Returns this schema's name.

Overrides:
toString in class Object
Returns:
name


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.