public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2
|
| Modifier and Type | Method and Description |
|---|---|
AmountType |
createAmountType()
Create an instance of
AmountType |
BinaryObjectType |
createBinaryObjectType()
Create an instance of
BinaryObjectType |
CodeType |
createCodeType()
Create an instance of
CodeType |
GraphicType |
createGraphicType()
Create an instance of
GraphicType |
IdentifierType |
createIdentifierType()
Create an instance of
IdentifierType |
MeasureType |
createMeasureType()
Create an instance of
MeasureType |
NameType |
createNameType()
Create an instance of
NameType |
PictureType |
createPictureType()
Create an instance of
PictureType |
QuantityType |
createQuantityType()
Create an instance of
QuantityType |
SoundType |
createSoundType()
Create an instance of
SoundType |
TextType |
createTextType()
Create an instance of
TextType |
VideoType |
createVideoType()
Create an instance of
VideoType |
public ObjectFactory()
public GraphicType createGraphicType()
GraphicTypepublic IdentifierType createIdentifierType()
IdentifierTypepublic AmountType createAmountType()
AmountTypepublic MeasureType createMeasureType()
MeasureTypepublic BinaryObjectType createBinaryObjectType()
BinaryObjectTypepublic QuantityType createQuantityType()
QuantityTypepublic PictureType createPictureType()
PictureTypeCopyright © 2014 Philip Helger. All rights reserved.