org.tolven.ccr
Class FunctionType

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

public class FunctionType
extends CCRCodedDataObjectType

Java class for FunctionType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
FunctionType()
           
 
Method Summary
 java.util.List<ProblemType> getProblem()
          Gets the value of the problem property.
 java.util.List<ResultType> getTest()
          Gets the value of the test 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

FunctionType

public FunctionType()
Method Detail

getProblem

public java.util.List<ProblemType> 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 ProblemType


getTest

public java.util.List<ResultType> getTest()
Gets the value of the test 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 test property.

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

    getTest().add(newItem);
 

Objects of the following type(s) are allowed in the list ResultType