Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.ccts.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.ccts 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.ccts
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountTypecreateAmountType()Create an instance ofAmountTypeBinaryObjectTypecreateBinaryObjectType()Create an instance ofBinaryObjectTypeCodeTypecreateCodeType()Create an instance ofCodeTypeDateTimeTypecreateDateTimeType()Create an instance ofDateTimeTypeIdentifierTypecreateIdentifierType()Create an instance ofIdentifierTypeIndicatorTypecreateIndicatorType()Create an instance ofIndicatorTypeMeasureTypecreateMeasureType()Create an instance ofMeasureTypeNumericTypecreateNumericType()Create an instance ofNumericTypeQuantityTypecreateQuantityType()Create an instance ofQuantityTypeTextTypecreateTextType()Create an instance ofTextType
-
-
-
Method Detail
-
createAmountType
public AmountType createAmountType()
Create an instance ofAmountType
-
createBinaryObjectType
public BinaryObjectType createBinaryObjectType()
Create an instance ofBinaryObjectType
-
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
-
createQuantityType
public QuantityType createQuantityType()
Create an instance ofQuantityType
-
-