org.molgenis.jaxb
Class ParticipantCollectionSummary

java.lang.Object
  extended by org.molgenis.jaxb.ParticipantCollectionSummary

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>
 


Nested Class Summary
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.
 
Field Summary
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 Summary
ParticipantCollectionSummary()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isClassifiedBy

protected ParticipantCollectionSummary.IsClassifiedBy isClassifiedBy

provides

protected ParticipantCollectionSummary.Provides provides

receives

protected ParticipantCollectionSummary.Receives receives

participantCount

protected Integer participantCount

ethnicity

protected String ethnicity

gender

protected String gender

id

protected Integer id
Constructor Detail

ParticipantCollectionSummary

public ParticipantCollectionSummary()
Method Detail

getIsClassifiedBy

public ParticipantCollectionSummary.IsClassifiedBy getIsClassifiedBy()
Gets the value of the isClassifiedBy property.

Returns:
possible object is ParticipantCollectionSummary.IsClassifiedBy

setIsClassifiedBy

public void setIsClassifiedBy(ParticipantCollectionSummary.IsClassifiedBy value)
Sets the value of the isClassifiedBy property.

Parameters:
value - allowed object is ParticipantCollectionSummary.IsClassifiedBy

getProvides

public ParticipantCollectionSummary.Provides getProvides()
Gets the value of the provides property.

Returns:
possible object is ParticipantCollectionSummary.Provides

setProvides

public void setProvides(ParticipantCollectionSummary.Provides value)
Sets the value of the provides property.

Parameters:
value - allowed object is ParticipantCollectionSummary.Provides

getReceives

public ParticipantCollectionSummary.Receives getReceives()
Gets the value of the receives property.

Returns:
possible object is ParticipantCollectionSummary.Receives

setReceives

public void setReceives(ParticipantCollectionSummary.Receives value)
Sets the value of the receives property.

Parameters:
value - allowed object is ParticipantCollectionSummary.Receives

getParticipantCount

public Integer getParticipantCount()
Gets the value of the participantCount property.

Returns:
possible object is Integer

setParticipantCount

public void setParticipantCount(Integer value)
Sets the value of the participantCount property.

Parameters:
value - allowed object is Integer

getEthnicity

public String getEthnicity()
Gets the value of the ethnicity property.

Returns:
possible object is String

setEthnicity

public void setEthnicity(String value)
Sets the value of the ethnicity property.

Parameters:
value - allowed object is String

getGender

public String getGender()
Gets the value of the gender property.

Returns:
possible object is String

setGender

public void setGender(String value)
Sets the value of the gender property.

Parameters:
value - allowed object is String

getId

public Integer getId()
Gets the value of the id property.

Returns:
possible object is Integer

setId

public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.