Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

package gov.va.med.ewv.model.response;

import java.util.List;


public class HealthCareInfoResponse {

private List<HealthCareInformationLine> healthCareValueInformationBeanList = null;
private List<HealthCareInformationLine> healthCareConditionInformationBeanList = null;
private List<HealthCareInformationLine> healthCareOccurranceSpanInformationBeanList = null;
private List<HealthCareInformationLine> healthCareOccurranceInformationBeanList = null;
private List<HealthCareInformationLine> healthCareDRGInformationBeanList = null;


/**
* @return the healthCareValueInformationBeanList
*/
public List<HealthCareInformationLine> getHealthCareValueInformationBeanList() {
return healthCareValueInformationBeanList;
}
/**
* @param healthCareValueInformationBeanList the healthCareValueInformationBeanList to set
*/
public void setHealthCareValueInformationBeanList(List<HealthCareInformationLine> healthCareValueInformationBeanList) {
this.healthCareValueInformationBeanList = healthCareValueInformationBeanList;
}
/**
* @return the healthCareConditionInformationBeanList
*/
public List<HealthCareInformationLine> getHealthCareConditionInformationBeanList() {
return healthCareConditionInformationBeanList;
}
/**
* @param healthCareConditionInformationBeanList the healthCareConditionInformationBeanList to set
*/
public void setHealthCareConditionInformationBeanList(
List<HealthCareInformationLine> healthCareConditionInformationBeanList) {
this.healthCareConditionInformationBeanList = healthCareConditionInformationBeanList;
}
/**
* @return the healthCareOccurranceSpanInformationBeanList
*/
public List<HealthCareInformationLine> getHealthCareOccurranceSpanInformationBeanList() {
return healthCareOccurranceSpanInformationBeanList;
}
/**
* @param healthCareOccurranceSpanInformationBeanList the healthCareOccurranceSpanInformationBeanList to set
*/
public void setHealthCareOccurranceSpanInformationBeanList(
List<HealthCareInformationLine> healthCareOccurranceSpanInformationBeanList) {
this.healthCareOccurranceSpanInformationBeanList = healthCareOccurranceSpanInformationBeanList;
}
/**
* @return the healthCareOccurranceInformationBeanList
*/
public List<HealthCareInformationLine> getHealthCareOccurranceInformationBeanList() {
return healthCareOccurranceInformationBeanList;
}
/**
* @param healthCareOccurranceInformationBeanList the healthCareOccurranceInformationBeanList to set
*/
public void setHealthCareOccurranceInformationBeanList(
List<HealthCareInformationLine> healthCareOccurranceInformationBeanList) {
this.healthCareOccurranceInformationBeanList = healthCareOccurranceInformationBeanList;
}
/**
* @return the healthCareDRGInformationBeanList
*/
public List<HealthCareInformationLine> getHealthCareDRGInformationBeanList() {
return healthCareDRGInformationBeanList;
}
/**
* @param healthCareDRGInformationBeanList the healthCareDRGInformationBeanList to set
*/
public void setHealthCareDRGInformationBeanList(List<HealthCareInformationLine> healthCareDRGInformationBeanList) {
this.healthCareDRGInformationBeanList = healthCareDRGInformationBeanList;
}

}