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()
String
public void setParentRoom(String value)
value
- allowed object is
String
public String getParentDescription()
String
public void setParentDescription(String value)
value
- allowed object is
String
public String getParentBuilding()
String
public void setParentBuilding(String value)
value
- allowed object is
String
public Integer getParentID()
Integer
public void setParentID(Integer value)
value
- allowed object is
Integer
public String getComponentRoom()
String
public void setComponentRoom(String value)
value
- allowed object is
String
public String getComponentDescription()
String
public void setComponentDescription(String value)
value
- allowed object is
String
public String getComponentBuilding()
String
public void setComponentBuilding(String value)
value
- allowed object is
String
public Integer getComponentID()
Integer
public void setComponentID(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.