public class ConfigRoom 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 ConfigRoom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigRoom"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CampusRoomNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="EMSRoomCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ImportData" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ConflictStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
campusRoomNumber |
protected String |
conflictStatus |
protected String |
emsRoomCode |
protected boolean |
importData |
Constructor and Description |
---|
ConfigRoom() |
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 |
getCampusRoomNumber()
Gets the value of the campusRoomNumber property.
|
String |
getConflictStatus()
Gets the value of the conflictStatus property.
|
String |
getEMSRoomCode()
Gets the value of the emsRoomCode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isImportData()
Gets the value of the importData property.
|
void |
setCampusRoomNumber(String value)
Sets the value of the campusRoomNumber property.
|
void |
setConflictStatus(String value)
Sets the value of the conflictStatus property.
|
void |
setEMSRoomCode(String value)
Sets the value of the emsRoomCode property.
|
void |
setImportData(boolean value)
Sets the value of the importData property.
|
String |
toString() |
protected String campusRoomNumber
protected String emsRoomCode
protected boolean importData
protected String conflictStatus
public String getCampusRoomNumber()
String
public void setCampusRoomNumber(String value)
value
- allowed object is
String
public String getEMSRoomCode()
String
public void setEMSRoomCode(String value)
value
- allowed object is
String
public boolean isImportData()
public void setImportData(boolean value)
public String getConflictStatus()
String
public void setConflictStatus(String value)
value
- allowed object is
String
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 © 2018 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.