public class EMSResource 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 EMSResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSResource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GroupingID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="GroupingDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ResourceDescription" 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="QuantityAvailable" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceCategoryTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
groupingDescription |
protected Integer |
groupingID |
protected String |
notes |
protected Integer |
quantityAvailable |
protected String |
resourceCategoryTypeCode |
protected String |
resourceDescription |
protected Integer |
resourceID |
Constructor and Description |
---|
EMSResource() |
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 |
getGroupingDescription()
Gets the value of the groupingDescription property.
|
Integer |
getGroupingID()
Gets the value of the groupingID property.
|
String |
getNotes()
Gets the value of the notes property.
|
Integer |
getQuantityAvailable()
Gets the value of the quantityAvailable property.
|
String |
getResourceCategoryTypeCode()
Gets the value of the resourceCategoryTypeCode property.
|
String |
getResourceDescription()
Gets the value of the resourceDescription property.
|
Integer |
getResourceID()
Gets the value of the resourceID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setGroupingDescription(String value)
Sets the value of the groupingDescription property.
|
void |
setGroupingID(Integer value)
Sets the value of the groupingID property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setQuantityAvailable(Integer value)
Sets the value of the quantityAvailable property.
|
void |
setResourceCategoryTypeCode(String value)
Sets the value of the resourceCategoryTypeCode property.
|
void |
setResourceDescription(String value)
Sets the value of the resourceDescription property.
|
void |
setResourceID(Integer value)
Sets the value of the resourceID property.
|
String |
toString() |
protected Integer groupingID
protected Integer resourceID
protected String groupingDescription
protected String resourceDescription
protected String notes
protected Integer quantityAvailable
protected String resourceCategoryTypeCode
public Integer getGroupingID()
Integer
public void setGroupingID(Integer value)
value
- allowed object is
Integer
public Integer getResourceID()
Integer
public void setResourceID(Integer value)
value
- allowed object is
Integer
public String getGroupingDescription()
String
public void setGroupingDescription(String value)
value
- allowed object is
String
public String getResourceDescription()
String
public void setResourceDescription(String value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public Integer getQuantityAvailable()
Integer
public void setQuantityAvailable(Integer value)
value
- allowed object is
Integer
public String getResourceCategoryTypeCode()
String
public void setResourceCategoryTypeCode(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 © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.