public class DeleteFile
extends java.lang.Object
Java class for deleteFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteFile"> <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="fileId" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
entityId |
protected java.lang.String |
entityName |
protected java.lang.Object |
fileId |
protected java.lang.String |
session |
Constructor and Description |
---|
DeleteFile() |
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.
|
java.lang.Object |
getFileId()
Gets the value of the fileId 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 |
setFileId(java.lang.Object value)
Sets the value of the fileId 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 java.lang.Object fileId
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 java.lang.Object getFileId()
Object
public void setFileId(java.lang.Object value)
value
- allowed object is
Object