org.openvpms.esci.ubl.order
Class ObjectFactory

java.lang.Object
  extended by org.openvpms.esci.ubl.order.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.order 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.order
 
Method Summary
 JAXBElement<OrderType> createOrder(OrderType value)
          Create an instance of JAXBElement<OrderType>}
 JAXBElement<OrderCancellationType> createOrderCancellation(OrderCancellationType value)
          Create an instance of JAXBElement<OrderCancellationType>}
 OrderCancellationType createOrderCancellationType()
          Create an instance of OrderCancellationType
 JAXBElement<OrderChangeType> createOrderChange(OrderChangeType value)
          Create an instance of JAXBElement<OrderChangeType>}
 OrderChangeType createOrderChangeType()
          Create an instance of OrderChangeType
 JAXBElement<OrderResponseType> createOrderResponse(OrderResponseType value)
          Create an instance of JAXBElement<OrderResponseType>}
 JAXBElement<OrderResponseSimpleType> createOrderResponseSimple(OrderResponseSimpleType value)
          Create an instance of JAXBElement<OrderResponseSimpleType>}
 OrderResponseSimpleType createOrderResponseSimpleType()
          Create an instance of OrderResponseSimpleType
 OrderResponseType createOrderResponseType()
          Create an instance of OrderResponseType
 OrderType createOrderType()
          Create an instance of OrderType
 
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.order

Method Detail

createOrderType

public OrderType createOrderType()
Create an instance of OrderType


createOrderCancellationType

public OrderCancellationType createOrderCancellationType()
Create an instance of OrderCancellationType


createOrderResponseType

public OrderResponseType createOrderResponseType()
Create an instance of OrderResponseType


createOrderResponseSimpleType

public OrderResponseSimpleType createOrderResponseSimpleType()
Create an instance of OrderResponseSimpleType


createOrderChangeType

public OrderChangeType createOrderChangeType()
Create an instance of OrderChangeType


createOrder

public JAXBElement<OrderType> createOrder(OrderType value)
Create an instance of JAXBElement<OrderType>}


createOrderResponseSimple

public JAXBElement<OrderResponseSimpleType> createOrderResponseSimple(OrderResponseSimpleType value)
Create an instance of JAXBElement<OrderResponseSimpleType>}


createOrderChange

public JAXBElement<OrderChangeType> createOrderChange(OrderChangeType value)
Create an instance of JAXBElement<OrderChangeType>}


createOrderResponse

public JAXBElement<OrderResponseType> createOrderResponse(OrderResponseType value)
Create an instance of JAXBElement<OrderResponseType>}


createOrderCancellation

public JAXBElement<OrderCancellationType> createOrderCancellation(OrderCancellationType value)
Create an instance of JAXBElement<OrderCancellationType>}



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