218121822183218421852186218721882189
* The actual query for a query-type participant object * </p> */ public Base64BinaryDt getQuery() { if (myQuery == null) { myQuery = new Base64BinaryDt(); } return myQuery; }
22082209221022112212221322142215
* <b>Definition:</b> * The actual query for a query-type participant object * </p> */ public ObjectElement setQuery( byte[] theBytes) { myQuery = new Base64BinaryDt(theBytes); return this; }
236823692370237123722373237423752376
* * </p> */ public Base64BinaryDt getValue() { if (myValue == null) { myValue = new Base64BinaryDt(); } return myValue; }
23952396239723982399240024012402
* <b>Definition:</b> * * </p> */ public ObjectDetail setValue( byte[] theBytes) { myValue = new Base64BinaryDt(theBytes); return this; }
235236237238239240241242243
* The actual data of the attachment - a sequence of bytes. In XML, represented using base64 * </p> */ public Base64BinaryDt getData() { if (myData == null) { myData = new Base64BinaryDt(); } return myData; }
262263264265266267268269
* <b>Definition:</b> * The actual data of the attachment - a sequence of bytes. In XML, represented using base64 * </p> */ public AttachmentDt setData( byte[] theBytes) { myData = new Base64BinaryDt(theBytes); return this; }
367368369370371372373374375
* The calculated hash of the data using SHA-1. Represented using base64 * </p> */ public Base64BinaryDt getHash() { if (myHash == null) { myHash = new Base64BinaryDt(); } return myHash; }
394395396397398399400401
* <b>Definition:</b> * The calculated hash of the data using SHA-1. Represented using base64 * </p> */ public AttachmentDt setHash( byte[] theBytes) { myHash = new Base64BinaryDt(theBytes); return this; }
* <b>Definition:</b> * The actual query for a query-type participant object * </p> */ public Object setQuery( byte[] theBytes) { myQuery = new Base64BinaryDt(theBytes); return this; }