| Package | Description |
|---|---|
| org.cip4.lib.xprinttalk.builder | |
| org.cip4.lib.xprinttalk.schema |
| Modifier and Type | Method and Description |
|---|---|
Price |
PricingBuilder.appendPrice(String descriptiveName,
double price)
Create a new Price object and append to Pricing node.
|
Price |
PricingBuilder.appendPrice(org.cip4.lib.xjdf.schema.XJDF xjdf,
double price)
Create a new Price node and append to Pricing node and references the XJDF.
|
Price |
PricingBuilder.appendPrice(org.cip4.lib.xjdf.schema.XJDF xjdf,
double price,
String descriptiveName)
Create a new Price node and append to Pricing node and references the XJDF.
|
Price |
PricingBuilder.appendTotalPrice()
This method automatically creates a total over all Price Items.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Price> |
Pricing.price |
| Modifier and Type | Method and Description |
|---|---|
Price |
ObjectFactory.createPrice()
Create an instance of
Price |
Price |
Price.withAdditional(Additional... values) |
Price |
Price.withAdditional(Collection<Additional> values) |
Price |
Price.withAmount(Double value) |
Price |
Price.withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Price |
Price.withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Price |
Price.withDescriptiveName(String value) |
Price |
Price.withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Price |
Price.withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Price |
Price.withItemRefs(Collection<String> values) |
Price |
Price.withItemRefs(String... values) |
Price |
Price.withLineID(String value) |
Price |
Price.withLineIDRefs(Collection<String> values) |
Price |
Price.withLineIDRefs(String... values) |
Price |
Price.withPrice(Double value) |
Price |
Price.withUnit(String value) |
Price |
Price.withUnitPrice(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<Price> |
Pricing.getPrice()
Gets the value of the price property.
|
| Modifier and Type | Method and Description |
|---|---|
Pricing |
Pricing.withPrice(Price... values) |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
Pricing.withPrice(Collection<Price> values) |
Copyright © 2016. All rights reserved.