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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecimenAvailabilitySummaryProfile.RestrictsAccessTo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected Boolean |
isAvailableToCommercialOrganizations |
protected Boolean |
isAvailableToForeignInvestigators |
protected Boolean |
isAvailableToOutsideInstitution |
protected Boolean |
isCollaborationRequired |
protected SpecimenAvailabilitySummaryProfile.RestrictsAccessTo |
restrictsAccessTo |
| Constructor and Description |
|---|
SpecimenAvailabilitySummaryProfile() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected SpecimenAvailabilitySummaryProfile.RestrictsAccessTo restrictsAccessTo
protected Boolean isAvailableToCommercialOrganizations
protected Boolean isAvailableToForeignInvestigators
protected Boolean isAvailableToOutsideInstitution
protected Boolean isCollaborationRequired
protected Integer id
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
BooleanCopyright © 2015. All Rights Reserved.