com.googlecode.fascinator.ims
Class ObjectFactory

java.lang.Object
  extended by com.googlecode.fascinator.ims.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.googlecode.fascinator.ims 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: com.googlecode.fascinator.ims
 
Method Summary
 JAXBElement<DependencyType> createDependency(DependencyType value)
          Create an instance of JAXBElement<DependencyType>}
 DependencyType createDependencyType()
          Create an instance of DependencyType
 JAXBElement<FileType> createFile(FileType value)
          Create an instance of JAXBElement<FileType>}
 FileType createFileType()
          Create an instance of FileType
 JAXBElement<ItemType> createItem(ItemType value)
          Create an instance of JAXBElement<ItemType>}
 ItemType createItemType()
          Create an instance of ItemType
 JAXBElement<ManifestType> createManifest(ManifestType value)
          Create an instance of JAXBElement<ManifestType>}
 ManifestType createManifestType()
          Create an instance of ManifestType
 JAXBElement<MetadataType> createMetadata(MetadataType value)
          Create an instance of JAXBElement<MetadataType>}
 MetadataType createMetadataType()
          Create an instance of MetadataType
 JAXBElement<OrganizationType> createOrganization(OrganizationType value)
          Create an instance of JAXBElement<OrganizationType>}
 JAXBElement<OrganizationsType> createOrganizations(OrganizationsType value)
          Create an instance of JAXBElement<OrganizationsType>}
 OrganizationsType createOrganizationsType()
          Create an instance of OrganizationsType
 OrganizationType createOrganizationType()
          Create an instance of OrganizationType
 JAXBElement<ResourceType> createResource(ResourceType value)
          Create an instance of JAXBElement<ResourceType>}
 JAXBElement<ResourcesType> createResources(ResourcesType value)
          Create an instance of JAXBElement<ResourcesType>}
 ResourcesType createResourcesType()
          Create an instance of ResourcesType
 ResourceType createResourceType()
          Create an instance of ResourceType
 JAXBElement<String> createSchema(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createSchemaversion(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createTitle(String value)
          Create an instance of JAXBElement<String>}
 
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: com.googlecode.fascinator.ims

Method Detail

createResourceType

public ResourceType createResourceType()
Create an instance of ResourceType


createFileType

public FileType createFileType()
Create an instance of FileType


createOrganizationsType

public OrganizationsType createOrganizationsType()
Create an instance of OrganizationsType


createManifestType

public ManifestType createManifestType()
Create an instance of ManifestType


createItemType

public ItemType createItemType()
Create an instance of ItemType


createDependencyType

public DependencyType createDependencyType()
Create an instance of DependencyType


createResourcesType

public ResourcesType createResourcesType()
Create an instance of ResourcesType


createMetadataType

public MetadataType createMetadataType()
Create an instance of MetadataType


createOrganizationType

public OrganizationType createOrganizationType()
Create an instance of OrganizationType


createItem

public JAXBElement<ItemType> createItem(ItemType value)
Create an instance of JAXBElement<ItemType>}


createFile

public JAXBElement<FileType> createFile(FileType value)
Create an instance of JAXBElement<FileType>}


createOrganizations

public JAXBElement<OrganizationsType> createOrganizations(OrganizationsType value)
Create an instance of JAXBElement<OrganizationsType>}


createOrganization

public JAXBElement<OrganizationType> createOrganization(OrganizationType value)
Create an instance of JAXBElement<OrganizationType>}


createTitle

public JAXBElement<String> createTitle(String value)
Create an instance of JAXBElement<String>}


createResources

public JAXBElement<ResourcesType> createResources(ResourcesType value)
Create an instance of JAXBElement<ResourcesType>}


createDependency

public JAXBElement<DependencyType> createDependency(DependencyType value)
Create an instance of JAXBElement<DependencyType>}


createSchema

public JAXBElement<String> createSchema(String value)
Create an instance of JAXBElement<String>}


createMetadata

public JAXBElement<MetadataType> createMetadata(MetadataType value)
Create an instance of JAXBElement<MetadataType>}


createSchemaversion

public JAXBElement<String> createSchemaversion(String value)
Create an instance of JAXBElement<String>}


createManifest

public JAXBElement<ManifestType> createManifest(ManifestType value)
Create an instance of JAXBElement<ManifestType>}


createResource

public JAXBElement<ResourceType> createResource(ResourceType value)
Create an instance of JAXBElement<ResourceType>}



Copyright © 2009-2011. All Rights Reserved.