public class CollectionProtocol
extends java.lang.Object
Java class for CollectionProtocol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionProtocol">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enrolls" 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}ParticipantCollectionSummary" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="residesAt" 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}Institution" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="isConstrainedBy" type="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}SpecimenAvailabilitySummaryProfile" form="qualified"/>
<element name="makesAvailable" type="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}AnnotationAvailabilityProfile" form="qualified"/>
<element name="isAssignedTo" type="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}SpecimenCollectionContact" form="qualified"/>
</sequence>
<attribute name="dateLastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionProtocol.Enrolls
Java class for anonymous complex type.
|
static class |
CollectionProtocol.ResidesAt
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastUpdated |
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected CollectionProtocol.Enrolls |
enrolls |
protected java.lang.Integer |
id |
protected java.lang.String |
identifier |
protected SpecimenCollectionContact |
isAssignedTo |
protected SpecimenAvailabilitySummaryProfile |
isConstrainedBy |
protected AnnotationAvailabilityProfile |
makesAvailable |
protected java.lang.String |
name |
protected CollectionProtocol.ResidesAt |
residesAt |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
| Constructor and Description |
|---|
CollectionProtocol() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastUpdated()
Gets the value of the dateLastUpdated property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
CollectionProtocol.Enrolls |
getEnrolls()
Gets the value of the enrolls property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
java.lang.String |
getIdentifier()
Gets the value of the identifier property.
|
SpecimenCollectionContact |
getIsAssignedTo()
Gets the value of the isAssignedTo property.
|
SpecimenAvailabilitySummaryProfile |
getIsConstrainedBy()
Gets the value of the isConstrainedBy property.
|
AnnotationAvailabilityProfile |
getMakesAvailable()
Gets the value of the makesAvailable property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
CollectionProtocol.ResidesAt |
getResidesAt()
Gets the value of the residesAt property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setDateLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastUpdated property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setEnrolls(CollectionProtocol.Enrolls value)
Sets the value of the enrolls property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property.
|
void |
setIsAssignedTo(SpecimenCollectionContact value)
Sets the value of the isAssignedTo property.
|
void |
setIsConstrainedBy(SpecimenAvailabilitySummaryProfile value)
Sets the value of the isConstrainedBy property.
|
void |
setMakesAvailable(AnnotationAvailabilityProfile value)
Sets the value of the makesAvailable property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setResidesAt(CollectionProtocol.ResidesAt value)
Sets the value of the residesAt property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
protected CollectionProtocol.Enrolls enrolls
protected CollectionProtocol.ResidesAt residesAt
protected SpecimenAvailabilitySummaryProfile isConstrainedBy
protected AnnotationAvailabilityProfile makesAvailable
protected SpecimenCollectionContact isAssignedTo
protected javax.xml.datatype.XMLGregorianCalendar dateLastUpdated
protected javax.xml.datatype.XMLGregorianCalendar endDate
protected java.lang.String name
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected java.lang.Integer id
protected java.lang.String identifier
public CollectionProtocol.Enrolls getEnrolls()
CollectionProtocol.Enrollspublic void setEnrolls(CollectionProtocol.Enrolls value)
value - allowed object is
CollectionProtocol.Enrollspublic CollectionProtocol.ResidesAt getResidesAt()
CollectionProtocol.ResidesAtpublic void setResidesAt(CollectionProtocol.ResidesAt value)
value - allowed object is
CollectionProtocol.ResidesAtpublic SpecimenAvailabilitySummaryProfile getIsConstrainedBy()
SpecimenAvailabilitySummaryProfilepublic void setIsConstrainedBy(SpecimenAvailabilitySummaryProfile value)
value - allowed object is
SpecimenAvailabilitySummaryProfilepublic AnnotationAvailabilityProfile getMakesAvailable()
AnnotationAvailabilityProfilepublic void setMakesAvailable(AnnotationAvailabilityProfile value)
value - allowed object is
AnnotationAvailabilityProfilepublic SpecimenCollectionContact getIsAssignedTo()
SpecimenCollectionContactpublic void setIsAssignedTo(SpecimenCollectionContact value)
value - allowed object is
SpecimenCollectionContactpublic javax.xml.datatype.XMLGregorianCalendar getDateLastUpdated()
XMLGregorianCalendarpublic void setDateLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
StringCopyright © 2014. All Rights Reserved.