public class UpdateFile
extends java.lang.Object
Java class for updateFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateFile"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="fileMetaData" type="{http://meta.apiservice.bullhorn.com/}fileMeta" minOccurs="0"/> <element name="fileId" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="fileContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
entityId |
protected java.lang.String |
entityName |
protected javax.activation.DataHandler |
fileContent |
protected java.lang.Object |
fileId |
protected FileMeta |
fileMetaData |
protected java.lang.String |
session |
Constructor and Description |
---|
UpdateFile() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEntityId()
Gets the value of the entityId property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
javax.activation.DataHandler |
getFileContent()
Gets the value of the fileContent property.
|
java.lang.Object |
getFileId()
Gets the value of the fileId property.
|
FileMeta |
getFileMetaData()
Gets the value of the fileMetaData property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setEntityId(java.lang.Object value)
Sets the value of the entityId property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setFileContent(javax.activation.DataHandler value)
Sets the value of the fileContent property.
|
void |
setFileId(java.lang.Object value)
Sets the value of the fileId property.
|
void |
setFileMetaData(FileMeta value)
Sets the value of the fileMetaData property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected java.lang.String entityName
protected java.lang.Object entityId
protected FileMeta fileMetaData
protected java.lang.Object fileId
protected javax.activation.DataHandler fileContent
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityName()
String
public void setEntityName(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getEntityId()
Object
public void setEntityId(java.lang.Object value)
value
- allowed object is
Object
public FileMeta getFileMetaData()
FileMeta
public void setFileMetaData(FileMeta value)
value
- allowed object is
FileMeta
public java.lang.Object getFileId()
Object
public void setFileId(java.lang.Object value)
value
- allowed object is
Object
public javax.activation.DataHandler getFileContent()
DataHandler
public void setFileContent(javax.activation.DataHandler value)
value
- allowed object is
DataHandler