public class ApiParseResumeResult extends ApiResult
Java class for apiParseResumeResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiParseResumeResult">
<complexContent>
<extension base="{http://result.apiservice.bullhorn.com/}apiResult">
<sequence>
<element name="diagnostics" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hrXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
diagnostics |
protected java.lang.String |
hrXml |
protected boolean |
success |
| Constructor and Description |
|---|
ApiParseResumeResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiagnostics()
Gets the value of the diagnostics property.
|
java.lang.String |
getHrXml()
Gets the value of the hrXml property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setDiagnostics(java.lang.String value)
Sets the value of the diagnostics property.
|
void |
setHrXml(java.lang.String value)
Sets the value of the hrXml property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
getSession, setSessionprotected java.lang.String diagnostics
protected java.lang.String hrXml
protected boolean success
public java.lang.String getDiagnostics()
Stringpublic void setDiagnostics(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHrXml()
Stringpublic void setHrXml(java.lang.String value)
value - allowed object is
Stringpublic boolean isSuccess()
public void setSuccess(boolean value)