net.ivoa.xml.vodataservice.v1
Class ObjectFactory

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

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.ivoa.xml.vodataservice.v1 package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.ivoa.xml.vodataservice.v1
 
Method Summary
 BaseParam createBaseParam()
          Create an instance of BaseParam
 Catalog createCatalog()
          Create an instance of Catalog
 CatalogService createCatalogService()
          Create an instance of CatalogService
 Coverage createCoverage()
          Create an instance of Coverage
 DataCollection createDataCollection()
          Create an instance of DataCollection
 DataService createDataService()
          Create an instance of DataService
 Format createFormat()
          Create an instance of Format
 InputParam createInputParam()
          Create an instance of InputParam
 ParamHTTP createParamHTTP()
          Create an instance of ParamHTTP
 ServiceReference createServiceReference()
          Create an instance of ServiceReference
 SimpleDataType createSimpleDataType()
          Create an instance of SimpleDataType
 StandardSTC createStandardSTC()
          Create an instance of StandardSTC
 Table createTable()
          Create an instance of Table
 TableDataType createTableDataType()
          Create an instance of TableDataType
 TableParam createTableParam()
          Create an instance of TableParam
 TableService createTableService()
          Create an instance of TableService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.ivoa.xml.vodataservice.v1

Method Detail

createStandardSTC

public StandardSTC createStandardSTC()
Create an instance of StandardSTC


createServiceReference

public ServiceReference createServiceReference()
Create an instance of ServiceReference


createBaseParam

public BaseParam createBaseParam()
Create an instance of BaseParam


createTableService

public TableService createTableService()
Create an instance of TableService


createCatalogService

public CatalogService createCatalogService()
Create an instance of CatalogService


createTableDataType

public TableDataType createTableDataType()
Create an instance of TableDataType


createCoverage

public Coverage createCoverage()
Create an instance of Coverage


createFormat

public Format createFormat()
Create an instance of Format


createTable

public Table createTable()
Create an instance of Table


createCatalog

public Catalog createCatalog()
Create an instance of Catalog


createDataService

public DataService createDataService()
Create an instance of DataService


createSimpleDataType

public SimpleDataType createSimpleDataType()
Create an instance of SimpleDataType


createParamHTTP

public ParamHTTP createParamHTTP()
Create an instance of ParamHTTP


createTableParam

public TableParam createTableParam()
Create an instance of TableParam


createDataCollection

public DataCollection createDataCollection()
Create an instance of DataCollection


createInputParam

public InputParam createInputParam()
Create an instance of InputParam



Copyright © 2011 VAMDC. All Rights Reserved.