|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.soap.Base64BinaryArray
public class Base64BinaryArray
| Constructor Summary | |
|---|---|
Base64BinaryArray()
|
|
Base64BinaryArray(byte[][] elements)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
byte[][] |
getElements()
Gets the elements value for this Base64BinaryArray. |
byte[] |
getElements(int i)
|
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setElements(byte[][] elements)
Sets the elements value for this Base64BinaryArray. |
void |
setElements(int i,
byte[] _value)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64BinaryArray()
public Base64BinaryArray(byte[][] elements)
| Method Detail |
|---|
public byte[][] getElements()
public void setElements(byte[][] elements)
elements - public byte[] getElements(int i)
public void setElements(int i,
byte[] _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||