public class EMSRoomComponent 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 EMSRoomComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSRoomComponent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ParentRoom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentBuilding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ComponentRoom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ComponentDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ComponentBuilding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ComponentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentBuilding |
protected String |
componentDescription |
protected Integer |
componentID |
protected String |
componentRoom |
protected String |
parentBuilding |
protected String |
parentDescription |
protected Integer |
parentID |
protected String |
parentRoom |
| Constructor and Description |
|---|
EMSRoomComponent() |
| 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 |
getComponentBuilding()
Gets the value of the componentBuilding property.
|
String |
getComponentDescription()
Gets the value of the componentDescription property.
|
Integer |
getComponentID()
Gets the value of the componentID property.
|
String |
getComponentRoom()
Gets the value of the componentRoom property.
|
String |
getParentBuilding()
Gets the value of the parentBuilding property.
|
String |
getParentDescription()
Gets the value of the parentDescription property.
|
Integer |
getParentID()
Gets the value of the parentID property.
|
String |
getParentRoom()
Gets the value of the parentRoom property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setComponentBuilding(String value)
Sets the value of the componentBuilding property.
|
void |
setComponentDescription(String value)
Sets the value of the componentDescription property.
|
void |
setComponentID(Integer value)
Sets the value of the componentID property.
|
void |
setComponentRoom(String value)
Sets the value of the componentRoom property.
|
void |
setParentBuilding(String value)
Sets the value of the parentBuilding property.
|
void |
setParentDescription(String value)
Sets the value of the parentDescription property.
|
void |
setParentID(Integer value)
Sets the value of the parentID property.
|
void |
setParentRoom(String value)
Sets the value of the parentRoom property.
|
String |
toString() |
protected String parentRoom
protected String parentDescription
protected String parentBuilding
protected Integer parentID
protected String componentRoom
protected String componentDescription
protected String componentBuilding
protected Integer componentID
public String getParentRoom()
Stringpublic void setParentRoom(String value)
value - allowed object is
Stringpublic String getParentDescription()
Stringpublic void setParentDescription(String value)
value - allowed object is
Stringpublic String getParentBuilding()
Stringpublic void setParentBuilding(String value)
value - allowed object is
Stringpublic Integer getParentID()
Integerpublic void setParentID(Integer value)
value - allowed object is
Integerpublic String getComponentRoom()
Stringpublic void setComponentRoom(String value)
value - allowed object is
Stringpublic String getComponentDescription()
Stringpublic void setComponentDescription(String value)
value - allowed object is
Stringpublic String getComponentBuilding()
Stringpublic void setComponentBuilding(String value)
value - allowed object is
Stringpublic Integer getComponentID()
Integerpublic void setComponentID(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.