Package org.cip4.lib.xprinttalk.schema
Class ObjectFactory
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.cip4.lib.xprinttalk.schema 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.cip4.lib.xprinttalk.schema
-
Method Summary
-
-
-
Method Detail
-
createBaseElement
public BaseElement createBaseElement()
Create an instance ofBaseElement
-
createContentDelivery
public ContentDelivery createContentDelivery()
Create an instance ofContentDelivery
-
createContentDeliveryResponse
public ContentDeliveryResponse createContentDeliveryResponse()
Create an instance ofContentDeliveryResponse
-
createCancellation
public Cancellation createCancellation()
Create an instance ofCancellation
-
createConfirmation
public Confirmation createConfirmation()
Create an instance ofConfirmation
-
createOrderStatusRequest
public OrderStatusRequest createOrderStatusRequest()
Create an instance ofOrderStatusRequest
-
createOrderStatusResponse
public OrderStatusResponse createOrderStatusResponse()
Create an instance ofOrderStatusResponse
-
createProofApprovalRequest
public ProofApprovalRequest createProofApprovalRequest()
Create an instance ofProofApprovalRequest
-
createProofApprovalResponse
public ProofApprovalResponse createProofApprovalResponse()
Create an instance ofProofApprovalResponse
-
createPurchaseOrder
public PurchaseOrder createPurchaseOrder()
Create an instance ofPurchaseOrder
-
createStockLevelRequest
public StockLevelRequest createStockLevelRequest()
Create an instance ofStockLevelRequest
-
createStockLevelResponse
public StockLevelResponse createStockLevelResponse()
Create an instance ofStockLevelResponse
-
createCredential
public Credential createCredential()
Create an instance ofCredential
-
createStatusRequest
public StatusRequest createStatusRequest()
Create an instance ofStatusRequest
-
createStockLevel
public StockLevel createStockLevel()
Create an instance ofStockLevel
-
createAdditional
public Additional createAdditional()
Create an instance ofAdditional
-
createMasterContract
public MasterContract createMasterContract()
Create an instance ofMasterContract
-
createBusinessObject
public javax.xml.bind.JAXBElement<java.lang.Object> createBusinessObject(java.lang.Object value)
Create an instance ofJAXBElement<Object>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createContentDelivery
public javax.xml.bind.JAXBElement<ContentDelivery> createContentDelivery(ContentDelivery value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ContentDelivery>
-
createContentDeliveryResponse
public javax.xml.bind.JAXBElement<ContentDeliveryResponse> createContentDeliveryResponse(ContentDeliveryResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ContentDeliveryResponse>
-
createCancellation
public javax.xml.bind.JAXBElement<Cancellation> createCancellation(Cancellation value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Cancellation>
-
createConfirmation
public javax.xml.bind.JAXBElement<Confirmation> createConfirmation(Confirmation value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Confirmation>
-
createInvoice
public javax.xml.bind.JAXBElement<Invoice> createInvoice(Invoice value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Invoice>
-
createOrderStatusRequest
public javax.xml.bind.JAXBElement<OrderStatusRequest> createOrderStatusRequest(OrderStatusRequest value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OrderStatusRequest>
-
createOrderStatusResponse
public javax.xml.bind.JAXBElement<OrderStatusResponse> createOrderStatusResponse(OrderStatusResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OrderStatusResponse>
-
createProofApprovalRequest
public javax.xml.bind.JAXBElement<ProofApprovalRequest> createProofApprovalRequest(ProofApprovalRequest value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProofApprovalRequest>
-
createProofApprovalResponse
public javax.xml.bind.JAXBElement<ProofApprovalResponse> createProofApprovalResponse(ProofApprovalResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProofApprovalResponse>
-
createPurchaseOrder
public javax.xml.bind.JAXBElement<PurchaseOrder> createPurchaseOrder(PurchaseOrder value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PurchaseOrder>
-
createQuotation
public javax.xml.bind.JAXBElement<Quotation> createQuotation(Quotation value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Quotation>
-
createRefusal
public javax.xml.bind.JAXBElement<Refusal> createRefusal(Refusal value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Refusal>
-
createRFQ
public javax.xml.bind.JAXBElement<RFQ> createRFQ(RFQ value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RFQ>
-
createStockLevelRequest
public javax.xml.bind.JAXBElement<StockLevelRequest> createStockLevelRequest(StockLevelRequest value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StockLevelRequest>
-
createStockLevelResponse
public javax.xml.bind.JAXBElement<StockLevelResponse> createStockLevelResponse(StockLevelResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StockLevelResponse>
-
-