public class FileHistoryContactData extends Object
Java class for fileHistoryContactData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileHistoryContactData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fileContactType" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}fileContactType" minOccurs="0"/> <element name="fileId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="structureName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
contactNumber |
protected FileContactType |
fileContactType |
protected long |
fileId |
protected String |
name |
protected String |
structureName |
Constructor and Description |
---|
FileHistoryContactData() |
Modifier and Type | Method and Description |
---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
FileContactType |
getFileContactType()
Gets the value of the fileContactType property.
|
long |
getFileId()
Gets the value of the fileId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStructureName()
Gets the value of the structureName property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setFileContactType(FileContactType value)
Sets the value of the fileContactType property.
|
void |
setFileId(long value)
Sets the value of the fileId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStructureName(String value)
Sets the value of the structureName property.
|
protected String contactNumber
protected FileContactType fileContactType
protected long fileId
protected String name
protected String structureName
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public FileContactType getFileContactType()
FileContactType
public void setFileContactType(FileContactType value)
value
- allowed object is
FileContactType
public long getFileId()
public void setFileId(long value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getStructureName()
String
Copyright © 2021. All rights reserved.