public abstract class TimeUnitDtoBase extends AbstractDto
Java class for timeUnitDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timeUnitDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeMarker" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timeUnitID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="weekDay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.Integer |
timeMarker |
protected java.lang.Integer |
timeUnitID |
protected java.lang.Integer |
weekDay |
| Constructor and Description |
|---|
TimeUnitDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getTimeMarker()
Gets the value of the timeMarker property.
|
java.lang.Integer |
getTimeUnitID()
Gets the value of the timeUnitID property.
|
java.lang.Integer |
getWeekDay()
Gets the value of the weekDay property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTimeMarker(java.lang.Integer value)
Sets the value of the timeMarker property.
|
void |
setTimeUnitID(java.lang.Integer value)
Sets the value of the timeUnitID property.
|
void |
setWeekDay(java.lang.Integer value)
Sets the value of the weekDay property.
|
protected java.lang.String name
protected java.lang.Integer timeMarker
protected java.lang.Integer timeUnitID
protected java.lang.Integer weekDay
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTimeMarker()
Integerpublic void setTimeMarker(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTimeUnitID()
Integerpublic void setTimeUnitID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getWeekDay()
Integerpublic void setWeekDay(java.lang.Integer value)
value - allowed object is
Integer