public class EMSCategory 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 EMSCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CategoryDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UseCutOff" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CutOffDays" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CutOffHours" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PONumberRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BillingReferenceRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CurrencySymbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UseStates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DefaultStateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
billingReferenceRequired |
protected String |
categoryDescription |
protected Integer |
categoryID |
protected String |
currencySymbol |
protected XMLGregorianCalendar |
cutOffDays |
protected Integer |
cutOffHours |
protected Integer |
defaultStateID |
protected Boolean |
poNumberRequired |
protected Boolean |
useCutOff |
protected Boolean |
useStates |
| Constructor and Description |
|---|
EMSCategory() |
| 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 |
getCategoryDescription()
Gets the value of the categoryDescription property.
|
Integer |
getCategoryID()
Gets the value of the categoryID property.
|
String |
getCurrencySymbol()
Gets the value of the currencySymbol property.
|
XMLGregorianCalendar |
getCutOffDays()
Gets the value of the cutOffDays property.
|
Integer |
getCutOffHours()
Gets the value of the cutOffHours property.
|
Integer |
getDefaultStateID()
Gets the value of the defaultStateID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isBillingReferenceRequired()
Gets the value of the billingReferenceRequired property.
|
Boolean |
isPONumberRequired()
Gets the value of the poNumberRequired property.
|
Boolean |
isUseCutOff()
Gets the value of the useCutOff property.
|
Boolean |
isUseStates()
Gets the value of the useStates property.
|
void |
setBillingReferenceRequired(Boolean value)
Sets the value of the billingReferenceRequired property.
|
void |
setCategoryDescription(String value)
Sets the value of the categoryDescription property.
|
void |
setCategoryID(Integer value)
Sets the value of the categoryID property.
|
void |
setCurrencySymbol(String value)
Sets the value of the currencySymbol property.
|
void |
setCutOffDays(XMLGregorianCalendar value)
Sets the value of the cutOffDays property.
|
void |
setCutOffHours(Integer value)
Sets the value of the cutOffHours property.
|
void |
setDefaultStateID(Integer value)
Sets the value of the defaultStateID property.
|
void |
setPONumberRequired(Boolean value)
Sets the value of the poNumberRequired property.
|
void |
setUseCutOff(Boolean value)
Sets the value of the useCutOff property.
|
void |
setUseStates(Boolean value)
Sets the value of the useStates property.
|
String |
toString() |
protected Integer categoryID
protected String categoryDescription
protected Boolean useCutOff
protected XMLGregorianCalendar cutOffDays
protected Integer cutOffHours
protected Boolean poNumberRequired
protected Boolean billingReferenceRequired
protected String currencySymbol
protected Boolean useStates
protected Integer defaultStateID
public Integer getCategoryID()
Integerpublic void setCategoryID(Integer value)
value - allowed object is
Integerpublic String getCategoryDescription()
Stringpublic void setCategoryDescription(String value)
value - allowed object is
Stringpublic Boolean isUseCutOff()
Booleanpublic void setUseCutOff(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getCutOffDays()
XMLGregorianCalendarpublic void setCutOffDays(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getCutOffHours()
Integerpublic void setCutOffHours(Integer value)
value - allowed object is
Integerpublic Boolean isPONumberRequired()
Booleanpublic void setPONumberRequired(Boolean value)
value - allowed object is
Booleanpublic Boolean isBillingReferenceRequired()
Booleanpublic void setBillingReferenceRequired(Boolean value)
value - allowed object is
Booleanpublic String getCurrencySymbol()
Stringpublic void setCurrencySymbol(String value)
value - allowed object is
Stringpublic Boolean isUseStates()
Booleanpublic void setUseStates(Boolean value)
value - allowed object is
Booleanpublic Integer getDefaultStateID()
Integerpublic void setDefaultStateID(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.