au.net.electronichealth.ns.cdapackage.xsd.esignature._2012
Class ApproverType

java.lang.Object
  extended by au.net.electronichealth.ns.cdapackage.xsd.esignature._2012.ApproverType

public class ApproverType
extends java.lang.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>
 


Field Summary
protected  java.lang.String personId
           
protected  PersonNameType personName
           
 
Constructor Summary
ApproverType()
           
 
Method Summary
 java.lang.String getPersonId()
          Gets the value of the personId property.
 PersonNameType getPersonName()
          Gets the value of the personName property.
 void setPersonId(java.lang.String value)
          Sets the value of the personId property.
 void setPersonName(PersonNameType value)
          Sets the value of the personName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personId

protected java.lang.String personId

personName

protected PersonNameType personName
Constructor Detail

ApproverType

public ApproverType()
Method Detail

getPersonId

public java.lang.String getPersonId()
Gets the value of the personId property.

Returns:
possible object is String

setPersonId

public void setPersonId(java.lang.String value)
Sets the value of the personId property.

Parameters:
value - allowed object is String

getPersonName

public PersonNameType getPersonName()
Gets the value of the personName property.

Returns:
possible object is PersonNameType

setPersonName

public void setPersonName(PersonNameType value)
Sets the value of the personName property.

Parameters:
value - allowed object is PersonNameType