public class Party extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Party.PartySubIDs
List of party sub identifiers
|
Constructor and Description |
---|
Party()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPartyID() |
PartyIDSource |
getPartyIDSource() |
PartyRole |
getPartyRole() |
Party.PartySubIDs |
getPartySubIDs() |
void |
setPartyID(String value) |
void |
setPartyIDSource(PartyIDSource value) |
void |
setPartyRole(PartyRole value) |
public final String getPartyID()
public final void setPartyID(String value)
value
- party identifier/code. See PartyRole (452) below.public final PartyIDSource getPartyIDSource()
public final void setPartyIDSource(PartyIDSource value)
value
- the source of PartyID value..public final PartyRole getPartyRole()
public final void setPartyRole(PartyRole value)
value
- the type or role of the PartyID (448) specified.public final Party.PartySubIDs getPartySubIDs()
Copyright © 2014–2025 Onix Solutions. All rights reserved.