org.molgenis.jaxb
Class SpecimenAvailabilitySummaryProfile

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

public class SpecimenAvailabilitySummaryProfile
extends Object

Java class for SpecimenAvailabilitySummaryProfile complex type.

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

 <complexType name="SpecimenAvailabilitySummaryProfile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="restrictsAccessTo" 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="isAvailableToCommercialOrganizations" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isAvailableToForeignInvestigators" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isAvailableToOutsideInstitution" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isCollaborationRequired" 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 SpecimenAvailabilitySummaryProfile.RestrictsAccessTo
          Java class for anonymous complex type.
 
Field Summary
protected  Integer id
           
protected  Boolean isAvailableToCommercialOrganizations
           
protected  Boolean isAvailableToForeignInvestigators
           
protected  Boolean isAvailableToOutsideInstitution
           
protected  Boolean isCollaborationRequired
           
protected  SpecimenAvailabilitySummaryProfile.RestrictsAccessTo restrictsAccessTo
           
 
Constructor Summary
SpecimenAvailabilitySummaryProfile()
           
 
Method Summary
 Integer getId()
          Gets the value of the id property.
 SpecimenAvailabilitySummaryProfile.RestrictsAccessTo getRestrictsAccessTo()
          Gets the value of the restrictsAccessTo property.
 Boolean isIsAvailableToCommercialOrganizations()
          Gets the value of the isAvailableToCommercialOrganizations property.
 Boolean isIsAvailableToForeignInvestigators()
          Gets the value of the isAvailableToForeignInvestigators property.
 Boolean isIsAvailableToOutsideInstitution()
          Gets the value of the isAvailableToOutsideInstitution property.
 Boolean isIsCollaborationRequired()
          Gets the value of the isCollaborationRequired property.
 void setId(Integer value)
          Sets the value of the id property.
 void setIsAvailableToCommercialOrganizations(Boolean value)
          Sets the value of the isAvailableToCommercialOrganizations property.
 void setIsAvailableToForeignInvestigators(Boolean value)
          Sets the value of the isAvailableToForeignInvestigators property.
 void setIsAvailableToOutsideInstitution(Boolean value)
          Sets the value of the isAvailableToOutsideInstitution property.
 void setIsCollaborationRequired(Boolean value)
          Sets the value of the isCollaborationRequired property.
 void setRestrictsAccessTo(SpecimenAvailabilitySummaryProfile.RestrictsAccessTo value)
          Sets the value of the restrictsAccessTo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restrictsAccessTo

protected SpecimenAvailabilitySummaryProfile.RestrictsAccessTo restrictsAccessTo

isAvailableToCommercialOrganizations

protected Boolean isAvailableToCommercialOrganizations

isAvailableToForeignInvestigators

protected Boolean isAvailableToForeignInvestigators

isAvailableToOutsideInstitution

protected Boolean isAvailableToOutsideInstitution

isCollaborationRequired

protected Boolean isCollaborationRequired

id

protected Integer id
Constructor Detail

SpecimenAvailabilitySummaryProfile

public SpecimenAvailabilitySummaryProfile()
Method Detail

getRestrictsAccessTo

public SpecimenAvailabilitySummaryProfile.RestrictsAccessTo getRestrictsAccessTo()
Gets the value of the restrictsAccessTo property.

Returns:
possible object is SpecimenAvailabilitySummaryProfile.RestrictsAccessTo

setRestrictsAccessTo

public void setRestrictsAccessTo(SpecimenAvailabilitySummaryProfile.RestrictsAccessTo value)
Sets the value of the restrictsAccessTo property.

Parameters:
value - allowed object is SpecimenAvailabilitySummaryProfile.RestrictsAccessTo

isIsAvailableToCommercialOrganizations

public Boolean isIsAvailableToCommercialOrganizations()
Gets the value of the isAvailableToCommercialOrganizations property.

Returns:
possible object is Boolean

setIsAvailableToCommercialOrganizations

public void setIsAvailableToCommercialOrganizations(Boolean value)
Sets the value of the isAvailableToCommercialOrganizations property.

Parameters:
value - allowed object is Boolean

isIsAvailableToForeignInvestigators

public Boolean isIsAvailableToForeignInvestigators()
Gets the value of the isAvailableToForeignInvestigators property.

Returns:
possible object is Boolean

setIsAvailableToForeignInvestigators

public void setIsAvailableToForeignInvestigators(Boolean value)
Sets the value of the isAvailableToForeignInvestigators property.

Parameters:
value - allowed object is Boolean

isIsAvailableToOutsideInstitution

public Boolean isIsAvailableToOutsideInstitution()
Gets the value of the isAvailableToOutsideInstitution property.

Returns:
possible object is Boolean

setIsAvailableToOutsideInstitution

public void setIsAvailableToOutsideInstitution(Boolean value)
Sets the value of the isAvailableToOutsideInstitution property.

Parameters:
value - allowed object is Boolean

isIsCollaborationRequired

public Boolean isIsCollaborationRequired()
Gets the value of the isCollaborationRequired property.

Returns:
possible object is Boolean

setIsCollaborationRequired

public void setIsCollaborationRequired(Boolean value)
Sets the value of the isCollaborationRequired 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.