net.ivoa.xml.voresource.v1
Class ObjectFactory

java.lang.Object
  extended by net.ivoa.xml.voresource.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.voresource.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.voresource.v1
 
Method Summary
 AccessURL createAccessURL()
          Create an instance of AccessURL
 Capability createCapability()
          Create an instance of Capability
 Contact createContact()
          Create an instance of Contact
 Content createContent()
          Create an instance of Content
 Creator createCreator()
          Create an instance of Creator
 Curation createCuration()
          Create an instance of Curation
 Date createDate()
          Create an instance of Date
 Organisation createOrganisation()
          Create an instance of Organisation
 Relationship createRelationship()
          Create an instance of Relationship
 Resource createResource()
          Create an instance of Resource
 ResourceName createResourceName()
          Create an instance of ResourceName
 SecurityMethod createSecurityMethod()
          Create an instance of SecurityMethod
 Service createService()
          Create an instance of Service
 Source createSource()
          Create an instance of Source
 Validation createValidation()
          Create an instance of Validation
 WebBrowser createWebBrowser()
          Create an instance of WebBrowser
 WebService createWebService()
          Create an instance of WebService
 
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.voresource.v1

Method Detail

createSource

public Source createSource()
Create an instance of Source


createDate

public Date createDate()
Create an instance of Date


createWebBrowser

public WebBrowser createWebBrowser()
Create an instance of WebBrowser


createCreator

public Creator createCreator()
Create an instance of Creator


createRelationship

public Relationship createRelationship()
Create an instance of Relationship


createCapability

public Capability createCapability()
Create an instance of Capability


createAccessURL

public AccessURL createAccessURL()
Create an instance of AccessURL


createOrganisation

public Organisation createOrganisation()
Create an instance of Organisation


createCuration

public Curation createCuration()
Create an instance of Curation


createContent

public Content createContent()
Create an instance of Content


createService

public Service createService()
Create an instance of Service


createWebService

public WebService createWebService()
Create an instance of WebService


createResource

public Resource createResource()
Create an instance of Resource


createValidation

public Validation createValidation()
Create an instance of Validation


createContact

public Contact createContact()
Create an instance of Contact


createResourceName

public ResourceName createResourceName()
Create an instance of ResourceName


createSecurityMethod

public SecurityMethod createSecurityMethod()
Create an instance of SecurityMethod



Copyright © 2011 VAMDC. All Rights Reserved.