Class ObjectFactory
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the name.jurgenei.gradle.ooxml.generated.canonical package.
An ObjectFactory allows you to programmatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: name.jurgenei.gradle.ooxml.generated.canonical -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBodyTypeCreate an instance ofCellTypeCreate an instance ofConnectorTypeCreate an instance ofDiagramTypejakarta.xml.bind.JAXBElement<DocumentType> createDocument(DocumentType value) Create an instance ofDocumentTypeCreate an instance ofItemTypeCreate an instance ofLinkTypeCreate an instance ofListTypeCreate an instance ofMetadataTypeCreate an instance ofParagraphTypeCreate an instance ofReferenceTypeCreate an instance ofRowTypeCreate an instance ofShapeTypeCreate an instance ofTableType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: name.jurgenei.gradle.ooxml.generated.canonical
-
-
Method Details
-
createDocumentType
Create an instance ofDocumentType- Returns:
- the new instance of
DocumentType
-
createMetadataType
Create an instance ofMetadataType- Returns:
- the new instance of
MetadataType
-
createBodyType
Create an instance ofBodyType- Returns:
- the new instance of
BodyType
-
createParagraphType
Create an instance ofParagraphType- Returns:
- the new instance of
ParagraphType
-
createListType
Create an instance ofListType- Returns:
- the new instance of
ListType
-
createItemType
Create an instance ofItemType- Returns:
- the new instance of
ItemType
-
createTableType
Create an instance ofTableType- Returns:
- the new instance of
TableType
-
createRowType
Create an instance ofRowType- Returns:
- the new instance of
RowType
-
createCellType
Create an instance ofCellType- Returns:
- the new instance of
CellType
-
createLinkType
Create an instance ofLinkType- Returns:
- the new instance of
LinkType
-
createReferenceType
Create an instance ofReferenceType- Returns:
- the new instance of
ReferenceType
-
createDiagramType
Create an instance ofDiagramType- Returns:
- the new instance of
DiagramType
-
createShapeType
Create an instance ofShapeType- Returns:
- the new instance of
ShapeType
-
createConnectorType
Create an instance ofConnectorType- Returns:
- the new instance of
ConnectorType
-
createDocument
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DocumentType>
-