public class AddReservation4 extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GroupID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="RoomID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="BookingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EventName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StatusID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="EventTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="WebUserID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="WebTemplateID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ReservationSourceID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="BillingReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
billingReference |
protected XMLGregorianCalendar |
bookingDate |
protected XMLGregorianCalendar |
endTime |
protected String |
eventName |
protected int |
eventTypeID |
protected int |
groupID |
protected String |
password |
protected int |
reservationSourceID |
protected int |
roomID |
protected XMLGregorianCalendar |
startTime |
protected int |
statusID |
protected String |
userName |
protected int |
webTemplateID |
protected int |
webUserID |
Constructor and Description |
---|
AddReservation4() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getBillingReference()
Gets the value of the billingReference property.
|
XMLGregorianCalendar |
getBookingDate()
Gets the value of the bookingDate property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
String |
getEventName()
Gets the value of the eventName property.
|
int |
getEventTypeID()
Gets the value of the eventTypeID property.
|
int |
getGroupID()
Gets the value of the groupID property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getReservationSourceID()
Gets the value of the reservationSourceID property.
|
int |
getRoomID()
Gets the value of the roomID property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
int |
getStatusID()
Gets the value of the statusID property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
getWebTemplateID()
Gets the value of the webTemplateID property.
|
int |
getWebUserID()
Gets the value of the webUserID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBillingReference(String value)
Sets the value of the billingReference property.
|
void |
setBookingDate(XMLGregorianCalendar value)
Sets the value of the bookingDate property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setEventName(String value)
Sets the value of the eventName property.
|
void |
setEventTypeID(int value)
Sets the value of the eventTypeID property.
|
void |
setGroupID(int value)
Sets the value of the groupID property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setReservationSourceID(int value)
Sets the value of the reservationSourceID property.
|
void |
setRoomID(int value)
Sets the value of the roomID property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStatusID(int value)
Sets the value of the statusID property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setWebTemplateID(int value)
Sets the value of the webTemplateID property.
|
void |
setWebUserID(int value)
Sets the value of the webUserID property.
|
String |
toString() |
protected String userName
protected String password
protected int groupID
protected int roomID
protected XMLGregorianCalendar bookingDate
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
protected String eventName
protected int statusID
protected int eventTypeID
protected int webUserID
protected int webTemplateID
protected int reservationSourceID
protected String billingReference
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public int getGroupID()
public void setGroupID(int value)
public int getRoomID()
public void setRoomID(int value)
public XMLGregorianCalendar getBookingDate()
XMLGregorianCalendar
public void setBookingDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndTime()
XMLGregorianCalendar
public void setEndTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getEventName()
String
public void setEventName(String value)
value
- allowed object is
String
public int getStatusID()
public void setStatusID(int value)
public int getEventTypeID()
public void setEventTypeID(int value)
public int getWebUserID()
public void setWebUserID(int value)
public int getWebTemplateID()
public void setWebTemplateID(int value)
public int getReservationSourceID()
public void setReservationSourceID(int value)
public String getBillingReference()
String
public void setBillingReference(String value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.