Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.udt.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.ubl2.jaxb.udt 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: network.oxalis.peppol.ubl2.jaxb.udt
-
Method Summary
-
-
-
Method Detail
-
createAmountType
public AmountType createAmountType()
Create an instance ofAmountType
-
createBinaryObjectType
public BinaryObjectType createBinaryObjectType()
Create an instance ofBinaryObjectType
-
createGraphicType
public GraphicType createGraphicType()
Create an instance ofGraphicType
-
createPictureType
public PictureType createPictureType()
Create an instance ofPictureType
-
createDateTimeType
public DateTimeType createDateTimeType()
Create an instance ofDateTimeType
-
createIdentifierType
public IdentifierType createIdentifierType()
Create an instance ofIdentifierType
-
createIndicatorType
public IndicatorType createIndicatorType()
Create an instance ofIndicatorType
-
createMeasureType
public MeasureType createMeasureType()
Create an instance ofMeasureType
-
createNumericType
public NumericType createNumericType()
Create an instance ofNumericType
-
createPercentType
public PercentType createPercentType()
Create an instance ofPercentType
-
createQuantityType
public QuantityType createQuantityType()
Create an instance ofQuantityType
-
-