| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected List<ComChannel> |
Person.comChannel |
protected List<ComChannel> |
CustomerMessage.comChannel |
protected List<ComChannel> |
Contact.comChannel |
| Modifier and Type | Method and Description |
|---|---|
ComChannel |
ObjectFactory.createComChannel()
Create an instance of
ComChannel |
ComChannel |
ComChannel.withChannelType(String value) |
ComChannel |
ComChannel.withChannelTypeDetails(String value) |
ComChannel |
ComChannel.withChannelUsage(Collection<String> values) |
ComChannel |
ComChannel.withChannelUsage(String... values) |
ComChannel |
ComChannel.withLocator(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ComChannel> |
ObjectFactory.createComChannel(ComChannel value)
|
List<ComChannel> |
Person.getComChannel()
Gets the value of the comChannel property.
|
List<ComChannel> |
CustomerMessage.getComChannel()
Gets the value of the comChannel property.
|
List<ComChannel> |
Contact.getComChannel()
Gets the value of the comChannel property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ComChannel> |
ObjectFactory.createComChannel(ComChannel value)
|
Person |
Person.withComChannel(ComChannel... values) |
CustomerMessage |
CustomerMessage.withComChannel(ComChannel... values) |
Contact |
Contact.withComChannel(ComChannel... values) |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.withComChannel(Collection<ComChannel> values) |
CustomerMessage |
CustomerMessage.withComChannel(Collection<ComChannel> values) |
Contact |
Contact.withComChannel(Collection<ComChannel> values) |
Copyright © 2016. All rights reserved.