org.tolven.ccr
Class FamilyHistoryType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.FamilyHistoryType

public class FamilyHistoryType
extends CCRCodedDataObjectType

Java class for FamilyHistoryType complex type.


Nested Class Summary
static class FamilyHistoryType.FamilyMember
          Java class for anonymous complex type.
static class FamilyHistoryType.Problem
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
FamilyHistoryType()
           
 
Method Summary
 java.util.List<FamilyHistoryType.FamilyMember> getFamilyMember()
          Gets the value of the familyMember property.
 java.util.List<FamilyHistoryType.Problem> getProblem()
          Gets the value of the problem property.
 
Methods inherited from class org.tolven.ccr.CCRCodedDataObjectType
getCCRDataObjectID, getCommentID, getDateTime, getDateTimeType, getDescription, getDescriptionText, getIDs, getInternalCCRLink, getReferenceID, getSignature, getSource, getStatus, getStatusText, getType, getTypeText, removeDateTimeType, setCCRDataObjectID, setDateTimeType, setDescription, setDescriptionText, setStatus, setStatusText, setType, setTypeText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyHistoryType

public FamilyHistoryType()
Method Detail

getFamilyMember

public java.util.List<FamilyHistoryType.FamilyMember> getFamilyMember()
Gets the value of the familyMember property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the familyMember property.

For example, to add a new item, do as follows:

    getFamilyMember().add(newItem);
 

Objects of the following type(s) are allowed in the list FamilyHistoryType.FamilyMember


getProblem

public java.util.List<FamilyHistoryType.Problem> getProblem()
Gets the value of the problem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the problem property.

For example, to add a new item, do as follows:

    getProblem().add(newItem);
 

Objects of the following type(s) are allowed in the list FamilyHistoryType.Problem