public abstract class AppointmentAttendeeDtoBase extends AbstractDto
Java class for appointmentAttendeeDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="appointmentAttendeeDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="acceptanceStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="appointmentAttendeeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="appointmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="attendeeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
acceptanceStatus |
protected java.lang.Integer |
appointmentAttendeeID |
protected java.lang.Integer |
appointmentID |
protected java.lang.Integer |
attendeeID |
protected java.lang.String |
migrateGUID |
| Constructor and Description |
|---|
AppointmentAttendeeDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAcceptanceStatus()
Gets the value of the acceptanceStatus property.
|
java.lang.Integer |
getAppointmentAttendeeID()
Gets the value of the appointmentAttendeeID property.
|
java.lang.Integer |
getAppointmentID()
Gets the value of the appointmentID property.
|
java.lang.Integer |
getAttendeeID()
Gets the value of the attendeeID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
void |
setAcceptanceStatus(java.lang.Integer value)
Sets the value of the acceptanceStatus property.
|
void |
setAppointmentAttendeeID(java.lang.Integer value)
Sets the value of the appointmentAttendeeID property.
|
void |
setAppointmentID(java.lang.Integer value)
Sets the value of the appointmentID property.
|
void |
setAttendeeID(java.lang.Integer value)
Sets the value of the attendeeID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
protected java.lang.Integer acceptanceStatus
protected java.lang.Integer appointmentAttendeeID
protected java.lang.Integer appointmentID
protected java.lang.Integer attendeeID
protected java.lang.String migrateGUID
public java.lang.Integer getAcceptanceStatus()
Integerpublic void setAcceptanceStatus(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getAppointmentAttendeeID()
Integerpublic void setAppointmentAttendeeID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getAppointmentID()
Integerpublic void setAppointmentID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getAttendeeID()
Integerpublic void setAttendeeID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
String