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()
Integer
public void setAppointmentID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getAppointmentUUID()
String
public void setAppointmentUUID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCandidateReferenceID()
Integer
public void setCandidateReferenceID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getClientContactReferenceID()
Integer
public void setClientContactReferenceID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCommunicationMethod()
String
public void setCommunicationMethod(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateBegin()
XMLGregorianCalendar
public void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendar
public void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsAllDay()
Boolean
public void setIsAllDay(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsPrivate()
Boolean
public void setIsPrivate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getJobOrderID()
Integer
public void setJobOrderID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getNotificationMinutes()
Integer
public void setNotificationMinutes(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getParentAppointmentID()
Integer
public void setParentAppointmentID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPlacementID()
Integer
public void setPlacementID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceDayBits()
Integer
public void setRecurrenceDayBits(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceFrequency()
Integer
public void setRecurrenceFrequency(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceMax()
Integer
public void setRecurrenceMax(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceMonthBits()
Integer
public void setRecurrenceMonthBits(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getRecurrenceStyle()
String
public void setRecurrenceStyle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRecurrenceType()
String
public void setRecurrenceType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShowTimeAs()
String
public void setShowTimeAs(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeZoneID()
String
public void setTimeZoneID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String