public class Base64BinaryDt extends BasePrimitive<byte[]>
| Constructor and Description |
|---|
Base64BinaryDt()
Constructor
|
Base64BinaryDt(byte[] theBytes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(byte[] theValue)
Subclasses must override to convert a "coerced" value into an encoded one.
|
protected byte[] |
parse(String theValue)
Subclasses must override to convert an encoded representation of this datatype into a "coerced" one
|
equals, getValue, getValueAsString, hashCode, hasValue, isEmpty, readExternal, setValue, setValueAsString, toString, updateStringValue, writeExternalgetElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, finalize, getClass, notify, notifyAll, wait, wait, waitfhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentpublic Base64BinaryDt()
public Base64BinaryDt(byte[] theBytes)
protected byte[] parse(String theValue)
BasePrimitiveparse in class BasePrimitive<byte[]>theValue - Will not be nullprotected String encode(byte[] theValue)
BasePrimitiveencode in class BasePrimitive<byte[]>theValue - Will not be nullCopyright © 2014–2019 University Health Network. All rights reserved.