|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.sourceforge.ifx.basetypes.IFXObject
org.sourceforge.ifx.basetypes.IFXBase64Binary
Wrapper class to accomodate xsd:base64Binary which translates to byte[] in Java. Instead, we make our generator translate the xsd:base64Binary to this IFXBase64Binary class which has methods to get and set an array of bytes.
| Constructor Summary | |
IFXBase64Binary()
Default ctor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares two IFXBase64Binary objects for equality. |
byte[] |
getBytes()
|
java.lang.String |
getString()
Returns the string from the internal representation. |
void |
setString(java.lang.String s)
Sets the internal representation from the string. |
| Methods inherited from class org.sourceforge.ifx.basetypes.IFXObject |
toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IFXBase64Binary()
| Method Detail |
public java.lang.String getString()
getString in interface IBaseTypepublic void setString(java.lang.String s)
setString in interface IBaseTypes - the string to convert.public byte[] getBytes()
public boolean equals(java.lang.Object obj)
equals in class IFXObjectobj - the object to compare against.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||