public class ParticipantCollectionSummary extends Object
Java class for ParticipantCollectionSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantCollectionSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isClassifiedBy" minOccurs="0" form="qualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}Race" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="provides" minOccurs="0" form="qualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}SpecimenCollectionSummary" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="receives" minOccurs="0" form="qualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}Diagnosis" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="participantCount" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ethnicity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="gender" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticipantCollectionSummary.IsClassifiedBy
Java class for anonymous complex type.
|
static class |
ParticipantCollectionSummary.Provides
Java class for anonymous complex type.
|
static class |
ParticipantCollectionSummary.Receives
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
ethnicity |
protected String |
gender |
protected Integer |
id |
protected ParticipantCollectionSummary.IsClassifiedBy |
isClassifiedBy |
protected Integer |
participantCount |
protected ParticipantCollectionSummary.Provides |
provides |
protected ParticipantCollectionSummary.Receives |
receives |
| Constructor and Description |
|---|
ParticipantCollectionSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEthnicity()
Gets the value of the ethnicity property.
|
String |
getGender()
Gets the value of the gender property.
|
Integer |
getId()
Gets the value of the id property.
|
ParticipantCollectionSummary.IsClassifiedBy |
getIsClassifiedBy()
Gets the value of the isClassifiedBy property.
|
Integer |
getParticipantCount()
Gets the value of the participantCount property.
|
ParticipantCollectionSummary.Provides |
getProvides()
Gets the value of the provides property.
|
ParticipantCollectionSummary.Receives |
getReceives()
Gets the value of the receives property.
|
void |
setEthnicity(String value)
Sets the value of the ethnicity property.
|
void |
setGender(String value)
Sets the value of the gender property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setIsClassifiedBy(ParticipantCollectionSummary.IsClassifiedBy value)
Sets the value of the isClassifiedBy property.
|
void |
setParticipantCount(Integer value)
Sets the value of the participantCount property.
|
void |
setProvides(ParticipantCollectionSummary.Provides value)
Sets the value of the provides property.
|
void |
setReceives(ParticipantCollectionSummary.Receives value)
Sets the value of the receives property.
|
protected ParticipantCollectionSummary.IsClassifiedBy isClassifiedBy
protected ParticipantCollectionSummary.Provides provides
protected ParticipantCollectionSummary.Receives receives
protected Integer participantCount
protected String ethnicity
protected String gender
protected Integer id
public ParticipantCollectionSummary.IsClassifiedBy getIsClassifiedBy()
ParticipantCollectionSummary.IsClassifiedBypublic void setIsClassifiedBy(ParticipantCollectionSummary.IsClassifiedBy value)
value - allowed object is
ParticipantCollectionSummary.IsClassifiedBypublic ParticipantCollectionSummary.Provides getProvides()
ParticipantCollectionSummary.Providespublic void setProvides(ParticipantCollectionSummary.Provides value)
value - allowed object is
ParticipantCollectionSummary.Providespublic ParticipantCollectionSummary.Receives getReceives()
ParticipantCollectionSummary.Receivespublic void setReceives(ParticipantCollectionSummary.Receives value)
value - allowed object is
ParticipantCollectionSummary.Receivespublic Integer getParticipantCount()
Integerpublic void setParticipantCount(Integer value)
value - allowed object is
Integerpublic String getEthnicity()
Stringpublic void setEthnicity(String value)
value - allowed object is
Stringpublic String getGender()
Stringpublic void setGender(String value)
value - allowed object is
StringCopyright © 2016. All Rights Reserved.