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()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic FileContactType getFileContactType()
FileContactTypepublic void setFileContactType(FileContactType value)
value - allowed object is
FileContactTypepublic long getFileId()
public void setFileId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStructureName()
StringCopyright © 2021. All rights reserved.