public class SpecimenAvailabilitySummaryProfile
extends java.lang.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 java.lang.Integer |
id |
protected java.lang.Boolean |
isAvailableToCommercialOrganizations |
protected java.lang.Boolean |
isAvailableToForeignInvestigators |
protected java.lang.Boolean |
isAvailableToOutsideInstitution |
protected java.lang.Boolean |
isCollaborationRequired |
protected SpecimenAvailabilitySummaryProfile.RestrictsAccessTo |
restrictsAccessTo |
| Constructor and Description |
|---|
SpecimenAvailabilitySummaryProfile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
Gets the value of the id property.
|
SpecimenAvailabilitySummaryProfile.RestrictsAccessTo |
getRestrictsAccessTo()
Gets the value of the restrictsAccessTo property.
|
java.lang.Boolean |
isIsAvailableToCommercialOrganizations()
Gets the value of the isAvailableToCommercialOrganizations property.
|
java.lang.Boolean |
isIsAvailableToForeignInvestigators()
Gets the value of the isAvailableToForeignInvestigators property.
|
java.lang.Boolean |
isIsAvailableToOutsideInstitution()
Gets the value of the isAvailableToOutsideInstitution property.
|
java.lang.Boolean |
isIsCollaborationRequired()
Gets the value of the isCollaborationRequired property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setIsAvailableToCommercialOrganizations(java.lang.Boolean value)
Sets the value of the isAvailableToCommercialOrganizations property.
|
void |
setIsAvailableToForeignInvestigators(java.lang.Boolean value)
Sets the value of the isAvailableToForeignInvestigators property.
|
void |
setIsAvailableToOutsideInstitution(java.lang.Boolean value)
Sets the value of the isAvailableToOutsideInstitution property.
|
void |
setIsCollaborationRequired(java.lang.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 java.lang.Boolean isAvailableToCommercialOrganizations
protected java.lang.Boolean isAvailableToForeignInvestigators
protected java.lang.Boolean isAvailableToOutsideInstitution
protected java.lang.Boolean isCollaborationRequired
protected java.lang.Integer id
public SpecimenAvailabilitySummaryProfile.RestrictsAccessTo getRestrictsAccessTo()
SpecimenAvailabilitySummaryProfile.RestrictsAccessTopublic void setRestrictsAccessTo(SpecimenAvailabilitySummaryProfile.RestrictsAccessTo value)
value - allowed object is
SpecimenAvailabilitySummaryProfile.RestrictsAccessTopublic java.lang.Boolean isIsAvailableToCommercialOrganizations()
Booleanpublic void setIsAvailableToCommercialOrganizations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAvailableToForeignInvestigators()
Booleanpublic void setIsAvailableToForeignInvestigators(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAvailableToOutsideInstitution()
Booleanpublic void setIsAvailableToOutsideInstitution(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsCollaborationRequired()
Booleanpublic void setIsCollaborationRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2014. All Rights Reserved.