public class EMSRoom 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 EMSRoom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSRoom">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Room" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Building" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Floor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Classification" 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="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RoomSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SetupHours" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="TeardownHours" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="HVACZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BuildingID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExternalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DisplayOnWeb" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
building |
protected Integer |
buildingID |
protected String |
classification |
protected String |
description |
protected Boolean |
displayOnWeb |
protected String |
externalReference |
protected String |
floor |
protected String |
hvacZone |
protected Integer |
id |
protected String |
notes |
protected String |
phone |
protected String |
room |
protected Integer |
roomSize |
protected BigDecimal |
setupHours |
protected BigDecimal |
teardownHours |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
EMSRoom() |
| 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 |
getBuilding()
Gets the value of the building property.
|
Integer |
getBuildingID()
Gets the value of the buildingID property.
|
String |
getClassification()
Gets the value of the classification property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getFloor()
Gets the value of the floor property.
|
String |
getHVACZone()
Gets the value of the hvacZone property.
|
Integer |
getID()
Gets the value of the id property.
|
String |
getNotes()
Gets the value of the notes property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getRoom()
Gets the value of the room property.
|
Integer |
getRoomSize()
Gets the value of the roomSize property.
|
BigDecimal |
getSetupHours()
Gets the value of the setupHours property.
|
BigDecimal |
getTeardownHours()
Gets the value of the teardownHours property.
|
String |
getType()
Gets the value of the type property.
|
String |
getURL()
Gets the value of the url property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isDisplayOnWeb()
Gets the value of the displayOnWeb property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setBuilding(String value)
Sets the value of the building property.
|
void |
setBuildingID(Integer value)
Sets the value of the buildingID property.
|
void |
setClassification(String value)
Sets the value of the classification property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayOnWeb(Boolean value)
Sets the value of the displayOnWeb property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setFloor(String value)
Sets the value of the floor property.
|
void |
setHVACZone(String value)
Sets the value of the hvacZone property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setRoom(String value)
Sets the value of the room property.
|
void |
setRoomSize(Integer value)
Sets the value of the roomSize property.
|
void |
setSetupHours(BigDecimal value)
Sets the value of the setupHours property.
|
void |
setTeardownHours(BigDecimal value)
Sets the value of the teardownHours property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setURL(String value)
Sets the value of the url property.
|
String |
toString() |
protected String room
protected String description
protected String building
protected String floor
protected String type
protected String classification
protected String phone
protected String notes
protected Integer roomSize
protected BigDecimal setupHours
protected BigDecimal teardownHours
protected String hvacZone
protected String url
protected Boolean active
protected Integer buildingID
protected Integer id
protected String externalReference
protected Boolean displayOnWeb
public String getRoom()
Stringpublic void setRoom(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getBuilding()
Stringpublic void setBuilding(String value)
value - allowed object is
Stringpublic String getFloor()
Stringpublic void setFloor(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getClassification()
Stringpublic void setClassification(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic Integer getRoomSize()
Integerpublic void setRoomSize(Integer value)
value - allowed object is
Integerpublic BigDecimal getSetupHours()
BigDecimalpublic void setSetupHours(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTeardownHours()
BigDecimalpublic void setTeardownHours(BigDecimal value)
value - allowed object is
BigDecimalpublic String getHVACZone()
Stringpublic void setHVACZone(String value)
value - allowed object is
Stringpublic String getURL()
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic Integer getBuildingID()
Integerpublic void setBuildingID(Integer value)
value - allowed object is
Integerpublic void setID(Integer value)
value - allowed object is
Integerpublic String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic Boolean isDisplayOnWeb()
Booleanpublic void setDisplayOnWeb(Boolean value)
value - allowed object is
Booleanpublic 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.