public class

ByteArr

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.ByteArr

Class Overview

Java class for ByteArr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ByteArr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="array" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected byte[] array
Public Constructors
ByteArr()
Public Methods
byte[] getArray()
Gets the value of the array property.
void setArray(byte[] value)
Sets the value of the array property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected byte[] array

Public Constructors

public ByteArr ()

Public Methods

public byte[] getArray ()

Gets the value of the array property.

Returns
  • possible object is byte[]

public void setArray (byte[] value)

Sets the value of the array property.

Parameters
value Allowed object is byte[]