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 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.udt
-
Method Summary
-
-
-
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
-
createGraphicType
public GraphicType createGraphicType()
Create an instance ofGraphicType- Returns:
- the new instance of
GraphicType
-
createPictureType
public PictureType createPictureType()
Create an instance ofPictureType- Returns:
- the new instance of
PictureType
-
createSoundType
public SoundType createSoundType()
Create an instance ofSoundType- Returns:
- the new instance of
SoundType
-
createVideoType
public VideoType createVideoType()
Create an instance ofVideoType- Returns:
- the new instance of
VideoType
-
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
-
createDateType
public DateType createDateType()
Create an instance ofDateType- Returns:
- the new instance of
DateType
-
createTimeType
public TimeType createTimeType()
Create an instance ofTimeType- Returns:
- the new instance of
TimeType
-
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
-
createValueType
public ValueType createValueType()
Create an instance ofValueType- Returns:
- the new instance of
ValueType
-
createPercentType
public PercentType createPercentType()
Create an instance ofPercentType- Returns:
- the new instance of
PercentType
-
createRateType
public RateType createRateType()
Create an instance ofRateType- Returns:
- the new instance of
RateType
-
createQuantityType
public QuantityType createQuantityType()
Create an instance ofQuantityType- Returns:
- the new instance of
QuantityType
-
createTextType
public TextType createTextType()
Create an instance ofTextType- Returns:
- the new instance of
TextType
-
-