public class DeletePatientRequest
extends java.lang.Object
The parameters are : (name [type] description)
Java class for deletePatientRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deletePatientRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serverSessionId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
deptId |
protected long |
patientId |
protected long |
serverSessionId |
Constructor and Description |
---|
DeletePatientRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getDeptId() |
long |
getPatientId()
Gets the value of the patientId property.
|
long |
getServerSessionId()
Gets the value of the serverSessionId property.
|
void |
setDeptId(java.lang.Long deptId) |
void |
setPatientId(long value)
Sets the value of the patientId property.
|
void |
setServerSessionId(long value)
Sets the value of the serverSessionId property.
|
protected long serverSessionId
protected long patientId
protected java.lang.Long deptId
public long getServerSessionId()
public void setServerSessionId(long value)
public long getPatientId()
public void setPatientId(long value)
public java.lang.Long getDeptId()
public void setDeptId(java.lang.Long deptId)