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()
Integer
public void setCategoryID(Integer value)
value
- allowed object is
Integer
public String getCategoryDescription()
String
public void setCategoryDescription(String value)
value
- allowed object is
String
public Boolean isUseCutOff()
Boolean
public void setUseCutOff(Boolean value)
value
- allowed object is
Boolean
public XMLGregorianCalendar getCutOffDays()
XMLGregorianCalendar
public void setCutOffDays(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Integer getCutOffHours()
Integer
public void setCutOffHours(Integer value)
value
- allowed object is
Integer
public Boolean isPONumberRequired()
Boolean
public void setPONumberRequired(Boolean value)
value
- allowed object is
Boolean
public Boolean isBillingReferenceRequired()
Boolean
public void setBillingReferenceRequired(Boolean value)
value
- allowed object is
Boolean
public String getCurrencySymbol()
String
public void setCurrencySymbol(String value)
value
- allowed object is
String
public Boolean isUseStates()
Boolean
public void setUseStates(Boolean value)
value
- allowed object is
Boolean
public Integer getDefaultStateID()
Integer
public void setDefaultStateID(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.