| Package | Description |
|---|---|
| org.cip4.lib.xprinttalk | |
| org.cip4.lib.xprinttalk.schema |
| Modifier and Type | Method and Description |
|---|---|
PurchaseOrder |
PrintTalkNodeFactory.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 |
PrintTalkNodeFactory.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Pricing |
QuoteType.pricing |
protected Pricing |
PurchaseOrder.pricing |
protected Pricing |
Invoice.pricing |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
ObjectFactory.createPricing()
Create an instance of
Pricing |
Pricing |
QuoteType.getPricing()
Gets the value of the pricing property.
|
Pricing |
PurchaseOrder.getPricing()
Gets the value of the pricing property.
|
Pricing |
Invoice.getPricing()
Gets the value of the pricing property.
|
Pricing |
Pricing.withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Pricing |
Pricing.withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Pricing |
Pricing.withDescriptiveName(String value) |
Pricing |
Pricing.withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Pricing |
Pricing.withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Pricing |
Pricing.withPayment(Payment value) |
Pricing |
Pricing.withPrice(Collection<Price> values) |
Pricing |
Pricing.withPrice(Price... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuoteType.setPricing(Pricing value)
Sets the value of the pricing property.
|
void |
PurchaseOrder.setPricing(Pricing value)
Sets the value of the pricing property.
|
void |
Invoice.setPricing(Pricing value)
Sets the value of the pricing property.
|
QuoteType |
QuoteType.withPricing(Pricing value) |
PurchaseOrder |
PurchaseOrder.withPricing(Pricing value) |
Invoice |
Invoice.withPricing(Pricing value) |
Copyright © 2016. All rights reserved.