|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.SpecimenAvailabilitySummaryProfile
public class SpecimenAvailabilitySummaryProfile
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 |
|---|
protected SpecimenAvailabilitySummaryProfile.RestrictsAccessTo restrictsAccessTo
protected Boolean isAvailableToCommercialOrganizations
protected Boolean isAvailableToForeignInvestigators
protected Boolean isAvailableToOutsideInstitution
protected Boolean isCollaborationRequired
protected Integer id
| Constructor Detail |
|---|
public SpecimenAvailabilitySummaryProfile()
| Method Detail |
|---|
public SpecimenAvailabilitySummaryProfile.RestrictsAccessTo getRestrictsAccessTo()
SpecimenAvailabilitySummaryProfile.RestrictsAccessTopublic void setRestrictsAccessTo(SpecimenAvailabilitySummaryProfile.RestrictsAccessTo value)
value - allowed object is
SpecimenAvailabilitySummaryProfile.RestrictsAccessTopublic Boolean isIsAvailableToCommercialOrganizations()
Booleanpublic void setIsAvailableToCommercialOrganizations(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsAvailableToForeignInvestigators()
Booleanpublic void setIsAvailableToForeignInvestigators(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsAvailableToOutsideInstitution()
Booleanpublic void setIsAvailableToOutsideInstitution(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsCollaborationRequired()
Booleanpublic void setIsCollaborationRequired(Boolean value)
value - allowed object is
Booleanpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||