|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.ParticipantActionType
public class ParticipantActionType
Java class for participantActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="participantActionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="actionType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Create"/> <enumeration value="Read"/> <enumeration value="Update"/> <enumeration value="Delete"/> </restriction> </simpleType> </element> <element name="operationPerformed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reason" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="IncorrectIdentity"/> <enumeration value="MedicalInaccuracy"/> <enumeration value="ElectToRemove"/> <enumeration value="IHIStatusIsDeceased"/> <enumeration value="NoLegallyAppointmentAuthorised"/> <enumeration value="NoOwnershipOfPCEHR"/> <enumeration value="IHINotActive"/> <enumeration value="IHINotVerified"/> <enumeration value="TermsAndConditionsWereNotAccepted"/> <enumeration value="Death"/> <enumeration value="WithdrawalFromParticipation"/> </restriction> </simpleType> </element> <element name="approvalDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="approvalRole" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="approvalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusPriorDeactivation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ParticipantActionType.ActionType
Java class for null. |
static class |
ParticipantActionType.Reason
Java class for null. |
Field Summary | |
---|---|
protected ParticipantActionType.ActionType |
actionType
|
protected javax.xml.datatype.XMLGregorianCalendar |
approvalDateTime
|
protected java.lang.String |
approvalName
|
protected java.lang.String |
approvalRole
|
protected java.lang.String |
operationPerformed
|
protected ParticipantActionType.Reason |
reason
|
protected java.lang.String |
statusPriorDeactivation
|
Constructor Summary | |
---|---|
ParticipantActionType()
|
Method Summary | |
---|---|
ParticipantActionType.ActionType |
getActionType()
Gets the value of the actionType property. |
javax.xml.datatype.XMLGregorianCalendar |
getApprovalDateTime()
Gets the value of the approvalDateTime property. |
java.lang.String |
getApprovalName()
Gets the value of the approvalName property. |
java.lang.String |
getApprovalRole()
Gets the value of the approvalRole property. |
java.lang.String |
getOperationPerformed()
Gets the value of the operationPerformed property. |
ParticipantActionType.Reason |
getReason()
Gets the value of the reason property. |
java.lang.String |
getStatusPriorDeactivation()
Gets the value of the statusPriorDeactivation property. |
void |
setActionType(ParticipantActionType.ActionType value)
Sets the value of the actionType property. |
void |
setApprovalDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the approvalDateTime property. |
void |
setApprovalName(java.lang.String value)
Sets the value of the approvalName property. |
void |
setApprovalRole(java.lang.String value)
Sets the value of the approvalRole property. |
void |
setOperationPerformed(java.lang.String value)
Sets the value of the operationPerformed property. |
void |
setReason(ParticipantActionType.Reason value)
Sets the value of the reason property. |
void |
setStatusPriorDeactivation(java.lang.String value)
Sets the value of the statusPriorDeactivation property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ParticipantActionType.ActionType actionType
protected java.lang.String operationPerformed
protected ParticipantActionType.Reason reason
protected javax.xml.datatype.XMLGregorianCalendar approvalDateTime
protected java.lang.String approvalRole
protected java.lang.String approvalName
protected java.lang.String statusPriorDeactivation
Constructor Detail |
---|
public ParticipantActionType()
Method Detail |
---|
public ParticipantActionType.ActionType getActionType()
ParticipantActionType.ActionType
public void setActionType(ParticipantActionType.ActionType value)
value
- allowed object is
ParticipantActionType.ActionType
public java.lang.String getOperationPerformed()
String
public void setOperationPerformed(java.lang.String value)
value
- allowed object is
String
public ParticipantActionType.Reason getReason()
ParticipantActionType.Reason
public void setReason(ParticipantActionType.Reason value)
value
- allowed object is
ParticipantActionType.Reason
public javax.xml.datatype.XMLGregorianCalendar getApprovalDateTime()
XMLGregorianCalendar
public void setApprovalDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getApprovalRole()
String
public void setApprovalRole(java.lang.String value)
value
- allowed object is
String
public java.lang.String getApprovalName()
String
public void setApprovalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatusPriorDeactivation()
String
public void setStatusPriorDeactivation(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |