public class FileInfoType extends Object
Java class for FileInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FileID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="FileType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="File-Hash" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
fileHash |
protected String |
fileID |
protected String |
fileType |
| Constructor and Description |
|---|
FileInfoType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFileHash()
Gets the value of the fileHash property.
|
String |
getFileID()
Gets the value of the fileID property.
|
String |
getFileType()
Gets the value of the fileType property.
|
void |
setFileHash(byte[] value)
Sets the value of the fileHash property.
|
void |
setFileID(String value)
Sets the value of the fileID property.
|
void |
setFileType(String value)
Sets the value of the fileType property.
|
protected String fileID
protected String fileType
protected byte[] fileHash
public String getFileID()
Stringpublic void setFileID(String value)
value - allowed object is Stringpublic String getFileType()
Stringpublic void setFileType(String value)
value - allowed object is Stringpublic byte[] getFileHash()
public void setFileHash(byte[] value)
value - allowed object is byte[]Copyright © 2014–2019. All rights reserved.