| Package | Description |
|---|---|
| org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PartyId> |
To.partyIds |
protected java.util.List<PartyId> |
From.partyIds |
| Modifier and Type | Method and Description |
|---|---|
PartyId |
ObjectFactory.createPartyId()
Create an instance of
PartyId |
PartyId |
PartyId.withType(java.lang.String value) |
PartyId |
PartyId.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PartyId> |
To.getPartyIds()
Gets the value of the partyIds property.
|
java.util.List<PartyId> |
From.getPartyIds()
Gets the value of the partyIds property.
|
| Modifier and Type | Method and Description |
|---|---|
To |
To.withPartyIds(PartyId... values) |
From |
From.withPartyIds(PartyId... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
To.setPartyIds(java.util.List<PartyId> value) |
void |
From.setPartyIds(java.util.List<PartyId> value) |
To |
To.withPartyIds(java.util.Collection<PartyId> values) |
From |
From.withPartyIds(java.util.Collection<PartyId> values) |
To |
To.withPartyIds(java.util.List<PartyId> value) |
From |
From.withPartyIds(java.util.List<PartyId> value) |
| Constructor and Description |
|---|
From(java.util.List<PartyId> partyIds,
java.lang.String role)
Fully-initialising value constructor
|
To(java.util.List<PartyId> partyIds,
java.lang.String role)
Fully-initialising value constructor
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.