public abstract class TestJobDtoBase extends AbstractDto
Java class for testJobDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testJobDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="address" type="{http://emb.entity.bullhorn.com/}address" minOccurs="0"/>
<element name="isPublic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="jobID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.lang.Boolean |
isPublic |
protected java.lang.Integer |
jobID |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
title |
| Constructor and Description |
|---|
TestJobDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.Integer |
getJobID()
Gets the value of the jobID property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.Boolean |
isIsPublic()
Gets the value of the isPublic property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setIsPublic(java.lang.Boolean value)
Sets the value of the isPublic property.
|
void |
setJobID(java.lang.Integer value)
Sets the value of the jobID property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected Address address
protected java.lang.Boolean isPublic
protected java.lang.Integer jobID
protected java.lang.Integer ownerID
protected java.lang.String title
public Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic java.lang.Boolean isIsPublic()
Booleanpublic void setIsPublic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getJobID()
Integerpublic void setJobID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
String