| java.lang.Object | |
| ↳ | com.workday.staffing.EmployeeImageDataType |
Encapsulating element containing all Employee Image data.
Java class for Employee_Image_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Image_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Filename">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Image" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| filename | |||||||||||
| image | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the filename property.
| |||||||||||
Gets the value of the image property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
Sets the value of the image property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the filename property.
Gets the value of the image property.
Sets the value of the filename property.
| value | Allowed object is String |
|---|
Sets the value of the image property.
| value | Allowed object is byte[] |
|---|

