org.tolven.ccr
Class StructuredProductType

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

public class StructuredProductType
extends CCRCodedDataObjectType

Java class for StructuredProductType complex type.


Nested Class Summary
static class StructuredProductType.FulfillmentHistory
          Java class for anonymous complex type.
static class StructuredProductType.FulfillmentInstructions
          Java class for anonymous complex type.
static class StructuredProductType.PatientInstructions
          Java class for anonymous complex type.
static class StructuredProductType.Product
          Java class for anonymous complex type.
static class StructuredProductType.Refills
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
StructuredProductType()
           
 
Method Summary
 CCRCodedDataObjectType getConsent()
          Gets the value of the consent property.
 java.util.List<Directions> getDirections()
          Gets the value of the directions property.
 StructuredProductType.FulfillmentHistory getFulfillmentHistory()
          Gets the value of the fulfillmentHistory property.
 StructuredProductType.FulfillmentInstructions getFulfillmentInstructions()
          Gets the value of the fulfillmentInstructions property.
 StructuredProductType.PatientInstructions getPatientInstructions()
          Gets the value of the patientInstructions property.
 java.util.List<StructuredProductType.Product> getProduct()
          Gets the value of the product property.
 java.util.List<QuantityType> getQuantity()
          Gets the value of the quantity property.
 Reaction getReaction()
          Gets the value of the reaction property.
 StructuredProductType.Refills getRefills()
          Gets the value of the refills property.
 java.lang.String getSeriesNumber()
          Gets the value of the seriesNumber property.
 void setConsent(CCRCodedDataObjectType value)
          Sets the value of the consent property.
 void setFulfillmentHistory(StructuredProductType.FulfillmentHistory value)
          Sets the value of the fulfillmentHistory property.
 void setFulfillmentInstructions(StructuredProductType.FulfillmentInstructions value)
          Sets the value of the fulfillmentInstructions property.
 void setPatientInstructions(StructuredProductType.PatientInstructions value)
          Sets the value of the patientInstructions property.
 void setReaction(Reaction value)
          Sets the value of the reaction property.
 void setRefills(StructuredProductType.Refills value)
          Sets the value of the refills property.
 void setSeriesNumber(java.lang.String value)
          Sets the value of the seriesNumber 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

StructuredProductType

public StructuredProductType()
Method Detail

getProduct

public java.util.List<StructuredProductType.Product> getProduct()
Gets the value of the product 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 product property.

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

    getProduct().add(newItem);
 

Objects of the following type(s) are allowed in the list StructuredProductType.Product


getQuantity

public java.util.List<QuantityType> getQuantity()
Gets the value of the quantity 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 quantity property.

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

    getQuantity().add(newItem);
 

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


getDirections

public java.util.List<Directions> getDirections()
Gets the value of the directions 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 directions property.

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

    getDirections().add(newItem);
 

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


getPatientInstructions

public StructuredProductType.PatientInstructions getPatientInstructions()
Gets the value of the patientInstructions property.

Returns:
possible object is StructuredProductType.PatientInstructions

setPatientInstructions

public void setPatientInstructions(StructuredProductType.PatientInstructions value)
Sets the value of the patientInstructions property.

Parameters:
value - allowed object is StructuredProductType.PatientInstructions

getFulfillmentInstructions

public StructuredProductType.FulfillmentInstructions getFulfillmentInstructions()
Gets the value of the fulfillmentInstructions property.

Returns:
possible object is StructuredProductType.FulfillmentInstructions

setFulfillmentInstructions

public void setFulfillmentInstructions(StructuredProductType.FulfillmentInstructions value)
Sets the value of the fulfillmentInstructions property.

Parameters:
value - allowed object is StructuredProductType.FulfillmentInstructions

getRefills

public StructuredProductType.Refills getRefills()
Gets the value of the refills property.

Returns:
possible object is StructuredProductType.Refills

setRefills

public void setRefills(StructuredProductType.Refills value)
Sets the value of the refills property.

Parameters:
value - allowed object is StructuredProductType.Refills

getSeriesNumber

public java.lang.String getSeriesNumber()
Gets the value of the seriesNumber property.

Returns:
possible object is String

setSeriesNumber

public void setSeriesNumber(java.lang.String value)
Sets the value of the seriesNumber property.

Parameters:
value - allowed object is String

getConsent

public CCRCodedDataObjectType getConsent()
Gets the value of the consent property.

Returns:
possible object is CCRCodedDataObjectType

setConsent

public void setConsent(CCRCodedDataObjectType value)
Sets the value of the consent property.

Parameters:
value - allowed object is CCRCodedDataObjectType

getReaction

public Reaction getReaction()
Gets the value of the reaction property.

Returns:
possible object is Reaction

setReaction

public void setReaction(Reaction value)
Sets the value of the reaction property.

Parameters:
value - allowed object is Reaction

getFulfillmentHistory

public StructuredProductType.FulfillmentHistory getFulfillmentHistory()
Gets the value of the fulfillmentHistory property.

Returns:
possible object is StructuredProductType.FulfillmentHistory

setFulfillmentHistory

public void setFulfillmentHistory(StructuredProductType.FulfillmentHistory value)
Sets the value of the fulfillmentHistory property.

Parameters:
value - allowed object is StructuredProductType.FulfillmentHistory