public class FileHistoryContactSearch extends Object
Java class for fileHistoryContactSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileHistoryContactSearch"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="fileOwnerContactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Date |
endDate |
protected String |
fileOwnerContactNumber |
protected Date |
startDate |
Constructor and Description |
---|
FileHistoryContactSearch() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Gets the value of the endDate property.
|
String |
getFileOwnerContactNumber()
Gets the value of the fileOwnerContactNumber property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setFileOwnerContactNumber(String value)
Sets the value of the fileOwnerContactNumber property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
protected Date endDate
protected String fileOwnerContactNumber
protected Date startDate
public Date getEndDate()
Date
public void setEndDate(Date value)
value
- allowed object is
Date
public String getFileOwnerContactNumber()
String
public void setFileOwnerContactNumber(String value)
value
- allowed object is
String
public Date getStartDate()
Date
Copyright © 2021. All rights reserved.