public abstract class WorkersCompensationRateDtoBase extends AbstractDto
Java class for workersCompensationRateDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="workersCompensationRateDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="compensationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="privateLabelID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="workersCompensationRateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
compensationID |
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected java.lang.Integer |
privateLabelID |
protected java.lang.Double |
rate |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
protected java.lang.Integer |
workersCompensationRateID |
Constructor and Description |
---|
WorkersCompensationRateDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompensationID()
Gets the value of the compensationID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
java.lang.Integer |
getPrivateLabelID()
Gets the value of the privateLabelID property.
|
java.lang.Double |
getRate()
Gets the value of the rate property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
java.lang.Integer |
getWorkersCompensationRateID()
Gets the value of the workersCompensationRateID property.
|
void |
setCompensationID(java.lang.Integer value)
Sets the value of the compensationID property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setPrivateLabelID(java.lang.Integer value)
Sets the value of the privateLabelID property.
|
void |
setRate(java.lang.Double value)
Sets the value of the rate property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setWorkersCompensationRateID(java.lang.Integer value)
Sets the value of the workersCompensationRateID property.
|
protected java.lang.Integer compensationID
protected javax.xml.datatype.XMLGregorianCalendar endDate
protected java.lang.Integer privateLabelID
protected java.lang.Double rate
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected java.lang.Integer workersCompensationRateID
public java.lang.Integer getCompensationID()
Integer
public void setCompensationID(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getPrivateLabelID()
Integer
public void setPrivateLabelID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getRate()
Double
public void setRate(java.lang.Double value)
value
- allowed object is
Double
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getWorkersCompensationRateID()
Integer
public void setWorkersCompensationRateID(java.lang.Integer value)
value
- allowed object is
Integer