public class GetRoomsAvailable2 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="BuildingID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="RoomTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="FloorID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="WebProcessTemplates" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/> <element name="StartDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EndDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
buildingID |
protected XMLGregorianCalendar |
endDateTime |
protected int |
floorID |
protected String |
password |
protected int |
roomTypeID |
protected XMLGregorianCalendar |
startDateTime |
protected String |
userName |
protected ArrayOfInt |
webProcessTemplates |
Constructor and Description |
---|
GetRoomsAvailable2() |
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) |
int |
getBuildingID()
Gets the value of the buildingID property.
|
XMLGregorianCalendar |
getEndDateTime()
Gets the value of the endDateTime property.
|
int |
getFloorID()
Gets the value of the floorID property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getRoomTypeID()
Gets the value of the roomTypeID property.
|
XMLGregorianCalendar |
getStartDateTime()
Gets the value of the startDateTime property.
|
String |
getUserName()
Gets the value of the userName property.
|
ArrayOfInt |
getWebProcessTemplates()
Gets the value of the webProcessTemplates property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBuildingID(int value)
Sets the value of the buildingID property.
|
void |
setEndDateTime(XMLGregorianCalendar value)
Sets the value of the endDateTime property.
|
void |
setFloorID(int value)
Sets the value of the floorID property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRoomTypeID(int value)
Sets the value of the roomTypeID property.
|
void |
setStartDateTime(XMLGregorianCalendar value)
Sets the value of the startDateTime property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setWebProcessTemplates(ArrayOfInt value)
Sets the value of the webProcessTemplates property.
|
String |
toString() |
protected String userName
protected String password
protected int buildingID
protected int roomTypeID
protected int floorID
protected ArrayOfInt webProcessTemplates
protected XMLGregorianCalendar startDateTime
protected XMLGregorianCalendar endDateTime
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 getBuildingID()
public void setBuildingID(int value)
public int getRoomTypeID()
public void setRoomTypeID(int value)
public int getFloorID()
public void setFloorID(int value)
public ArrayOfInt getWebProcessTemplates()
ArrayOfInt
public void setWebProcessTemplates(ArrayOfInt value)
value
- allowed object is
ArrayOfInt
public XMLGregorianCalendar getStartDateTime()
XMLGregorianCalendar
public void setStartDateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndDateTime()
XMLGregorianCalendar
public void setEndDateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
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.