public class AutoCheckin 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="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WebUserID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="UDFID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="UDFValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuildingID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="RoomID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FloorID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="BookingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EventType" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
bookingDate |
protected int |
buildingID |
protected String |
emailAddress |
protected int |
eventType |
protected int |
floorID |
protected String |
password |
protected int |
roomID |
protected int |
udfid |
protected String |
udfValue |
protected String |
userName |
protected int |
webUserID |
| Constructor and Description |
|---|
AutoCheckin() |
| 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) |
XMLGregorianCalendar |
getBookingDate()
Gets the value of the bookingDate property.
|
int |
getBuildingID()
Gets the value of the buildingID property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
int |
getEventType()
Gets the value of the eventType property.
|
int |
getFloorID()
Gets the value of the floorID property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getRoomID()
Gets the value of the roomID property.
|
int |
getUDFID()
Gets the value of the udfid property.
|
String |
getUDFValue()
Gets the value of the udfValue property.
|
String |
getUserName()
Gets the value of the userName 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 |
setBookingDate(XMLGregorianCalendar value)
Sets the value of the bookingDate property.
|
void |
setBuildingID(int value)
Sets the value of the buildingID property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setEventType(int value)
Sets the value of the eventType property.
|
void |
setFloorID(int value)
Sets the value of the floorID property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRoomID(int value)
Sets the value of the roomID property.
|
void |
setUDFID(int value)
Sets the value of the udfid property.
|
void |
setUDFValue(String value)
Sets the value of the udfValue property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setWebUserID(int value)
Sets the value of the webUserID property.
|
String |
toString() |
protected String userName
protected String password
protected String emailAddress
protected int webUserID
protected int udfid
protected String udfValue
protected int buildingID
protected int roomID
protected int floorID
protected XMLGregorianCalendar bookingDate
protected int eventType
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic int getWebUserID()
public void setWebUserID(int value)
public int getUDFID()
public void setUDFID(int value)
public String getUDFValue()
Stringpublic void setUDFValue(String value)
value - allowed object is
Stringpublic int getBuildingID()
public void setBuildingID(int value)
public int getRoomID()
public void setRoomID(int value)
public int getFloorID()
public void setFloorID(int value)
public XMLGregorianCalendar getBookingDate()
XMLGregorianCalendarpublic void setBookingDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getEventType()
public void setEventType(int value)
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.ToStringpublic 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.ToStringpublic 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.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.