public class Report
extends java.lang.Object
Java class for Report complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Report">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="screeningTypeCode">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="screeningTypeCode" type="{http://mock.sist.sirs/screeningReport}ScreeningTypeCodeEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="eligiblePopulation" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="invitations" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="invitationsPerc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reminders" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="remindersPerc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="participant" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="participantPerc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reminderParticipant" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reminderParticipantPerc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="negatives" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="negativesPerc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="positives" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="positivesPerc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="noResponse" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="suspensions" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="consensusYes" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Report.ScreeningTypeCode
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
consensusYes |
protected int |
eligiblePopulation |
protected int |
invitations |
protected int |
invitationsPerc |
protected int |
negatives |
protected int |
negativesPerc |
protected int |
noResponse |
protected int |
participant |
protected int |
participantPerc |
protected int |
positives |
protected int |
positivesPerc |
protected int |
reminderParticipant |
protected int |
reminderParticipantPerc |
protected int |
reminders |
protected int |
remindersPerc |
protected Report.ScreeningTypeCode |
screeningTypeCode |
protected int |
suspensions |
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConsensusYes()
Gets the value of the consensusYes property.
|
int |
getEligiblePopulation()
Gets the value of the eligiblePopulation property.
|
int |
getInvitations()
Gets the value of the invitations property.
|
int |
getInvitationsPerc()
Gets the value of the invitationsPerc property.
|
int |
getNegatives()
Gets the value of the negatives property.
|
int |
getNegativesPerc()
Gets the value of the negativesPerc property.
|
int |
getNoResponse()
Gets the value of the noResponse property.
|
int |
getParticipant()
Gets the value of the participant property.
|
int |
getParticipantPerc()
Gets the value of the participantPerc property.
|
int |
getPositives()
Gets the value of the positives property.
|
int |
getPositivesPerc()
Gets the value of the positivesPerc property.
|
int |
getReminderParticipant()
Gets the value of the reminderParticipant property.
|
int |
getReminderParticipantPerc()
Gets the value of the reminderParticipantPerc property.
|
int |
getReminders()
Gets the value of the reminders property.
|
int |
getRemindersPerc()
Gets the value of the remindersPerc property.
|
Report.ScreeningTypeCode |
getScreeningTypeCode()
Gets the value of the screeningTypeCode property.
|
int |
getSuspensions()
Gets the value of the suspensions property.
|
void |
setConsensusYes(int value)
Sets the value of the consensusYes property.
|
void |
setEligiblePopulation(int value)
Sets the value of the eligiblePopulation property.
|
void |
setInvitations(int value)
Sets the value of the invitations property.
|
void |
setInvitationsPerc(int value)
Sets the value of the invitationsPerc property.
|
void |
setNegatives(int value)
Sets the value of the negatives property.
|
void |
setNegativesPerc(int value)
Sets the value of the negativesPerc property.
|
void |
setNoResponse(int value)
Sets the value of the noResponse property.
|
void |
setParticipant(int value)
Sets the value of the participant property.
|
void |
setParticipantPerc(int value)
Sets the value of the participantPerc property.
|
void |
setPositives(int value)
Sets the value of the positives property.
|
void |
setPositivesPerc(int value)
Sets the value of the positivesPerc property.
|
void |
setReminderParticipant(int value)
Sets the value of the reminderParticipant property.
|
void |
setReminderParticipantPerc(int value)
Sets the value of the reminderParticipantPerc property.
|
void |
setReminders(int value)
Sets the value of the reminders property.
|
void |
setRemindersPerc(int value)
Sets the value of the remindersPerc property.
|
void |
setScreeningTypeCode(Report.ScreeningTypeCode value)
Sets the value of the screeningTypeCode property.
|
void |
setSuspensions(int value)
Sets the value of the suspensions property.
|
protected Report.ScreeningTypeCode screeningTypeCode
protected int eligiblePopulation
protected int invitations
protected int invitationsPerc
protected int reminders
protected int remindersPerc
protected int participant
protected int participantPerc
protected int reminderParticipant
protected int reminderParticipantPerc
protected int negatives
protected int negativesPerc
protected int positives
protected int positivesPerc
protected int noResponse
protected int suspensions
protected int consensusYes
public Report.ScreeningTypeCode getScreeningTypeCode()
Report.ScreeningTypeCodepublic void setScreeningTypeCode(Report.ScreeningTypeCode value)
value - allowed object is
Report.ScreeningTypeCodepublic int getEligiblePopulation()
public void setEligiblePopulation(int value)
public int getInvitations()
public void setInvitations(int value)
public int getInvitationsPerc()
public void setInvitationsPerc(int value)
public int getReminders()
public void setReminders(int value)
public int getRemindersPerc()
public void setRemindersPerc(int value)
public int getParticipant()
public void setParticipant(int value)
public int getParticipantPerc()
public void setParticipantPerc(int value)
public int getReminderParticipant()
public void setReminderParticipant(int value)
public int getReminderParticipantPerc()
public void setReminderParticipantPerc(int value)
public int getNegatives()
public void setNegatives(int value)
public int getNegativesPerc()
public void setNegativesPerc(int value)
public int getPositives()
public void setPositives(int value)
public int getPositivesPerc()
public void setPositivesPerc(int value)
public int getNoResponse()
public void setNoResponse(int value)
public int getSuspensions()
public void setSuspensions(int value)
public int getConsensusYes()
public void setConsensusYes(int value)