public class ApiAddFileResult extends ApiResult
Java class for apiAddFileResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiAddFileResult"> <complexContent> <extension base="{http://result.apiservice.bullhorn.com/}apiResult"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
id |
Constructor and Description |
---|
ApiAddFileResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
Gets the value of the id property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
getSession, setSession