|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.cdapackage.xsd.esignature._2012.ApproverType
public class ApproverType
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 |
---|
protected java.lang.String personId
protected PersonNameType personName
Constructor Detail |
---|
public ApproverType()
Method Detail |
---|
public java.lang.String getPersonId()
String
public void setPersonId(java.lang.String value)
value
- allowed object is
String
public PersonNameType getPersonName()
PersonNameType
public void setPersonName(PersonNameType value)
value
- allowed object is
PersonNameType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |