|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.Investigator
public class Investigator
Java class for Investigator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Investigator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="facilityUserID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="investigationID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="createId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="modifyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected boolean |
deleted
|
protected java.lang.String |
facilityUserID
|
protected java.lang.Integer |
investigationID
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
role
|
| Constructor Summary | |
|---|---|
Investigator()
|
|
| Method Summary | |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes. |
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
FacilityUser |
getFacilityUser()
|
java.lang.String |
getFacilityUserID()
Gets the value of the facilityUserID property. |
Investigation |
getInvestigation()
|
java.lang.Integer |
getInvestigationID()
Gets the value of the investigationID property. |
java.lang.Integer |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
java.lang.String |
getRole()
Gets the value of the role property. |
boolean |
isDeleted()
Gets the value of the deleted property. |
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDeleted()
|
boolean |
isSetFacilityUserID()
|
boolean |
isSetInvestigationID()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetRole()
|
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime property. |
void |
setDeleted(boolean value)
Sets the value of the deleted property. |
void |
setFacilityUser(FacilityUser facilityUser)
|
void |
setFacilityUserID(java.lang.String value)
Sets the value of the facilityUserID property. |
void |
setInvestigation(Investigation investigation)
|
void |
setInvestigationID(java.lang.Integer value)
Sets the value of the investigationID property. |
void |
setModifyId(java.lang.Integer value)
Sets the value of the modifyId property. |
void |
setModifyTime(java.util.Calendar value)
Sets the value of the modifyTime property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String facilityUserID
protected java.lang.Integer investigationID
protected java.lang.String role
protected boolean deleted
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public Investigator()
| Method Detail |
|---|
public java.lang.String getFacilityUserID()
Stringpublic void setFacilityUserID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFacilityUserID()
public java.lang.Integer getInvestigationID()
Stringpublic void setInvestigationID(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetInvestigationID()
public java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRole()
public boolean isDeleted()
public void setDeleted(boolean value)
public boolean isSetDeleted()
public java.lang.Integer getCreateId()
getCreateId in interface BaseDomainStringpublic void setCreateId(java.lang.Integer value)
setCreateId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateId()
public java.util.Calendar getCreateTime()
getCreateTime in interface BaseDomainStringpublic void setCreateTime(java.util.Calendar value)
setCreateTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateTime()
public java.lang.Integer getModifyId()
getModifyId in interface BaseDomainStringpublic void setModifyId(java.lang.Integer value)
setModifyId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyId()
public java.util.Calendar getModifyTime()
getModifyTime in interface BaseDomainStringpublic void setModifyTime(java.util.Calendar value)
setModifyTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyTime()
public FacilityUser getFacilityUser()
public void setFacilityUser(FacilityUser facilityUser)
public Investigation getInvestigation()
public void setInvestigation(Investigation investigation)
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - The unmarshaller that generated the instance.parent - The parent object in the object tree.
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||