public class Delete
extends java.lang.Object
Java class for delete complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="delete"> <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="dto" type="{http://entity.bullhorn.com/}abstractDto" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AbstractDto |
dto |
protected java.lang.String |
session |
Constructor and Description |
---|
Delete() |
Modifier and Type | Method and Description |
---|---|
AbstractDto |
getDto()
Gets the value of the dto property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setDto(AbstractDto value)
Sets the value of the dto property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected AbstractDto dto
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public AbstractDto getDto()
AbstractDto
public void setDto(AbstractDto value)
value
- allowed object is
AbstractDto