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()
String
public void setRoom(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public BigInteger getBuilding()
BigInteger
public void setBuilding(BigInteger value)
value
- allowed object is
BigInteger
public String getFloor()
String
public void setFloor(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getClassification()
String
public void setClassification(String value)
value
- allowed object is
String
public String getPhone()
String
public void setPhone(String value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public Integer getRoomSize()
Integer
public void setRoomSize(Integer value)
value
- allowed object is
Integer
public BigDecimal getSetupHours()
BigDecimal
public void setSetupHours(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getTeardownHours()
BigDecimal
public void setTeardownHours(BigDecimal value)
value
- allowed object is
BigDecimal
public String getHVACZone()
String
public void setHVACZone(String value)
value
- allowed object is
String
public String getURL()
String
public void setURL(String value)
value
- allowed object is
String
public Boolean isDisplayOnWeb()
Boolean
public void setDisplayOnWeb(Boolean value)
value
- allowed object is
Boolean
public Integer getFloorSequence()
Integer
public void setFloorSequence(Integer value)
value
- allowed object is
Integer
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.