public class ESignatureType extends Object
Java class for eSignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eSignatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Manifest"/>
<element name="signingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="approver" type="{http://ns.electronichealth.net.au/cdaPackage/xsd/eSignature/2012}ApproverType"/>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected ApproverType |
approver |
protected ManifestType |
manifest |
protected Calendar |
signingTime |
| Constructor and Description |
|---|
ESignatureType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
ApproverType |
getApprover()
Gets the value of the approver property.
|
ManifestType |
getManifest()
Gets the value of the manifest property.
|
Calendar |
getSigningTime()
Gets the value of the signingTime property.
|
void |
setApprover(ApproverType value)
Sets the value of the approver property.
|
void |
setManifest(ManifestType value)
Sets the value of the manifest property.
|
void |
setSigningTime(Calendar value)
Sets the value of the signingTime property.
|
protected ManifestType manifest
protected Calendar signingTime
protected ApproverType approver
public ManifestType getManifest()
ManifestTypepublic void setManifest(ManifestType value)
value - allowed object is
ManifestTypepublic Calendar getSigningTime()
Stringpublic void setSigningTime(Calendar value)
value - allowed object is
Stringpublic ApproverType getApprover()
ApproverTypepublic void setApprover(ApproverType value)
value - allowed object is
ApproverTypepublic List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
Copyright © 2021. All rights reserved.