public static class Contract.Signer extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Party signing this Contract.
| Constructor and Description |
|---|
Signer() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getParty()
Gets the value(s) for party ().
|
String |
getSignature()
Gets the value(s) for signature ().
|
ca.uhn.fhir.model.primitive.StringDt |
getSignatureElement()
Gets the value(s) for signature ().
|
CodingDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Contract.Signer |
setParty(ResourceReferenceDt theValue)
Sets the value(s) for party ()
|
Contract.Signer |
setSignature(String theString)
Sets the value for signature ()
|
Contract.Signer |
setSignature(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for signature ()
|
Contract.Signer |
setType(CodingDt theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Signer()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic CodingDt getType()
null.
Definition: Role of this Contract signer, e.g. notary, grantee.
public Contract.Signer setType(CodingDt theValue)
Definition: Role of this Contract signer, e.g. notary, grantee.
public ResourceReferenceDt getParty()
null.
Definition: Party which is a signator to this Contract.
public Contract.Signer setParty(ResourceReferenceDt theValue)
Definition: Party which is a signator to this Contract.
public ca.uhn.fhir.model.primitive.StringDt getSignatureElement()
null.
Definition: Legally binding Contract DSIG signature contents in Base64.
public String getSignature()
null.
Definition: Legally binding Contract DSIG signature contents in Base64.
public Contract.Signer setSignature(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Legally binding Contract DSIG signature contents in Base64.
public Contract.Signer setSignature(String theString)
Definition: Legally binding Contract DSIG signature contents in Base64.
Copyright © 2014–2018 University Health Network. All rights reserved.