|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.CCRCodedDataObjectType
org.tolven.ccr.FamilyHistoryType
public class FamilyHistoryType
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 |
|---|
public FamilyHistoryType()
| Method Detail |
|---|
public java.util.List<FamilyHistoryType.FamilyMember> getFamilyMember()
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
public java.util.List<FamilyHistoryType.Problem> getProblem()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||