public class ParticipantCollectionSummary
extends java.lang.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 java.lang.String |
ethnicity |
protected java.lang.String |
gender |
protected java.lang.Integer |
id |
protected ParticipantCollectionSummary.IsClassifiedBy |
isClassifiedBy |
protected java.lang.Integer |
participantCount |
protected ParticipantCollectionSummary.Provides |
provides |
protected ParticipantCollectionSummary.Receives |
receives |
| Constructor and Description |
|---|
ParticipantCollectionSummary() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEthnicity()
Gets the value of the ethnicity property.
|
java.lang.String |
getGender()
Gets the value of the gender property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
ParticipantCollectionSummary.IsClassifiedBy |
getIsClassifiedBy()
Gets the value of the isClassifiedBy property.
|
java.lang.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(java.lang.String value)
Sets the value of the ethnicity property.
|
void |
setGender(java.lang.String value)
Sets the value of the gender property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setIsClassifiedBy(ParticipantCollectionSummary.IsClassifiedBy value)
Sets the value of the isClassifiedBy property.
|
void |
setParticipantCount(java.lang.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 java.lang.Integer participantCount
protected java.lang.String ethnicity
protected java.lang.String gender
protected java.lang.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 java.lang.Integer getParticipantCount()
Integerpublic void setParticipantCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getEthnicity()
Stringpublic void setEthnicity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGender()
Stringpublic void setGender(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2014. All Rights Reserved.