org.molgenis.jaxb
Class AnnotationAvailabilityProfile

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

public class AnnotationAvailabilityProfile
extends Object

Java class for AnnotationAvailabilityProfile complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AnnotationAvailabilityProfile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="providesInformationTo" 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}CollectionProtocol" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="hasAdditionalPatientDemographics" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasExposureHistory" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasFamilyHistory" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasHistopathologicInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasLabData" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasLongitudinalSpecimens" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasMatchedSpecimens" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasOutcomeInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasParticipantsAvailableForFollowup" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hasTreatmentInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AnnotationAvailabilityProfile.ProvidesInformationTo
          Java class for anonymous complex type.
 
Field Summary
protected  Boolean hasAdditionalPatientDemographics
           
protected  Boolean hasExposureHistory
           
protected  Boolean hasFamilyHistory
           
protected  Boolean hasHistopathologicInformation
           
protected  Boolean hasLabData
           
protected  Boolean hasLongitudinalSpecimens
           
protected  Boolean hasMatchedSpecimens
           
protected  Boolean hasOutcomeInformation
           
protected  Boolean hasParticipantsAvailableForFollowup
           
protected  Boolean hasTreatmentInformation
           
protected  Integer id
           
protected  AnnotationAvailabilityProfile.ProvidesInformationTo providesInformationTo
           
 
Constructor Summary
AnnotationAvailabilityProfile()
           
 
Method Summary
 Integer getId()
          Gets the value of the id property.
 AnnotationAvailabilityProfile.ProvidesInformationTo getProvidesInformationTo()
          Gets the value of the providesInformationTo property.
 Boolean isHasAdditionalPatientDemographics()
          Gets the value of the hasAdditionalPatientDemographics property.
 Boolean isHasExposureHistory()
          Gets the value of the hasExposureHistory property.
 Boolean isHasFamilyHistory()
          Gets the value of the hasFamilyHistory property.
 Boolean isHasHistopathologicInformation()
          Gets the value of the hasHistopathologicInformation property.
 Boolean isHasLabData()
          Gets the value of the hasLabData property.
 Boolean isHasLongitudinalSpecimens()
          Gets the value of the hasLongitudinalSpecimens property.
 Boolean isHasMatchedSpecimens()
          Gets the value of the hasMatchedSpecimens property.
 Boolean isHasOutcomeInformation()
          Gets the value of the hasOutcomeInformation property.
 Boolean isHasParticipantsAvailableForFollowup()
          Gets the value of the hasParticipantsAvailableForFollowup property.
 Boolean isHasTreatmentInformation()
          Gets the value of the hasTreatmentInformation property.
 void setHasAdditionalPatientDemographics(Boolean value)
          Sets the value of the hasAdditionalPatientDemographics property.
 void setHasExposureHistory(Boolean value)
          Sets the value of the hasExposureHistory property.
 void setHasFamilyHistory(Boolean value)
          Sets the value of the hasFamilyHistory property.
 void setHasHistopathologicInformation(Boolean value)
          Sets the value of the hasHistopathologicInformation property.
 void setHasLabData(Boolean value)
          Sets the value of the hasLabData property.
 void setHasLongitudinalSpecimens(Boolean value)
          Sets the value of the hasLongitudinalSpecimens property.
 void setHasMatchedSpecimens(Boolean value)
          Sets the value of the hasMatchedSpecimens property.
 void setHasOutcomeInformation(Boolean value)
          Sets the value of the hasOutcomeInformation property.
 void setHasParticipantsAvailableForFollowup(Boolean value)
          Sets the value of the hasParticipantsAvailableForFollowup property.
 void setHasTreatmentInformation(Boolean value)
          Sets the value of the hasTreatmentInformation property.
 void setId(Integer value)
          Sets the value of the id property.
 void setProvidesInformationTo(AnnotationAvailabilityProfile.ProvidesInformationTo value)
          Sets the value of the providesInformationTo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providesInformationTo

protected AnnotationAvailabilityProfile.ProvidesInformationTo providesInformationTo

hasAdditionalPatientDemographics

protected Boolean hasAdditionalPatientDemographics

hasExposureHistory

protected Boolean hasExposureHistory

hasFamilyHistory

protected Boolean hasFamilyHistory

hasHistopathologicInformation

protected Boolean hasHistopathologicInformation

hasLabData

protected Boolean hasLabData

hasLongitudinalSpecimens

protected Boolean hasLongitudinalSpecimens

hasMatchedSpecimens

protected Boolean hasMatchedSpecimens

hasOutcomeInformation

protected Boolean hasOutcomeInformation

hasParticipantsAvailableForFollowup

protected Boolean hasParticipantsAvailableForFollowup

hasTreatmentInformation

protected Boolean hasTreatmentInformation

id

protected Integer id
Constructor Detail

AnnotationAvailabilityProfile

public AnnotationAvailabilityProfile()
Method Detail

getProvidesInformationTo

public AnnotationAvailabilityProfile.ProvidesInformationTo getProvidesInformationTo()
Gets the value of the providesInformationTo property.

Returns:
possible object is AnnotationAvailabilityProfile.ProvidesInformationTo

setProvidesInformationTo

public void setProvidesInformationTo(AnnotationAvailabilityProfile.ProvidesInformationTo value)
Sets the value of the providesInformationTo property.

Parameters:
value - allowed object is AnnotationAvailabilityProfile.ProvidesInformationTo

isHasAdditionalPatientDemographics

public Boolean isHasAdditionalPatientDemographics()
Gets the value of the hasAdditionalPatientDemographics property.

Returns:
possible object is Boolean

setHasAdditionalPatientDemographics

public void setHasAdditionalPatientDemographics(Boolean value)
Sets the value of the hasAdditionalPatientDemographics property.

Parameters:
value - allowed object is Boolean

isHasExposureHistory

public Boolean isHasExposureHistory()
Gets the value of the hasExposureHistory property.

Returns:
possible object is Boolean

setHasExposureHistory

public void setHasExposureHistory(Boolean value)
Sets the value of the hasExposureHistory property.

Parameters:
value - allowed object is Boolean

isHasFamilyHistory

public Boolean isHasFamilyHistory()
Gets the value of the hasFamilyHistory property.

Returns:
possible object is Boolean

setHasFamilyHistory

public void setHasFamilyHistory(Boolean value)
Sets the value of the hasFamilyHistory property.

Parameters:
value - allowed object is Boolean

isHasHistopathologicInformation

public Boolean isHasHistopathologicInformation()
Gets the value of the hasHistopathologicInformation property.

Returns:
possible object is Boolean

setHasHistopathologicInformation

public void setHasHistopathologicInformation(Boolean value)
Sets the value of the hasHistopathologicInformation property.

Parameters:
value - allowed object is Boolean

isHasLabData

public Boolean isHasLabData()
Gets the value of the hasLabData property.

Returns:
possible object is Boolean

setHasLabData

public void setHasLabData(Boolean value)
Sets the value of the hasLabData property.

Parameters:
value - allowed object is Boolean

isHasLongitudinalSpecimens

public Boolean isHasLongitudinalSpecimens()
Gets the value of the hasLongitudinalSpecimens property.

Returns:
possible object is Boolean

setHasLongitudinalSpecimens

public void setHasLongitudinalSpecimens(Boolean value)
Sets the value of the hasLongitudinalSpecimens property.

Parameters:
value - allowed object is Boolean

isHasMatchedSpecimens

public Boolean isHasMatchedSpecimens()
Gets the value of the hasMatchedSpecimens property.

Returns:
possible object is Boolean

setHasMatchedSpecimens

public void setHasMatchedSpecimens(Boolean value)
Sets the value of the hasMatchedSpecimens property.

Parameters:
value - allowed object is Boolean

isHasOutcomeInformation

public Boolean isHasOutcomeInformation()
Gets the value of the hasOutcomeInformation property.

Returns:
possible object is Boolean

setHasOutcomeInformation

public void setHasOutcomeInformation(Boolean value)
Sets the value of the hasOutcomeInformation property.

Parameters:
value - allowed object is Boolean

isHasParticipantsAvailableForFollowup

public Boolean isHasParticipantsAvailableForFollowup()
Gets the value of the hasParticipantsAvailableForFollowup property.

Returns:
possible object is Boolean

setHasParticipantsAvailableForFollowup

public void setHasParticipantsAvailableForFollowup(Boolean value)
Sets the value of the hasParticipantsAvailableForFollowup property.

Parameters:
value - allowed object is Boolean

isHasTreatmentInformation

public Boolean isHasTreatmentInformation()
Gets the value of the hasTreatmentInformation property.

Returns:
possible object is Boolean

setHasTreatmentInformation

public void setHasTreatmentInformation(Boolean value)
Sets the value of the hasTreatmentInformation property.

Parameters:
value - allowed object is Boolean

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.