|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.insurance.IndCoverageReqs.PreexistingConditions.PreexistingCondition
public static class IndCoverageReqs.PreexistingConditions.PreexistingCondition
Contains information on a single pre-existing condition. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreexistingCondition" maxOccurs="99"> <xs:complexType> <xs:simpleContent> <xs:extension base="ns:FreeTextType"> <xs:attribute type="xs:date" name="DiagnosisDate"/> <xs:attribute type="xs:date" name="LastTreatmentDate"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
IndCoverageReqs.PreexistingConditions.PreexistingCondition()
|
Method Summary | |
---|---|
java.sql.Date |
getDiagnosisDate()
Get the 'DiagnosisDate' attribute value. |
FreeText |
getFreeText()
Get the extension value. |
java.sql.Date |
getLastTreatmentDate()
Get the 'LastTreatmentDate' attribute value. |
void |
setDiagnosisDate(java.sql.Date diagnosisDate)
Set the 'DiagnosisDate' attribute value. |
void |
setFreeText(FreeText freeText)
Set the extension value. |
void |
setLastTreatmentDate(java.sql.Date lastTreatmentDate)
Set the 'LastTreatmentDate' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndCoverageReqs.PreexistingConditions.PreexistingCondition()
Method Detail |
---|
public FreeText getFreeText()
public void setFreeText(FreeText freeText)
freeText
- public java.sql.Date getDiagnosisDate()
public void setDiagnosisDate(java.sql.Date diagnosisDate)
diagnosisDate
- public java.sql.Date getLastTreatmentDate()
public void setLastTreatmentDate(java.sql.Date lastTreatmentDate)
lastTreatmentDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |