public class ApproverType extends Object
Java class for ApproverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApproverType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="personId" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="personName" type="{http://ns.electronichealth.net.au/cdaPackage/xsd/eSignature/2012}PersonNameType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
personId |
protected PersonNameType |
personName |
| Constructor and Description |
|---|
ApproverType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPersonId()
Gets the value of the personId property.
|
PersonNameType |
getPersonName()
Gets the value of the personName property.
|
void |
setPersonId(String value)
Sets the value of the personId property.
|
void |
setPersonName(PersonNameType value)
Sets the value of the personName property.
|
protected String personId
protected PersonNameType personName
public String getPersonId()
Stringpublic void setPersonId(String value)
value - allowed object is
Stringpublic PersonNameType getPersonName()
PersonNameTypepublic void setPersonName(PersonNameType value)
value - allowed object is
PersonNameTypeCopyright © 2021. All rights reserved.