public class Parties extends GenericModel
| 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 | 
getParty()
Gets the party. 
 | 
java.lang.String | 
getRole()
Gets the role. 
 | 
equals, hashCode, toStringpublic java.lang.String getParty()
public java.lang.String getRole()
public java.util.List<Address> getAddresses()
public java.util.List<Contact> getContacts()