public abstract class AppointmentDtoBase extends AbstractDto
Java class for appointmentDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="appointmentDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="appointmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="appointmentUUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="candidateReferenceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="clientContactReferenceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="communicationMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateBegin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isAllDay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="jobOrderID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="notificationMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="parentAppointmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceDayBits" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceFrequency" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceMax" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceMonthBits" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recurrenceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="showTimeAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeZoneID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
appointmentID |
protected java.lang.String |
appointmentUUID |
protected java.lang.Integer |
candidateReferenceID |
protected java.lang.Integer |
clientContactReferenceID |
protected java.lang.String |
communicationMethod |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateBegin |
protected javax.xml.datatype.XMLGregorianCalendar |
dateEnd |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
description |
protected java.lang.Boolean |
isAllDay |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isPrivate |
protected java.lang.Integer |
jobOrderID |
protected java.lang.String |
location |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
notificationMinutes |
protected java.lang.Integer |
ownerID |
protected java.lang.Integer |
parentAppointmentID |
protected java.lang.Integer |
placementID |
protected java.lang.Integer |
recurrenceDayBits |
protected java.lang.Integer |
recurrenceFrequency |
protected java.lang.Integer |
recurrenceMax |
protected java.lang.Integer |
recurrenceMonthBits |
protected java.lang.String |
recurrenceStyle |
protected java.lang.String |
recurrenceType |
protected java.lang.String |
showTimeAs |
protected java.lang.String |
subject |
protected java.lang.String |
timeZoneID |
protected java.lang.String |
type |
| Constructor and Description |
|---|
AppointmentDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAppointmentID()
Gets the value of the appointmentID property.
|
java.lang.String |
getAppointmentUUID()
Gets the value of the appointmentUUID property.
|
java.lang.Integer |
getCandidateReferenceID()
Gets the value of the candidateReferenceID property.
|
java.lang.Integer |
getClientContactReferenceID()
Gets the value of the clientContactReferenceID property.
|
java.lang.String |
getCommunicationMethod()
Gets the value of the communicationMethod property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateBegin()
Gets the value of the dateBegin property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateEnd()
Gets the value of the dateEnd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Integer |
getJobOrderID()
Gets the value of the jobOrderID property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getNotificationMinutes()
Gets the value of the notificationMinutes property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.Integer |
getParentAppointmentID()
Gets the value of the parentAppointmentID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.lang.Integer |
getRecurrenceDayBits()
Gets the value of the recurrenceDayBits property.
|
java.lang.Integer |
getRecurrenceFrequency()
Gets the value of the recurrenceFrequency property.
|
java.lang.Integer |
getRecurrenceMax()
Gets the value of the recurrenceMax property.
|
java.lang.Integer |
getRecurrenceMonthBits()
Gets the value of the recurrenceMonthBits property.
|
java.lang.String |
getRecurrenceStyle()
Gets the value of the recurrenceStyle property.
|
java.lang.String |
getRecurrenceType()
Gets the value of the recurrenceType property.
|
java.lang.String |
getShowTimeAs()
Gets the value of the showTimeAs property.
|
java.lang.String |
getSubject()
Gets the value of the subject property.
|
java.lang.String |
getTimeZoneID()
Gets the value of the timeZoneID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isIsAllDay()
Gets the value of the isAllDay property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsPrivate()
Gets the value of the isPrivate property.
|
void |
setAppointmentID(java.lang.Integer value)
Sets the value of the appointmentID property.
|
void |
setAppointmentUUID(java.lang.String value)
Sets the value of the appointmentUUID property.
|
void |
setCandidateReferenceID(java.lang.Integer value)
Sets the value of the candidateReferenceID property.
|
void |
setClientContactReferenceID(java.lang.Integer value)
Sets the value of the clientContactReferenceID property.
|
void |
setCommunicationMethod(java.lang.String value)
Sets the value of the communicationMethod property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateBegin property.
|
void |
setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateEnd property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setIsAllDay(java.lang.Boolean value)
Sets the value of the isAllDay property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsPrivate(java.lang.Boolean value)
Sets the value of the isPrivate property.
|
void |
setJobOrderID(java.lang.Integer value)
Sets the value of the jobOrderID property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setNotificationMinutes(java.lang.Integer value)
Sets the value of the notificationMinutes property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setParentAppointmentID(java.lang.Integer value)
Sets the value of the parentAppointmentID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setRecurrenceDayBits(java.lang.Integer value)
Sets the value of the recurrenceDayBits property.
|
void |
setRecurrenceFrequency(java.lang.Integer value)
Sets the value of the recurrenceFrequency property.
|
void |
setRecurrenceMax(java.lang.Integer value)
Sets the value of the recurrenceMax property.
|
void |
setRecurrenceMonthBits(java.lang.Integer value)
Sets the value of the recurrenceMonthBits property.
|
void |
setRecurrenceStyle(java.lang.String value)
Sets the value of the recurrenceStyle property.
|
void |
setRecurrenceType(java.lang.String value)
Sets the value of the recurrenceType property.
|
void |
setShowTimeAs(java.lang.String value)
Sets the value of the showTimeAs property.
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property.
|
void |
setTimeZoneID(java.lang.String value)
Sets the value of the timeZoneID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.Integer appointmentID
protected java.lang.String appointmentUUID
protected java.lang.Integer candidateReferenceID
protected java.lang.Integer clientContactReferenceID
protected java.lang.String communicationMethod
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateBegin
protected javax.xml.datatype.XMLGregorianCalendar dateEnd
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String description
protected java.lang.Boolean isAllDay
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isPrivate
protected java.lang.Integer jobOrderID
protected java.lang.String location
protected java.lang.String migrateGUID
protected java.lang.Integer notificationMinutes
protected java.lang.Integer ownerID
protected java.lang.Integer parentAppointmentID
protected java.lang.Integer placementID
protected java.lang.Integer recurrenceDayBits
protected java.lang.Integer recurrenceFrequency
protected java.lang.Integer recurrenceMax
protected java.lang.Integer recurrenceMonthBits
protected java.lang.String recurrenceStyle
protected java.lang.String recurrenceType
protected java.lang.String showTimeAs
protected java.lang.String subject
protected java.lang.String timeZoneID
protected java.lang.String type
public java.lang.Integer getAppointmentID()
Integerpublic void setAppointmentID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getAppointmentUUID()
Stringpublic void setAppointmentUUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCandidateReferenceID()
Integerpublic void setCandidateReferenceID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getClientContactReferenceID()
Integerpublic void setClientContactReferenceID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCommunicationMethod()
Stringpublic void setCommunicationMethod(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateBegin()
XMLGregorianCalendarpublic void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendarpublic void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsAllDay()
Booleanpublic void setIsAllDay(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsPrivate()
Booleanpublic void setIsPrivate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getJobOrderID()
Integerpublic void setJobOrderID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getNotificationMinutes()
Integerpublic void setNotificationMinutes(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getParentAppointmentID()
Integerpublic void setParentAppointmentID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceDayBits()
Integerpublic void setRecurrenceDayBits(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceFrequency()
Integerpublic void setRecurrenceFrequency(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceMax()
Integerpublic void setRecurrenceMax(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceMonthBits()
Integerpublic void setRecurrenceMonthBits(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getRecurrenceStyle()
Stringpublic void setRecurrenceStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecurrenceType()
Stringpublic void setRecurrenceType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShowTimeAs()
Stringpublic void setShowTimeAs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeZoneID()
Stringpublic void setTimeZoneID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String