public class Signature extends Type implements org.hl7.fhir.instance.model.api.ICompositeType
| Modifier and Type | Field and Description |
|---|---|
protected Base64BinaryType |
blob
The base64 encoding of the Signature content.
|
protected CodeType |
contentType
A mime type that indicates the technical format of the signature.
|
protected List<Coding> |
type
An indication of the reason that the entity signed this document.
|
protected InstantType |
when
When the digital signature was signed.
|
protected Type |
who
A reference to an application-usable description of the person that signed the certificate (e.g.
|
| Constructor and Description |
|---|
Signature()
Constructor
|
Signature(InstantType when,
Type who)
Constructor
|
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNprotected List<Coding> type
protected InstantType when
protected Type who
protected CodeType contentType
protected Base64BinaryType blob
public Signature()
public Signature(InstantType when, Type who)
public List<Coding> getType()
type (An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.)public boolean hasType()
public Coding addType()
type (An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.)public InstantType getWhenElement()
when (When the digital signature was signed.). This is the underlying object with id, value and extensions. The accessor "getWhen" gives direct access to the valuepublic boolean hasWhenElement()
public boolean hasWhen()
public Signature setWhenElement(InstantType value)
value - when (When the digital signature was signed.). This is the underlying object with id, value and extensions. The accessor "getWhen" gives direct access to the valuepublic Signature setWhen(Date value)
value - When the digital signature was signed.public Type getWho()
who (A reference to an application-usable description of the person that signed the certificate (e.g. the signature used their private key).)public UriType getWhoUriType() throws org.hl7.fhir.exceptions.FHIRException
who (A reference to an application-usable description of the person that signed the certificate (e.g. the signature used their private key).)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasWhoUriType()
public Reference getWhoReference() throws org.hl7.fhir.exceptions.FHIRException
who (A reference to an application-usable description of the person that signed the certificate (e.g. the signature used their private key).)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasWhoReference()
public boolean hasWho()
public Signature setWho(Type value)
value - who (A reference to an application-usable description of the person that signed the certificate (e.g. the signature used their private key).)public CodeType getContentTypeElement()
contentType (A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jwt for JWT, and image/* for a graphical image of a signature, etc.). This is the underlying object with id, value and extensions. The accessor "getContentType" gives direct access to the valuepublic boolean hasContentTypeElement()
public boolean hasContentType()
public Signature setContentTypeElement(CodeType value)
value - contentType (A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jwt for JWT, and image/* for a graphical image of a signature, etc.). This is the underlying object with id, value and extensions. The accessor "getContentType" gives direct access to the valuepublic String getContentType()
public Signature setContentType(String value)
value - A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jwt for JWT, and image/* for a graphical image of a signature, etc.public Base64BinaryType getBlobElement()
blob (The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.). This is the underlying object with id, value and extensions. The accessor "getBlob" gives direct access to the valuepublic boolean hasBlobElement()
public boolean hasBlob()
public Signature setBlobElement(Base64BinaryType value)
value - blob (The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.). This is the underlying object with id, value and extensions. The accessor "getBlob" gives direct access to the valuepublic byte[] getBlob()
public Signature setBlob(byte[] value)
value - The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.protected void listChildren(List<Property> childrenList)
listChildren in class Elementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic boolean equalsDeep(Base other)
equalsDeep in class Elementpublic boolean equalsShallow(Base other)
equalsShallow in class ElementCopyright © 2014–2018 University Health Network. All rights reserved.