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(java.lang.String businessID)
Create a new OrderStatusResponse Node which already contains the attribute BusinessID.
|
PurchaseOrder |
createPurchaseOrder(java.lang.String businessID,
java.lang.String currency)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and BusinessRefID.
|
PurchaseOrder |
createPurchaseOrder(java.lang.String businessID,
java.lang.String currency,
java.lang.String businessRefID)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and XJDF.
|
PurchaseOrder |
createPurchaseOrder(java.lang.String businessID,
java.lang.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(java.lang.String businessID,
java.lang.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(java.lang.String businessID,
java.lang.String currency,
org.cip4.lib.xjdf.schema.XJDF xjdf,
java.lang.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, createTelem, createTopublic OrderStatusResponse createOrderStatusResponse(java.lang.String businessID)
businessID - Value of BusinessID attribute.public PurchaseOrder createPurchaseOrder(java.lang.String businessID, java.lang.String currency)
businessID - Value of BusinessID attribute.currency - Value of Currency attribute.public PurchaseOrder createPurchaseOrder(java.lang.String businessID, java.lang.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(java.lang.String businessID, java.lang.String currency, org.cip4.lib.xjdf.schema.XJDF xjdf, Pricing pricing)
businessID - Value of BusinessID attribute.currency - Value of Currency attribute.xjdf - XJDF Document.pricing - Pricing Nodepublic PurchaseOrder createPurchaseOrder(java.lang.String businessID, java.lang.String currency, java.lang.String businessRefID)
businessID - Value of BusinessID attribute.currency - Value of Currency attribute.businessRefID - Value of BusinessRefID attribute.public PurchaseOrder createPurchaseOrder(java.lang.String businessID, java.lang.String currency, org.cip4.lib.xjdf.schema.XJDF xjdf, java.lang.String businessRefID, Pricing pricing)
businessID - Value of BusinessID attribute.currency - Value of Currency attribute.xjdf - XJDF Document.businessRefID - Value of BusinessRefID attribute.pricing - Pricing Node.public Additional createAdditional(double price, int amount)
price - Value of Price attribute.amount - Value of amount attribute.