|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryExchange
Method Summary | |
---|---|
java.lang.String |
getEncodingType()
Gets the value of the encodingType property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
byte[] |
getRawValue()
Gets the decoded value of the text node. |
java.lang.String |
getTextValue()
Gets the value of the text node. |
java.lang.String |
getValueType()
Gets the value of the valueType property. |
void |
setEncodingType(java.lang.String encodingType)
Sets the value of the encodingType property. |
void |
setRawValue(byte[] rawText)
Sets the value of the binary exchange as raw bytes. |
void |
setTextValue(java.lang.String encodedText)
Sets the value of the text node. |
void |
setValueType(java.lang.String valueType)
Sets the value of the valueType property. |
Method Detail |
---|
java.lang.String getEncodingType()
String
java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
byte[] getRawValue()
byte[]
java.lang.String getTextValue()
String
{getRawValue}
java.lang.String getValueType()
String
void setEncodingType(java.lang.String encodingType)
encodingType
- String
void setTextValue(java.lang.String encodedText)
encodedText
- String
void setRawValue(byte[] rawText)
rawText
- byte[]
void setValueType(java.lang.String valueType)
valueType
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |