public class AdvanceDirectives
extends java.lang.Object
This class has the following attributes:
1. directive (String)
2. description (String)
3. verification (String)
4. verification Date (String)
5. supporting Document (String)
6. media Type (String)
7. supporting Document Link (String)
8. effective Times (EffectiveDateTime)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
AdvanceDirectives()
Constructs an object of Advance Directives.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the Description.
|
java.lang.String |
getDirective()
Returns the Directive.
|
EffectiveDateTime |
getEffectiveTimes()
Returns the Effective Times.
|
java.lang.String |
getMediaType()
Return the Media Type.
|
java.lang.String |
getSupportingDocument()
Returns the Supporting Document.
|
java.lang.String |
getSupportingDocumentLink()
Returns the Supporting Document Link.
|
java.lang.String |
getVerification()
Returns the Verification.
|
java.lang.String |
getVerificationDate()
Returns the Verification Date.
|
void |
setDescription(java.lang.String description)
Sets the Description.
|
void |
setDirective(java.lang.String directive)
Sets the Directive.
|
void |
setEffectiveTimes(EffectiveDateTime effectiveTimes)
Sets the Effective Times.
|
void |
setMediaType(java.lang.String mediaType)
Sets the Media Type.
|
void |
setSupportingDocument(java.lang.String supportingDocument)
Sets the Supporting Document.
|
void |
setSupportingDocumentLink(java.lang.String supportingDocumentLink)
Sets the Supporting Document Link.
|
void |
setVerification(java.lang.String verification)
Sets the Verification.
|
void |
setVerificationDate(java.lang.String verificationDate)
Sets the Verification Date.
|
public AdvanceDirectives()
public java.lang.String getDirective()
public void setDirective(java.lang.String directive)
directive - Specifies the advance directive name.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Specifies the advance directive description.public java.lang.String getVerification()
public void setVerification(java.lang.String verification)
verification - Specifies the verification of an advance directive.public java.lang.String getVerificationDate()
public void setVerificationDate(java.lang.String verificationDate)
verificationDate - Specifies the verification date of an advance directive.public java.lang.String getSupportingDocument()
public void setSupportingDocument(java.lang.String supportingDocument)
supportingDocument - Specifies the supporting document name of advance directive.public java.lang.String getMediaType()
public void setMediaType(java.lang.String mediaType)
mediaType - Specifies the media type of supporting documentpublic java.lang.String getSupportingDocumentLink()
public void setSupportingDocumentLink(java.lang.String supportingDocumentLink)
supportingDocumentLink - Specifies the link of supporting document for advance directivepublic EffectiveDateTime getEffectiveTimes()
public void setEffectiveTimes(EffectiveDateTime effectiveTimes)
effectiveTimes - Specifies the effective time of the advance directive.