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()
Boolean
public void setBiller(Boolean value)
value
- allowed object is
Boolean
public String getFileOwnerContactNumber()
String
public void setFileOwnerContactNumber(String value)
value
- allowed object is
String
public Boolean isPurchaser()
Boolean
public void setPurchaser(Boolean value)
value
- allowed object is
Boolean
public Boolean isShippingContact()
Boolean
Copyright © 2021. All rights reserved.