org.ota.insurance
Class IndCoverageReqs.PreexistingConditions.PreexistingCondition

java.lang.Object
  extended by org.ota.insurance.IndCoverageReqs.PreexistingConditions.PreexistingCondition
Enclosing class:
IndCoverageReqs.PreexistingConditions

public static class IndCoverageReqs.PreexistingConditions.PreexistingCondition
extends java.lang.Object

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

IndCoverageReqs.PreexistingConditions.PreexistingCondition

public IndCoverageReqs.PreexistingConditions.PreexistingCondition()
Method Detail

getFreeText

public FreeText getFreeText()
Get the extension value.

Returns:
value

setFreeText

public void setFreeText(FreeText freeText)
Set the extension value.

Parameters:
freeText -

getDiagnosisDate

public java.sql.Date getDiagnosisDate()
Get the 'DiagnosisDate' attribute value. Date first diagnosed with condition.

Returns:
value

setDiagnosisDate

public void setDiagnosisDate(java.sql.Date diagnosisDate)
Set the 'DiagnosisDate' attribute value. Date first diagnosed with condition.

Parameters:
diagnosisDate -

getLastTreatmentDate

public java.sql.Date getLastTreatmentDate()
Get the 'LastTreatmentDate' attribute value. Most recent date treatment was received for condition.

Returns:
value

setLastTreatmentDate

public void setLastTreatmentDate(java.sql.Date lastTreatmentDate)
Set the 'LastTreatmentDate' attribute value. Most recent date treatment was received for condition.

Parameters:
lastTreatmentDate -