| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
CustomerInfo |
XJdfNodeFactory.createCustomerInfo(String customerID)
Create a new CustomerInfo Node which already contains values for attribute CustomerID.
|
CustomerInfo |
XJdfNodeFactory.createCustomerInfo(String customerID,
String customerOrderID)
Create a new CustomerInfo Node which already contains values for attribute CustomerID.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerInfo |
ObjectFactory.createCustomerInfo()
Create an instance of
CustomerInfo |
CustomerInfo |
CustomerInfo.withBillingCode(String value) |
CustomerInfo |
CustomerInfo.withContact(Collection<Contact> values) |
CustomerInfo |
CustomerInfo.withContact(Contact... values) |
CustomerInfo |
CustomerInfo.withCustomerID(String value) |
CustomerInfo |
CustomerInfo.withCustomerJobName(String value) |
CustomerInfo |
CustomerInfo.withCustomerMessage(Collection<CustomerMessage> values) |
CustomerInfo |
CustomerInfo.withCustomerMessage(CustomerMessage... values) |
CustomerInfo |
CustomerInfo.withCustomerOrderID(String value) |
CustomerInfo |
CustomerInfo.withCustomerProjectID(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CustomerInfo> |
ObjectFactory.createCustomerInfo(CustomerInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CustomerInfo> |
ObjectFactory.createCustomerInfo(CustomerInfo value)
|
Copyright © 2016. All rights reserved.