public class ObjectFactory
extends java.lang.Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.googlecode.fascinator.ims
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<DependencyType> |
createDependency(DependencyType value)
|
DependencyType |
createDependencyType()
Create an instance of
DependencyType |
javax.xml.bind.JAXBElement<FileType> |
createFile(FileType value)
|
FileType |
createFileType()
Create an instance of
FileType |
javax.xml.bind.JAXBElement<ItemType> |
createItem(ItemType value)
|
ItemType |
createItemType()
Create an instance of
ItemType |
javax.xml.bind.JAXBElement<ManifestType> |
createManifest(ManifestType value)
|
ManifestType |
createManifestType()
Create an instance of
ManifestType |
javax.xml.bind.JAXBElement<MetadataType> |
createMetadata(MetadataType value)
|
MetadataType |
createMetadataType()
Create an instance of
MetadataType |
javax.xml.bind.JAXBElement<OrganizationType> |
createOrganization(OrganizationType value)
|
javax.xml.bind.JAXBElement<OrganizationsType> |
createOrganizations(OrganizationsType value)
|
OrganizationsType |
createOrganizationsType()
Create an instance of
OrganizationsType |
OrganizationType |
createOrganizationType()
Create an instance of
OrganizationType |
javax.xml.bind.JAXBElement<ResourceType> |
createResource(ResourceType value)
|
javax.xml.bind.JAXBElement<ResourcesType> |
createResources(ResourcesType value)
|
ResourcesType |
createResourcesType()
Create an instance of
ResourcesType |
ResourceType |
createResourceType()
Create an instance of
ResourceType |
javax.xml.bind.JAXBElement<java.lang.String> |
createSchema(java.lang.String value)
Create an instance of
JAXBElement<String>} |
javax.xml.bind.JAXBElement<java.lang.String> |
createSchemaversion(java.lang.String value)
Create an instance of
JAXBElement<String>} |
javax.xml.bind.JAXBElement<java.lang.String> |
createTitle(java.lang.String value)
Create an instance of
JAXBElement<String>} |
public ObjectFactory()
public ManifestType createManifestType()
ManifestTypepublic OrganizationType createOrganizationType()
OrganizationTypepublic DependencyType createDependencyType()
DependencyTypepublic ResourcesType createResourcesType()
ResourcesTypepublic MetadataType createMetadataType()
MetadataTypepublic ResourceType createResourceType()
ResourceTypepublic OrganizationsType createOrganizationsType()
OrganizationsTypepublic javax.xml.bind.JAXBElement<OrganizationsType> createOrganizations(OrganizationsType value)
public javax.xml.bind.JAXBElement<OrganizationType> createOrganization(OrganizationType value)
public javax.xml.bind.JAXBElement<java.lang.String> createTitle(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<ResourcesType> createResources(ResourcesType value)
public javax.xml.bind.JAXBElement<DependencyType> createDependency(DependencyType value)
public javax.xml.bind.JAXBElement<java.lang.String> createSchema(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<MetadataType> createMetadata(MetadataType value)
public javax.xml.bind.JAXBElement<java.lang.String> createSchemaversion(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<ManifestType> createManifest(ManifestType value)
public javax.xml.bind.JAXBElement<ResourceType> createResource(ResourceType value)
Copyright © 2009-2019. All Rights Reserved.