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: org.cip4.lib.xprinttalk.schema
|
public ObjectFactory()
public PurchaseOrder createPurchaseOrder()
PurchaseOrderpublic Confirmation createConfirmation()
Confirmationpublic Cancellation createCancellation()
Cancellationpublic OrderStatusRequest createOrderStatusRequest()
OrderStatusRequestpublic OrderStatusResponse createOrderStatusResponse()
OrderStatusResponsepublic ProofApprovalRequest createProofApprovalRequest()
ProofApprovalRequestpublic ProofApprovalResponse createProofApprovalResponse()
ProofApprovalResponsepublic CXMLTextOnly createCXMLTextOnly()
CXMLTextOnlypublic CXMLSharedSecret createCXMLSharedSecret()
CXMLSharedSecretpublic CXMLCredentialMac createCXMLCredentialMac()
CXMLCredentialMacpublic CXMLUserAgent createCXMLUserAgent()
CXMLUserAgentpublic Credential createCredential()
Credentialpublic Additional createAdditional()
Additionalpublic CreditCard createCreditCard()
CreditCardpublic StatusRequest createStatusRequest()
StatusRequestpublic ProofRequest createProofRequest()
ProofRequestpublic ProofResponse createProofResponse()
ProofResponsepublic JAXBElement<BusinessObject> createBusinessObject(BusinessObject value)
public JAXBElement<RFQ> createRFQ(RFQ value)
public JAXBElement<Quotation> createQuote(Quotation value)
public JAXBElement<Quotation> createQuotation(Quotation value)
public JAXBElement<PurchaseOrder> createPurchaseOrder(PurchaseOrder value)
public JAXBElement<Confirmation> createConfirmation(Confirmation value)
public JAXBElement<Cancellation> createCancellation(Cancellation value)
public JAXBElement<Refusal> createRefusal(Refusal value)
public JAXBElement<OrderStatusRequest> createOrderStatusRequest(OrderStatusRequest value)
public JAXBElement<OrderStatusResponse> createOrderStatusResponse(OrderStatusResponse value)
public JAXBElement<ProofApprovalRequest> createProofApprovalRequest(ProofApprovalRequest value)
public JAXBElement<ProofApprovalResponse> createProofApprovalResponse(ProofApprovalResponse value)
public JAXBElement<Invoice> createInvoice(Invoice value)
public JAXBElement<ReturnJob> createReturnJob(ReturnJob value)
Copyright © 2016. All rights reserved.