Package org.docx4j.docProps.variantTypes
Class ObjectFactory
java.lang.Object
org.docx4j.docProps.variantTypes.ObjectFactory
public class ObjectFactory
extends java.lang.Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.docx4j.docProps.variantTypes 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.docProps.variantTypes -
Method Summary
Modifier and Type Method Description ArraycreateArray()Create an instance ofArrayjavax.xml.bind.JAXBElement<Array>createArray(Array value)javax.xml.bind.JAXBElement<byte[]>createBlob(byte[] value)Create an instance ofJAXBElement<byte>}javax.xml.bind.JAXBElement<java.lang.Boolean>createBool(java.lang.Boolean value)Create an instance ofJAXBElement<Boolean>}javax.xml.bind.JAXBElement<java.lang.String>createBstr(java.lang.String value)Create an instance ofJAXBElement<String>}CfcreateCf()Create an instance ofCfjavax.xml.bind.JAXBElement<Cf>createCf(Cf value)javax.xml.bind.JAXBElement<java.lang.String>createClsid(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<java.lang.String>createCy(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar>createDate(javax.xml.datatype.XMLGregorianCalendar value)Create an instance ofJAXBElement<XMLGregorianCalendar>}javax.xml.bind.JAXBElement<java.math.BigDecimal>createDecimal(java.math.BigDecimal value)Create an instance ofJAXBElement<BigDecimal>}EmptycreateEmpty()Create an instance ofEmptyjavax.xml.bind.JAXBElement<Empty>createEmpty(Empty value)javax.xml.bind.JAXBElement<java.lang.String>createError(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar>createFiletime(javax.xml.datatype.XMLGregorianCalendar value)Create an instance ofJAXBElement<XMLGregorianCalendar>}javax.xml.bind.JAXBElement<java.lang.Byte>createI1(java.lang.Byte value)Create an instance ofJAXBElement<Byte>}javax.xml.bind.JAXBElement<java.lang.Short>createI2(java.lang.Short value)Create an instance ofJAXBElement<Short>}javax.xml.bind.JAXBElement<java.lang.Integer>createI4(java.lang.Integer value)Create an instance ofJAXBElement<Integer>}javax.xml.bind.JAXBElement<java.lang.Long>createI8(java.lang.Long value)Create an instance ofJAXBElement<Long>}javax.xml.bind.JAXBElement<java.lang.Integer>createInt(java.lang.Integer value)Create an instance ofJAXBElement<Integer>}javax.xml.bind.JAXBElement<java.lang.String>createLpstr(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<java.lang.String>createLpwstr(java.lang.String value)Create an instance ofJAXBElement<String>}NullcreateNull()Create an instance ofNulljavax.xml.bind.JAXBElement<Null>createNull(Null value)javax.xml.bind.JAXBElement<byte[]>createOblob(byte[] value)Create an instance ofJAXBElement<byte>}javax.xml.bind.JAXBElement<byte[]>createOstorage(byte[] value)Create an instance ofJAXBElement<byte>}javax.xml.bind.JAXBElement<byte[]>createOstream(byte[] value)Create an instance ofJAXBElement<byte>}javax.xml.bind.JAXBElement<java.lang.Float>createR4(java.lang.Float value)Create an instance ofJAXBElement<Float>}javax.xml.bind.JAXBElement<java.lang.Double>createR8(java.lang.Double value)Create an instance ofJAXBElement<Double>}javax.xml.bind.JAXBElement<byte[]>createStorage(byte[] value)Create an instance ofJAXBElement<byte>}javax.xml.bind.JAXBElement<byte[]>createStream(byte[] value)Create an instance ofJAXBElement<byte>}javax.xml.bind.JAXBElement<java.lang.Short>createUi1(java.lang.Short value)Create an instance ofJAXBElement<Short>}javax.xml.bind.JAXBElement<java.lang.Integer>createUi2(java.lang.Integer value)Create an instance ofJAXBElement<Integer>}javax.xml.bind.JAXBElement<java.lang.Long>createUi4(java.lang.Long value)Create an instance ofJAXBElement<Long>}javax.xml.bind.JAXBElement<java.math.BigInteger>createUi8(java.math.BigInteger value)Create an instance ofJAXBElement<BigInteger>}javax.xml.bind.JAXBElement<java.lang.Long>createUint(java.lang.Long value)Create an instance ofJAXBElement<Long>}VariantcreateVariant()Create an instance ofVariantjavax.xml.bind.JAXBElement<Variant>createVariant(Variant value)VectorcreateVector()Create an instance ofVectorjavax.xml.bind.JAXBElement<Vector>createVector(Vector value)VstreamcreateVstream()Create an instance ofVstreamjavax.xml.bind.JAXBElement<Vstream>createVstream(Vstream value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.docProps.variantTypes
-
-
Method Details
-
createVstream
Create an instance ofVstream -
createVariant
Create an instance ofVariant -
createArray
Create an instance ofArray -
createVector
Create an instance ofVector -
createEmpty
Create an instance ofEmpty -
createCf
Create an instance ofCf -
createNull
Create an instance ofNull -
createOstream
public javax.xml.bind.JAXBElement<byte[]> createOstream(byte[] value)Create an instance ofJAXBElement<byte>} -
createDate
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createDate(javax.xml.datatype.XMLGregorianCalendar value)Create an instance ofJAXBElement<XMLGregorianCalendar>} -
createVariant
-
createUi2
public javax.xml.bind.JAXBElement<java.lang.Integer> createUi2(java.lang.Integer value)Create an instance ofJAXBElement<Integer>} -
createUi1
public javax.xml.bind.JAXBElement<java.lang.Short> createUi1(java.lang.Short value)Create an instance ofJAXBElement<Short>} -
createLpstr
public javax.xml.bind.JAXBElement<java.lang.String> createLpstr(java.lang.String value)Create an instance ofJAXBElement<String>} -
createOblob
public javax.xml.bind.JAXBElement<byte[]> createOblob(byte[] value)Create an instance ofJAXBElement<byte>} -
createStream
public javax.xml.bind.JAXBElement<byte[]> createStream(byte[] value)Create an instance ofJAXBElement<byte>} -
createNull
-
createEmpty
-
createVector
-
createOstorage
public javax.xml.bind.JAXBElement<byte[]> createOstorage(byte[] value)Create an instance ofJAXBElement<byte>} -
createDecimal
public javax.xml.bind.JAXBElement<java.math.BigDecimal> createDecimal(java.math.BigDecimal value)Create an instance ofJAXBElement<BigDecimal>} -
createCy
public javax.xml.bind.JAXBElement<java.lang.String> createCy(java.lang.String value)Create an instance ofJAXBElement<String>} -
createInt
public javax.xml.bind.JAXBElement<java.lang.Integer> createInt(java.lang.Integer value)Create an instance ofJAXBElement<Integer>} -
createError
public javax.xml.bind.JAXBElement<java.lang.String> createError(java.lang.String value)Create an instance ofJAXBElement<String>} -
createLpwstr
public javax.xml.bind.JAXBElement<java.lang.String> createLpwstr(java.lang.String value)Create an instance ofJAXBElement<String>} -
createR4
public javax.xml.bind.JAXBElement<java.lang.Float> createR4(java.lang.Float value)Create an instance ofJAXBElement<Float>} -
createUint
public javax.xml.bind.JAXBElement<java.lang.Long> createUint(java.lang.Long value)Create an instance ofJAXBElement<Long>} -
createI2
public javax.xml.bind.JAXBElement<java.lang.Short> createI2(java.lang.Short value)Create an instance ofJAXBElement<Short>} -
createClsid
public javax.xml.bind.JAXBElement<java.lang.String> createClsid(java.lang.String value)Create an instance ofJAXBElement<String>} -
createBstr
public javax.xml.bind.JAXBElement<java.lang.String> createBstr(java.lang.String value)Create an instance ofJAXBElement<String>} -
createArray
-
createI1
public javax.xml.bind.JAXBElement<java.lang.Byte> createI1(java.lang.Byte value)Create an instance ofJAXBElement<Byte>} -
createStorage
public javax.xml.bind.JAXBElement<byte[]> createStorage(byte[] value)Create an instance ofJAXBElement<byte>} -
createI4
public javax.xml.bind.JAXBElement<java.lang.Integer> createI4(java.lang.Integer value)Create an instance ofJAXBElement<Integer>} -
createCf
-
createVstream
-
createR8
public javax.xml.bind.JAXBElement<java.lang.Double> createR8(java.lang.Double value)Create an instance ofJAXBElement<Double>} -
createBool
public javax.xml.bind.JAXBElement<java.lang.Boolean> createBool(java.lang.Boolean value)Create an instance ofJAXBElement<Boolean>} -
createI8
public javax.xml.bind.JAXBElement<java.lang.Long> createI8(java.lang.Long value)Create an instance ofJAXBElement<Long>} -
createUi4
public javax.xml.bind.JAXBElement<java.lang.Long> createUi4(java.lang.Long value)Create an instance ofJAXBElement<Long>} -
createFiletime
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createFiletime(javax.xml.datatype.XMLGregorianCalendar value)Create an instance ofJAXBElement<XMLGregorianCalendar>} -
createUi8
public javax.xml.bind.JAXBElement<java.math.BigInteger> createUi8(java.math.BigInteger value)Create an instance ofJAXBElement<BigInteger>} -
createBlob
public javax.xml.bind.JAXBElement<byte[]> createBlob(byte[] value)Create an instance ofJAXBElement<byte>}
-