public class ContactFileHistoryCriteria extends Object implements Serializable
Java class for contactFileHistoryCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
biller |
protected String |
fileOwnerContactNumber |
protected Boolean |
purchaser |
protected Boolean |
shippingContact |
| Constructor and Description |
|---|
ContactFileHistoryCriteria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileOwnerContactNumber()
Gets the value of the fileOwnerContactNumber property.
|
Boolean |
isBiller()
Gets the value of the biller property.
|
Boolean |
isPurchaser()
Gets the value of the purchaser property.
|
Boolean |
isShippingContact()
Gets the value of the shippingContact property.
|
void |
setBiller(Boolean value)
Sets the value of the biller property.
|
void |
setFileOwnerContactNumber(String value)
Sets the value of the fileOwnerContactNumber property.
|
void |
setPurchaser(Boolean value)
Sets the value of the purchaser property.
|
void |
setShippingContact(Boolean value)
Sets the value of the shippingContact property.
|
protected Boolean biller
protected String fileOwnerContactNumber
protected Boolean purchaser
protected Boolean shippingContact
public Boolean isBiller()
Booleanpublic void setBiller(Boolean value)
value - allowed object is
Booleanpublic String getFileOwnerContactNumber()
Stringpublic void setFileOwnerContactNumber(String value)
value - allowed object is
Stringpublic Boolean isPurchaser()
Booleanpublic void setPurchaser(Boolean value)
value - allowed object is
Booleanpublic Boolean isShippingContact()
BooleanCopyright © 2021. All rights reserved.