public class EMSRoomDetail 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 EMSRoomDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSRoomDetail">
<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}integer"/>
<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="DisplayOnWeb" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FloorSequence" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
building |
protected String |
classification |
protected String |
description |
protected Boolean |
displayOnWeb |
protected String |
floor |
protected Integer |
floorSequence |
protected String |
hvacZone |
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 |
|---|
EMSRoomDetail() |
| 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) |
BigInteger |
getBuilding()
Gets the value of the building property.
|
String |
getClassification()
Gets the value of the classification property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFloor()
Gets the value of the floor property.
|
Integer |
getFloorSequence()
Gets the value of the floorSequence property.
|
String |
getHVACZone()
Gets the value of the hvacZone 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 |
isDisplayOnWeb()
Gets the value of the displayOnWeb property.
|
void |
setBuilding(BigInteger value)
Sets the value of the building 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 |
setFloor(String value)
Sets the value of the floor property.
|
void |
setFloorSequence(Integer value)
Sets the value of the floorSequence property.
|
void |
setHVACZone(String value)
Sets the value of the hvacZone 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 BigInteger 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 displayOnWeb
protected Integer floorSequence
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 BigInteger getBuilding()
BigIntegerpublic void setBuilding(BigInteger value)
value - allowed object is
BigIntegerpublic 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 isDisplayOnWeb()
Booleanpublic void setDisplayOnWeb(Boolean value)
value - allowed object is
Booleanpublic Integer getFloorSequence()
Integerpublic void setFloorSequence(Integer value)
value - allowed object is
Integerpublic 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.