public class PrintTalkNodeFactory
extends org.cip4.lib.xprinttalk.schema.ObjectFactory
Constructor and Description |
---|
PrintTalkNodeFactory()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
org.cip4.lib.xprinttalk.schema.Additional |
createAdditional(double price,
int amount)
Create a new Additional Node which already contains the attributes Price and Amount.
|
org.cip4.lib.xprinttalk.schema.OrderStatusResponse |
createOrderStatusResponse(String businessID)
Create a new OrderStatusResponse Node which already contains the attribute BusinessID.
|
org.cip4.lib.xprinttalk.schema.PurchaseOrder |
createPurchaseOrder(String businessID,
String currency)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and BusinessRefID.
|
org.cip4.lib.xprinttalk.schema.PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
String businessRefID)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and XJDF.
|
org.cip4.lib.xprinttalk.schema.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.
|
org.cip4.lib.xprinttalk.schema.PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
org.cip4.lib.xjdf.schema.XJDF xjdf,
org.cip4.lib.xprinttalk.schema.Pricing pricing)
Create a new PurchaseOrder Node which already contains the attributes BusinessID, Currency and XJDF.
|
org.cip4.lib.xprinttalk.schema.PurchaseOrder |
createPurchaseOrder(String businessID,
String currency,
org.cip4.lib.xjdf.schema.XJDF xjdf,
String businessRefID,
org.cip4.lib.xprinttalk.schema.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, createTo
public org.cip4.lib.xprinttalk.schema.OrderStatusResponse createOrderStatusResponse(String businessID)
BusinessID
- Value of BusinessID attribute.public org.cip4.lib.xprinttalk.schema.PurchaseOrder createPurchaseOrder(String businessID, String currency)
BusinessID
- Value of BusinessID attribute.Currency
- Value of Currency attribute.public org.cip4.lib.xprinttalk.schema.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 org.cip4.lib.xprinttalk.schema.PurchaseOrder createPurchaseOrder(String businessID, String currency, org.cip4.lib.xjdf.schema.XJDF xjdf, org.cip4.lib.xprinttalk.schema.Pricing pricing)
BusinessID
- Value of BusinessID attribute.Currency
- Value of Currency attribute.XJDF
- XJDF Document.public org.cip4.lib.xprinttalk.schema.PurchaseOrder createPurchaseOrder(String businessID, String currency, String businessRefID)
BusinessID
- Value of BusinessID attribute.Currency
- Value of Currency attribute.BueinssRefID
- Value of BusinessRefID attribute.public org.cip4.lib.xprinttalk.schema.PurchaseOrder createPurchaseOrder(String businessID, String currency, org.cip4.lib.xjdf.schema.XJDF xjdf, String businessRefID, org.cip4.lib.xprinttalk.schema.Pricing pricing)
BusinessID
- Value of BusinessID attribute.Currency
- Value of Currency attribute.XJDF
- XJDF Document.BueinssRefID
- Value of BusinessRefID attribute.Pricing
- Pricing Node.public org.cip4.lib.xprinttalk.schema.Additional createAdditional(double price, int amount)
price
- Value of Price attribute.amount
- Value of amount attribute.Copyright © 2016. All rights reserved.