org.openvpms.esci.ubl.common
Class ObjectFactory

java.lang.Object
  extended by org.openvpms.esci.ubl.common.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.openvpms.esci.ubl.common 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openvpms.esci.ubl.common
 
Method Summary
 AllowanceChargeReasonCodeType createAllowanceChargeReasonCodeType()
          Create an instance of AllowanceChargeReasonCodeType
 AmountType createAmountType()
          Create an instance of AmountType
 BinaryObjectType createBinaryObjectType()
          Create an instance of BinaryObjectType
 ChannelCodeType createChannelCodeType()
          Create an instance of ChannelCodeType
 ChipCodeType createChipCodeType()
          Create an instance of ChipCodeType
 CodeType createCodeType()
          Create an instance of CodeType
 ContainerSizeTypeCodeType createContainerSizeTypeCodeType()
          Create an instance of ContainerSizeTypeCodeType
 CountryIdentificationCodeType createCountryIdentificationCodeType()
          Create an instance of CountryIdentificationCodeType
 CurrencyCodeType createCurrencyCodeType()
          Create an instance of CurrencyCodeType
 Document createDocument()
          Create an instance of Document
 DocumentStatusCodeType createDocumentStatusCodeType()
          Create an instance of DocumentStatusCodeType
 GraphicType createGraphicType()
          Create an instance of GraphicType
 IdentifierType createIdentifierType()
          Create an instance of IdentifierType
 LatitudeDirectionCodeType createLatitudeDirectionCodeType()
          Create an instance of LatitudeDirectionCodeType
 LineStatusCodeType createLineStatusCodeType()
          Create an instance of LineStatusCodeType
 LongitudeDirectionCodeType createLongitudeDirectionCodeType()
          Create an instance of LongitudeDirectionCodeType
 MeasureType createMeasureType()
          Create an instance of MeasureType
 NameType createNameType()
          Create an instance of NameType
 OperatorCodeType createOperatorCodeType()
          Create an instance of OperatorCodeType
 PackagingTypeCodeType createPackagingTypeCodeType()
          Create an instance of PackagingTypeCodeType
 PaymentMeansCodeType createPaymentMeansCodeType()
          Create an instance of PaymentMeansCodeType
 PictureType createPictureType()
          Create an instance of PictureType
 PortCodeType createPortCodeType()
          Create an instance of PortCodeType
 QuantityType createQuantityType()
          Create an instance of QuantityType
 SoundType createSoundType()
          Create an instance of SoundType
 SubstitutionStatusCodeType createSubstitutionStatusCodeType()
          Create an instance of SubstitutionStatusCodeType
 TextType createTextType()
          Create an instance of TextType
 TransportationStatusCodeType createTransportationStatusCodeType()
          Create an instance of TransportationStatusCodeType
 TransportEquipmentTypeCodeType createTransportEquipmentTypeCodeType()
          Create an instance of TransportEquipmentTypeCodeType
 TransportModeCodeType createTransportModeCodeType()
          Create an instance of TransportModeCodeType
 UnitOfMeasureCodeType createUnitOfMeasureCodeType()
          Create an instance of UnitOfMeasureCodeType
 VideoType createVideoType()
          Create an instance of VideoType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openvpms.esci.ubl.common

Method Detail

createCountryIdentificationCodeType

public CountryIdentificationCodeType createCountryIdentificationCodeType()
Create an instance of CountryIdentificationCodeType


createTransportationStatusCodeType

public TransportationStatusCodeType createTransportationStatusCodeType()
Create an instance of TransportationStatusCodeType


createQuantityType

public QuantityType createQuantityType()
Create an instance of QuantityType


createNameType

public NameType createNameType()
Create an instance of NameType


createTransportEquipmentTypeCodeType

public TransportEquipmentTypeCodeType createTransportEquipmentTypeCodeType()
Create an instance of TransportEquipmentTypeCodeType


createMeasureType

public MeasureType createMeasureType()
Create an instance of MeasureType


createBinaryObjectType

public BinaryObjectType createBinaryObjectType()
Create an instance of BinaryObjectType


createTextType

public TextType createTextType()
Create an instance of TextType


createLineStatusCodeType

public LineStatusCodeType createLineStatusCodeType()
Create an instance of LineStatusCodeType


createAllowanceChargeReasonCodeType

public AllowanceChargeReasonCodeType createAllowanceChargeReasonCodeType()
Create an instance of AllowanceChargeReasonCodeType


createContainerSizeTypeCodeType

public ContainerSizeTypeCodeType createContainerSizeTypeCodeType()
Create an instance of ContainerSizeTypeCodeType


createPackagingTypeCodeType

public PackagingTypeCodeType createPackagingTypeCodeType()
Create an instance of PackagingTypeCodeType


createTransportModeCodeType

public TransportModeCodeType createTransportModeCodeType()
Create an instance of TransportModeCodeType


createDocument

public Document createDocument()
Create an instance of Document


createUnitOfMeasureCodeType

public UnitOfMeasureCodeType createUnitOfMeasureCodeType()
Create an instance of UnitOfMeasureCodeType


createIdentifierType

public IdentifierType createIdentifierType()
Create an instance of IdentifierType


createCodeType

public CodeType createCodeType()
Create an instance of CodeType


createCurrencyCodeType

public CurrencyCodeType createCurrencyCodeType()
Create an instance of CurrencyCodeType


createVideoType

public VideoType createVideoType()
Create an instance of VideoType


createSoundType

public SoundType createSoundType()
Create an instance of SoundType


createSubstitutionStatusCodeType

public SubstitutionStatusCodeType createSubstitutionStatusCodeType()
Create an instance of SubstitutionStatusCodeType


createAmountType

public AmountType createAmountType()
Create an instance of AmountType


createGraphicType

public GraphicType createGraphicType()
Create an instance of GraphicType


createLatitudeDirectionCodeType

public LatitudeDirectionCodeType createLatitudeDirectionCodeType()
Create an instance of LatitudeDirectionCodeType


createDocumentStatusCodeType

public DocumentStatusCodeType createDocumentStatusCodeType()
Create an instance of DocumentStatusCodeType


createPictureType

public PictureType createPictureType()
Create an instance of PictureType


createOperatorCodeType

public OperatorCodeType createOperatorCodeType()
Create an instance of OperatorCodeType


createLongitudeDirectionCodeType

public LongitudeDirectionCodeType createLongitudeDirectionCodeType()
Create an instance of LongitudeDirectionCodeType


createChannelCodeType

public ChannelCodeType createChannelCodeType()
Create an instance of ChannelCodeType


createPortCodeType

public PortCodeType createPortCodeType()
Create an instance of PortCodeType


createChipCodeType

public ChipCodeType createChipCodeType()
Create an instance of ChipCodeType


createPaymentMeansCodeType

public PaymentMeansCodeType createPaymentMeansCodeType()
Create an instance of PaymentMeansCodeType



Copyright © 2010-2011 OpenVPMS. All Rights Reserved..