Package com.sun.msv.datatype.xsd
Class BinaryValueType
java.lang.Object
com.sun.msv.datatype.xsd.BinaryValueType
- All Implemented Interfaces:
Serializable
value type of "base64Binary" and "hexBinary" type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
raw byte dataprivate static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rawData
public byte[] rawDataraw byte data -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BinaryValueType
public BinaryValueType(byte[] rawData)
-
-
Method Details