public class ObjectFactory extends 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: org.oasis_open.names.tc.opendocument.xmlns.container
|
Modifier and Type | Method and Description |
---|---|
Container |
createContainer()
Create an instance of
Container |
JAXBElement<Container> |
createContainer(Container value)
|
Container.Encryption |
createContainerEncryption()
Create an instance of
Container.Encryption |
Container.Relationships |
createContainerRelationships()
Create an instance of
Container.Relationships |
JAXBElement<Relationship> |
createContainerRelationshipsRelationship(Relationship value)
|
Container.RootFiles |
createContainerRootFiles()
Create an instance of
Container.RootFiles |
JAXBElement<Container.RootFiles> |
createContainerRootFiles(Container.RootFiles value)
|
JAXBElement<RootFile> |
createContainerRootFilesRootFile(RootFile value)
|
Container.Signatures |
createContainerSignatures()
Create an instance of
Container.Signatures |
Relationship |
createRelationship()
Create an instance of
Relationship |
RootFile |
createRootFile()
Create an instance of
RootFile |
public ObjectFactory()
public Relationship createRelationship()
Relationship
public Container.RootFiles createContainerRootFiles()
Container.RootFiles
public Container.Relationships createContainerRelationships()
Container.Relationships
public Container.Signatures createContainerSignatures()
Container.Signatures
public Container.Encryption createContainerEncryption()
Container.Encryption
public JAXBElement<Container> createContainer(Container value)
public JAXBElement<RootFile> createContainerRootFilesRootFile(RootFile value)
public JAXBElement<Relationship> createContainerRelationshipsRelationship(Relationship value)
public JAXBElement<Container.RootFiles> createContainerRootFiles(Container.RootFiles value)
Copyright © 2014 myGrid. All rights reserved.