public class GetHVACBookings 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="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="Buildings" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/> <element name="Statuses" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/> <element name="EventTypes" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/> <element name="GroupTypes" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/> <element name="HVACZones" type="{http://DEA.EMS.API.Web.Service/}ArrayOfString" minOccurs="0"/> <element name="ViewComboRoomComponents" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ArrayOfInt |
buildings |
protected XMLGregorianCalendar |
endDate |
protected ArrayOfInt |
eventTypes |
protected ArrayOfInt |
groupTypes |
protected ArrayOfString |
hvacZones |
protected String |
password |
protected XMLGregorianCalendar |
startDate |
protected ArrayOfInt |
statuses |
protected String |
userName |
protected boolean |
viewComboRoomComponents |
Constructor and Description |
---|
GetHVACBookings() |
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) |
ArrayOfInt |
getBuildings()
Gets the value of the buildings property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
ArrayOfInt |
getEventTypes()
Gets the value of the eventTypes property.
|
ArrayOfInt |
getGroupTypes()
Gets the value of the groupTypes property.
|
ArrayOfString |
getHVACZones()
Gets the value of the hvacZones property.
|
String |
getPassword()
Gets the value of the password property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
ArrayOfInt |
getStatuses()
Gets the value of the statuses property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isViewComboRoomComponents()
Gets the value of the viewComboRoomComponents property.
|
void |
setBuildings(ArrayOfInt value)
Sets the value of the buildings property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setEventTypes(ArrayOfInt value)
Sets the value of the eventTypes property.
|
void |
setGroupTypes(ArrayOfInt value)
Sets the value of the groupTypes property.
|
void |
setHVACZones(ArrayOfString value)
Sets the value of the hvacZones property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setStatuses(ArrayOfInt value)
Sets the value of the statuses property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setViewComboRoomComponents(boolean value)
Sets the value of the viewComboRoomComponents property.
|
String |
toString() |
protected String userName
protected String password
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected ArrayOfInt buildings
protected ArrayOfInt statuses
protected ArrayOfInt eventTypes
protected ArrayOfInt groupTypes
protected ArrayOfString hvacZones
protected boolean viewComboRoomComponents
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 XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public ArrayOfInt getBuildings()
ArrayOfInt
public void setBuildings(ArrayOfInt value)
value
- allowed object is
ArrayOfInt
public ArrayOfInt getStatuses()
ArrayOfInt
public void setStatuses(ArrayOfInt value)
value
- allowed object is
ArrayOfInt
public ArrayOfInt getEventTypes()
ArrayOfInt
public void setEventTypes(ArrayOfInt value)
value
- allowed object is
ArrayOfInt
public ArrayOfInt getGroupTypes()
ArrayOfInt
public void setGroupTypes(ArrayOfInt value)
value
- allowed object is
ArrayOfInt
public ArrayOfString getHVACZones()
ArrayOfString
public void setHVACZones(ArrayOfString value)
value
- allowed object is
ArrayOfString
public boolean isViewComboRoomComponents()
public void setViewComboRoomComponents(boolean 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.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.