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()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public java.lang.Boolean isIsPublic()
Boolean
public void setIsPublic(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getJobID()
Integer
public void setJobID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String