public class AddWebRequest 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="EventName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EventTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Fax" 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="BuildingID" 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="SetupTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SetupCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
bookingDate |
protected int |
buildingID |
protected String |
contact |
protected String |
emailAddress |
protected XMLGregorianCalendar |
endTime |
protected String |
eventName |
protected int |
eventTypeID |
protected String |
fax |
protected String |
groupName |
protected String |
notes |
protected String |
password |
protected String |
phone |
protected int |
roomID |
protected int |
setupCount |
protected int |
setupTypeID |
protected XMLGregorianCalendar |
startTime |
protected String |
userName |
protected int |
webUserID |
| Constructor and Description |
|---|
AddWebRequest() |
| 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 |
getContact()
Gets the value of the contact property.
|
String |
getEmailAddress()
Gets the value of the emailAddress 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.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getNotes()
Gets the value of the notes property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhone()
Gets the value of the phone property.
|
int |
getRoomID()
Gets the value of the roomID property.
|
int |
getSetupCount()
Gets the value of the setupCount property.
|
int |
getSetupTypeID()
Gets the value of the setupTypeID property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime 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 |
setContact(String value)
Sets the value of the contact property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress 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 |
setFax(String value)
Sets the value of the fax property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setRoomID(int value)
Sets the value of the roomID property.
|
void |
setSetupCount(int value)
Sets the value of the setupCount property.
|
void |
setSetupTypeID(int value)
Sets the value of the setupTypeID property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime 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 eventName
protected int eventTypeID
protected String groupName
protected String contact
protected String phone
protected String fax
protected String emailAddress
protected int webUserID
protected int buildingID
protected int roomID
protected XMLGregorianCalendar bookingDate
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
protected int setupTypeID
protected int setupCount
protected String notes
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 getEventName()
Stringpublic void setEventName(String value)
value - allowed object is
Stringpublic int getEventTypeID()
public void setEventTypeID(int value)
public String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic String getContact()
Stringpublic void setContact(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getFax()
Stringpublic void setFax(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 getBuildingID()
public void setBuildingID(int value)
public int getRoomID()
public void setRoomID(int value)
public XMLGregorianCalendar getBookingDate()
XMLGregorianCalendarpublic void setBookingDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getSetupTypeID()
public void setSetupTypeID(int value)
public int getSetupCount()
public void setSetupCount(int value)
public String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic 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.