public class PrintTalkNodeFactory extends ObjectFactory
| Constructor and Description |
|---|
PrintTalkNodeFactory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Additional |
createAdditional(double price,
int amount)
Create a new Additional Node which already contains the attributes Price and Amount.
|
OrderStatusResponse |
createOrderStatusResponse(String businessID)
Create a new OrderStatusResponse Node which already contains the attribute BusinessID.
|
PurchaseOrder |
createPurchaseOrder(String businessID,
String currency)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and BusinessRefID.
|
PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
String businessRefID)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and XJDF.
|
PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
org.cip4.lib.xjdf.schema.XJDF xjdf)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and XJDF.
|
PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
org.cip4.lib.xjdf.schema.XJDF xjdf,
Pricing pricing)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and XJDF.
|
PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
org.cip4.lib.xjdf.schema.XJDF xjdf,
String businessRefID,
Pricing pricing)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency, XJDF and BusinessRefID.
|
createAdditional, createBusinessObject, createCancellation, createCancellation, createConfirmation, createConfirmation, createCredential, createCreditCard, createCXMLCredentialMac, createCXMLSharedSecret, createCXMLTextOnly, createCXMLUserAgent, createFrom, createHeader, createInvoice, createInvoice, createOrderStatusRequest, createOrderStatusRequest, createOrderStatusResponse, createOrderStatusResponse, createPayment, createPrice, createPricing, createPrintTalk, createProofApprovalRequest, createProofApprovalRequest, createProofApprovalResponse, createProofApprovalResponse, createProofRequest, createProofResponse, createPurchaseOrder, createPurchaseOrder, createQuotation, createQuotation, createQuote, createQuoteType, createRefusal, createRefusal, createRequest, createReturnJob, createReturnJob, createRFQ, createRFQ, createSender, createStatusRequest, createTopublic OrderStatusResponse createOrderStatusResponse(String businessID)
BusinessID - Value of BusinessID attribute.public PurchaseOrder createPurchaseOrder(String businessID, String currency)
BusinessID - Value of BusinessID attribute.Currency - Value of Currency attribute.public PurchaseOrder createPurchaseOrder(String businessID, String currency, org.cip4.lib.xjdf.schema.XJDF xjdf)
BusinessID - Value of BusinessID attribute.Currency - Value of Currency attribute.XJDF - XJDF Document.public PurchaseOrder createPurchaseOrder(String businessID, String currency, org.cip4.lib.xjdf.schema.XJDF xjdf, Pricing pricing)
BusinessID - Value of BusinessID attribute.Currency - Value of Currency attribute.XJDF - XJDF Document.public PurchaseOrder createPurchaseOrder(String businessID, String currency, String businessRefID)
BusinessID - Value of BusinessID attribute.Currency - Value of Currency attribute.BueinssRefID - Value of BusinessRefID attribute.public PurchaseOrder createPurchaseOrder(String businessID, String currency, org.cip4.lib.xjdf.schema.XJDF xjdf, String businessRefID, Pricing pricing)
BusinessID - Value of BusinessID attribute.Currency - Value of Currency attribute.XJDF - XJDF Document.BueinssRefID - Value of BusinessRefID attribute.Pricing - Pricing Node.public Additional createAdditional(double price, int amount)
price - Value of Price attribute.amount - Value of amount attribute.Copyright © 2016. All rights reserved.