|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.CollectionProtocol
public class CollectionProtocol
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>
| Nested Class Summary | |
|---|---|
static class |
CollectionProtocol.Enrolls
Java class for anonymous complex type. |
static class |
CollectionProtocol.ResidesAt
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
dateLastUpdated
|
protected XMLGregorianCalendar |
endDate
|
protected CollectionProtocol.Enrolls |
enrolls
|
protected Integer |
id
|
protected String |
identifier
|
protected SpecimenCollectionContact |
isAssignedTo
|
protected SpecimenAvailabilitySummaryProfile |
isConstrainedBy
|
protected AnnotationAvailabilityProfile |
makesAvailable
|
protected String |
name
|
protected CollectionProtocol.ResidesAt |
residesAt
|
protected XMLGregorianCalendar |
startDate
|
| Constructor Summary | |
|---|---|
CollectionProtocol()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getDateLastUpdated()
Gets the value of the dateLastUpdated property. |
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
CollectionProtocol.Enrolls |
getEnrolls()
Gets the value of the enrolls property. |
Integer |
getId()
Gets the value of the id property. |
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. |
String |
getName()
Gets the value of the name property. |
CollectionProtocol.ResidesAt |
getResidesAt()
Gets the value of the residesAt property. |
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
void |
setDateLastUpdated(XMLGregorianCalendar value)
Sets the value of the dateLastUpdated property. |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setEnrolls(CollectionProtocol.Enrolls value)
Sets the value of the enrolls property. |
void |
setId(Integer value)
Sets the value of the id property. |
void |
setIdentifier(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(String value)
Sets the value of the name property. |
void |
setResidesAt(CollectionProtocol.ResidesAt value)
Sets the value of the residesAt property. |
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CollectionProtocol.Enrolls enrolls
protected CollectionProtocol.ResidesAt residesAt
protected SpecimenAvailabilitySummaryProfile isConstrainedBy
protected AnnotationAvailabilityProfile makesAvailable
protected SpecimenCollectionContact isAssignedTo
protected XMLGregorianCalendar dateLastUpdated
protected XMLGregorianCalendar endDate
protected String name
protected XMLGregorianCalendar startDate
protected Integer id
protected String identifier
| Constructor Detail |
|---|
public CollectionProtocol()
| Method Detail |
|---|
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 XMLGregorianCalendar getDateLastUpdated()
XMLGregorianCalendarpublic void setDateLastUpdated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integerpublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||