public abstract class ProtocolApplicationType extends IdentifiableType
Java class for ProtocolApplicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProtocolApplicationType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<attribute name="activityDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
activityDate |
id, name| Constructor and Description |
|---|
ProtocolApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getActivityDate()
Gets the value of the activityDate property.
|
void |
setActivityDate(XMLGregorianCalendar value)
Sets the value of the activityDate property.
|
getId, getName, setId, setNameprotected XMLGregorianCalendar activityDate
public XMLGregorianCalendar getActivityDate()
XMLGregorianCalendarpublic void setActivityDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.