public abstract class RecurringAppointmentDeleteDtoBase extends AbstractDto
Java class for recurringAppointmentDeleteDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="recurringAppointmentDeleteDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="appointmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dateBegin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="deletionID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
appointmentID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateBegin |
protected java.lang.Integer |
deletionID |
Constructor and Description |
---|
RecurringAppointmentDeleteDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAppointmentID()
Gets the value of the appointmentID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateBegin()
Gets the value of the dateBegin property.
|
java.lang.Integer |
getDeletionID()
Gets the value of the deletionID property.
|
void |
setAppointmentID(java.lang.Integer value)
Sets the value of the appointmentID property.
|
void |
setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateBegin property.
|
void |
setDeletionID(java.lang.Integer value)
Sets the value of the deletionID property.
|
protected java.lang.Integer appointmentID
protected javax.xml.datatype.XMLGregorianCalendar dateBegin
protected java.lang.Integer deletionID
public java.lang.Integer getAppointmentID()
Integer
public void setAppointmentID(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getDateBegin()
XMLGregorianCalendar
public void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getDeletionID()
Integer
public void setDeletionID(java.lang.Integer value)
value
- allowed object is
Integer