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 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
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- Returns:
- the new instance of
AmountType
-
createBinaryObjectType
public BinaryObjectType createBinaryObjectType()
Create an instance ofBinaryObjectType- Returns:
- the new instance of
BinaryObjectType
-
createCodeType
public CodeType createCodeType()
Create an instance ofCodeType- Returns:
- the new instance of
CodeType
-
createDateTimeType
public DateTimeType createDateTimeType()
Create an instance ofDateTimeType- Returns:
- the new instance of
DateTimeType
-
createIdentifierType
public IdentifierType createIdentifierType()
Create an instance ofIdentifierType- Returns:
- the new instance of
IdentifierType
-
createIndicatorType
public IndicatorType createIndicatorType()
Create an instance ofIndicatorType- Returns:
- the new instance of
IndicatorType
-
createMeasureType
public MeasureType createMeasureType()
Create an instance ofMeasureType- Returns:
- the new instance of
MeasureType
-
createNumericType
public NumericType createNumericType()
Create an instance ofNumericType- Returns:
- the new instance of
NumericType
-
createQuantityType
public QuantityType createQuantityType()
Create an instance ofQuantityType- Returns:
- the new instance of
QuantityType
-
-