84858687888990
public static BooleanValue booleanValue(Boolean booleanValue) { return new BooleanValueImpl(booleanValue); } public static BytesValue byteArrayValue(byte[] bytes) { return new BytesValueImpl(bytes); }