|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.wasp.serialization.xsdbuiltin.HexBinary
Represent hexBinary type in the xsd built-in.
Constructor Summary | |
HexBinary(byte[] value)
Translates the representation of a HexBinary as bytes array into an internal data. |
|
HexBinary(java.lang.String value)
Translates the String representation of a HexBinary into an internal data. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Equals based on contained binary data. |
int |
hashCode()
|
void |
set(byte[] value)
Translates the representation of a HexBinary as bytes array into an internal data. |
void |
set(java.lang.String value)
Translates the String representation of a HexBinary into an internal data. |
byte[] |
toByteArray()
Returns the bytes array representation of this HexBinary. |
java.lang.String |
toString()
Returns the hexa binary String representation of this HexBinary. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HexBinary(java.lang.String value) throws InvalidFormatException
value
- the string representation of a
HexBinary.
InvalidFormatException
- thrown if input string value is
ivalid.public HexBinary(byte[] value) throws InvalidFormatException
value
- a given byte array representation of a
HexBinary.
InvalidFormatException
- thrown if input string value is
ivalid.Method Detail |
public void set(java.lang.String value) throws InvalidFormatException
value
- the string representation of a
HexBinary.
InvalidFormatException
- thrown if input string value is
ivalid.public void set(byte[] value) throws InvalidFormatException
value
- a given byte array representation of a
HexBinary.
InvalidFormatException
- thrown if input string value is
ivalid.public java.lang.String toString()
public byte[] toByteArray()
public boolean equals(java.lang.Object o)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |