public static class Contract.Signer extends BaseIdentifiableElement implements IResourceBlock
Definition: Party signing this Contract.
| Constructor and Description |
|---|
Signer() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getParty()
Gets the value(s) for party ().
|
String |
getSignature()
Gets the value(s) for signature ().
|
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(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Signer()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface 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 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(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–2016 University Health Network. All rights reserved.