public class BinaryExchangeImpl extends BinaryExchangeType implements BinaryExchange
encodingType, value, valueType| Constructor and Description |
|---|
BinaryExchangeImpl(BinaryExchangeType bcType) |
BinaryExchangeImpl(String encodingType,
String valueType,
byte[] rawText) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawValue() |
String |
getTextValue() |
void |
setRawValue(byte[] rawText) |
void |
setTextValue(String encodedText) |
getEncodingType, getOtherAttributes, getValue, getValueType, setEncodingType, setValue, setValueTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncodingType, getOtherAttributes, getValueType, setEncodingType, setValueTypepublic BinaryExchangeImpl(BinaryExchangeType bcType) throws RuntimeException
RuntimeExceptionpublic byte[] getRawValue()
getRawValue in interface BinaryExchangepublic String getTextValue()
getTextValue in interface BinaryExchangepublic void setTextValue(@NotNull
String encodedText)
setTextValue in interface BinaryExchangepublic final void setRawValue(@NotNull
byte[] rawText)
setRawValue in interface BinaryExchangeCopyright © 2005–2018 Oracle Corporation. All rights reserved.