Searched refs:domListOfHexBinary (Results 1 – 2 of 2) sorted by relevance
54 domListOfHexBinary _value;61 domListOfHexBinary &getValue() { return _value; } in getValue()66 const domListOfHexBinary &getValue() const { return _value; } in getValue()71 void setValue( const domListOfHexBinary &val ) { _value = val; } in setValue()
24 typedef xsHexBinaryArray domListOfHexBinary; typedef