266026612662266326642665266626672668
* Actual certificate * </p> */ public Base64BinaryDt getBlob() { if (myBlob == null) { myBlob = new Base64BinaryDt(); } return myBlob; }
26872688268926902691269226932694
* <b>Definition:</b> * Actual certificate * </p> */ public RestSecurityCertificate setBlob( byte[] theBytes) { myBlob = new Base64BinaryDt(theBytes); return this; }
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 Object 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; }
930931932933934935936937938
* <b>Definition:</b> * * </p> */ public Base64BinaryDt addB64Err() { Base64BinaryDt newType = new Base64BinaryDt(); getB64Err().add(newType); return newType; }
964965966967968969970971
*/ public Test addB64Err( byte[] theBytes) { if (myB64Err == null) { myB64Err = new java.util.ArrayList<Base64BinaryDt>(); } myB64Err.add(new Base64BinaryDt(theBytes)); return this; }
100810091010101110121013101410151016
* <b>Definition:</b> * * </p> */ public Base64BinaryDt addB64Corr() { Base64BinaryDt newType = new Base64BinaryDt(); getB64Corr().add(newType); return newType; }
10421043104410451046104710481049
*/ public Test addB64Corr( byte[] theBytes) { if (myB64Corr == null) { myB64Corr = new java.util.ArrayList<Base64BinaryDt>(); } myB64Corr.add(new Base64BinaryDt(theBytes)); return this; }