public class ReceiptContact
extends java.lang.Object
| Constructor and Description |
|---|
ReceiptContact(ReceiptContactType receiptContactType) |
ReceiptContact(ReceiptContactType receiptContactType,
java.lang.String contactName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEmailAddress(java.lang.String emailAddress)
Sets the EmailAddress.
|
void |
addTelephoneNumber(java.lang.String telephoneNumber)
Sets the TelephoneNumber.
|
java.lang.String |
getContact()
Gets and sets the Name of contact person or department.
|
java.lang.String |
getContactName() |
java.lang.String |
getEmailAddress()
Gets the EmailAddress.
|
ReceiptContactType |
getReceiptContactType()
Gets the ContactTypeIdentifier.
|
java.lang.String |
getTelephoneNumber()
Gets the TelephoneNumber.
|
void |
setContactName(java.lang.String contact) |
void |
setReceiptContactType(ReceiptContactType receiptContactType)
Sets the DocumentOwnerContactType.
|
public ReceiptContact(ReceiptContactType receiptContactType)
public ReceiptContact(ReceiptContactType receiptContactType, java.lang.String contactName)
public ReceiptContactType getReceiptContactType()
public void setReceiptContactType(ReceiptContactType receiptContactType)
receiptContactType - public java.lang.String getContactName()
public void setContactName(java.lang.String contact)
public java.lang.String getEmailAddress()
public void addEmailAddress(java.lang.String emailAddress)
emailAddress - public java.lang.String getContact()
public java.lang.String getTelephoneNumber()
public void addTelephoneNumber(java.lang.String telephoneNumber)
telephoneNumber -