Package org.ivoa.dm.registry.tap
Class TableAccess.TableAccessBuilder
java.lang.Object
org.ivoa.dm.registry.tap.TableAccess.TableAccessBuilder
- Enclosing class:
- TableAccess
A builder class for TableAccess, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdentifier of IVOA-approved data model supported by the service.A human-readable description of what this capability provides as part of the over-all service Use of this optional element is especially encouraged when this capability is non-standard and is one of several capabilities listed.Limits on executionDuration.a description of how to call the service to access this capability Since the Interface type is abstract, one must describe the interface using a subclass of Interface, denoting it via xsi:type.Language supported by the service.Output format supported by the service.Limits on the size of data returned.Limits on the time between job creation and destruction time.A URI identifier for a standard service.Limits on the size of uploaded data.Upload method supported by the service.A numeric grade describing the quality of the capability description and interface, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dataModel
Identifier of IVOA-approved data model supported by the service. -
language
Language supported by the service. -
outputFormat
Output format supported by the service. -
uploadMethod
Upload method supported by the service. The absence of upload methods indicates that the service does not support uploads at all. -
retentionPeriod
Limits on the time between job creation and destruction time. -
executionDuration
Limits on executionDuration. -
outputLimit
Limits on the size of data returned. -
uploadLimit
Limits on the size of uploaded data. -
validationLevel
A numeric grade describing the quality of the capability description and interface, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study. See VOResource:ValidationLevel for an explanation of the allowed levels. -
description
A human-readable description of what this capability provides as part of the over-all service Use of this optional element is especially encouraged when this capability is non-standard and is one of several capabilities listed. -
interface_
a description of how to call the service to access this capability Since the Interface type is abstract, one must describe the interface using a subclass of Interface, denoting it via xsi:type. Multiple occurences can describe different interfaces to the logically same capability, i.e. data or functionality. That is, the inputs accepted and the output provides should be logically the same. For example, a WebBrowser interface given in addition to a WebService interface would simply provide an interactive, human-targeted interface to the underlying WebService interface. -
standardID
A URI identifier for a standard service. This provides a unique way to refer to a service specification standard, such as a Simple Image Access service. The use of an IVOA identifier here implies that a VOResource description of the standard is registered and accessible.
-
-
Constructor Details
-
TableAccessBuilder
public TableAccessBuilder()
-
-
Method Details
-
create
create a TableAccess from this builder.- Returns:
- an object initialized from the builder.
-