public class Parties
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Parties.Importance
A string that identifies the importance of the party.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Address> |
addresses |
protected java.util.List<Contact> |
contacts |
protected java.lang.String |
importance |
protected java.util.List<Mention> |
mentions |
protected java.lang.String |
party |
protected java.lang.String |
role |
Constructor and Description |
---|
Parties() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
getAddresses()
Gets the addresses.
|
java.util.List<Contact> |
getContacts()
Gets the contacts.
|
java.lang.String |
getImportance()
Gets the importance.
|
java.util.List<Mention> |
getMentions()
Gets the mentions.
|
java.lang.String |
getParty()
Gets the party.
|
java.lang.String |
getRole()
Gets the role.
|
protected java.lang.String party
protected java.lang.String role
protected java.lang.String importance
protected java.util.List<Address> addresses
protected java.util.List<Contact> contacts
protected java.util.List<Mention> mentions
public java.lang.String getParty()
The normalized form of the party's name.
public java.lang.String getRole()
A string identifying the party's role.
public java.lang.String getImportance()
A string that identifies the importance of the party.
public java.util.List<Address> getAddresses()
A list of the party's address or addresses.
public java.util.List<Contact> getContacts()
A list of the names and roles of contacts identified in the input document.
public java.util.List<Mention> getMentions()
A list of the party's mentions in the input document.