|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.ims.ObjectFactory
public class ObjectFactory
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 |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public ResourceType createResourceType()
ResourceType
public FileType createFileType()
FileType
public OrganizationsType createOrganizationsType()
OrganizationsType
public ManifestType createManifestType()
ManifestType
public ItemType createItemType()
ItemType
public DependencyType createDependencyType()
DependencyType
public ResourcesType createResourcesType()
ResourcesType
public MetadataType createMetadataType()
MetadataType
public OrganizationType createOrganizationType()
OrganizationType
public JAXBElement<ItemType> createItem(ItemType value)
JAXBElement<ItemType>}
public JAXBElement<FileType> createFile(FileType value)
JAXBElement<FileType>}
public JAXBElement<OrganizationsType> createOrganizations(OrganizationsType value)
JAXBElement<OrganizationsType>}
public JAXBElement<OrganizationType> createOrganization(OrganizationType value)
JAXBElement<OrganizationType>}
public JAXBElement<String> createTitle(String value)
JAXBElement<String>}
public JAXBElement<ResourcesType> createResources(ResourcesType value)
JAXBElement<ResourcesType>}
public JAXBElement<DependencyType> createDependency(DependencyType value)
JAXBElement<DependencyType>}
public JAXBElement<String> createSchema(String value)
JAXBElement<String>}
public JAXBElement<MetadataType> createMetadata(MetadataType value)
JAXBElement<MetadataType>}
public JAXBElement<String> createSchemaversion(String value)
JAXBElement<String>}
public JAXBElement<ManifestType> createManifest(ManifestType value)
JAXBElement<ManifestType>}
public JAXBElement<ResourceType> createResource(ResourceType value)
JAXBElement<ResourceType>}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||