|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.FacilityUser
public class FacilityUser
Java class for FacilityUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="facilityUserID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="federalID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initials" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="middleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="investigations" type="{http://archer.edu.au/schemas/icat}Investigator" maxOccurs="unbounded" minOccurs="0"/>
<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.String |
federalID
|
protected java.lang.String |
firstName
|
protected java.lang.String |
initials
|
protected java.util.List<Investigator> |
investigations
|
protected java.lang.String |
lastName
|
protected java.lang.String |
middleName
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
FacilityUser()
|
|
| Method Summary | |
|---|---|
void |
addInvestigations(Investigator child)
|
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. |
java.lang.String |
getFacilityUserID()
Gets the value of the facilityUserID property. |
java.lang.String |
getFederalID()
Gets the value of the federalID property. |
java.lang.String |
getFirstName()
Gets the value of the firstName property. |
java.lang.String |
getInitials()
Gets the value of the initials property. |
java.util.List<Investigator> |
getInvestigations()
Gets the value of the investigations property. |
java.lang.String |
getLastName()
Gets the value of the lastName property. |
java.lang.String |
getMiddleName()
Gets the value of the middleName 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 |
getTitle()
Gets the value of the title property. |
boolean |
isDeleted()
Gets the value of the deleted property. |
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDeleted()
|
boolean |
isSetFacilityUserID()
|
boolean |
isSetFederalID()
|
boolean |
isSetFirstName()
|
boolean |
isSetInitials()
|
boolean |
isSetInvestigations()
|
boolean |
isSetLastName()
|
boolean |
isSetMiddleName()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetTitle()
|
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 |
setFacilityUserID(java.lang.String value)
Sets the value of the facilityUserID property. |
void |
setFederalID(java.lang.String value)
Sets the value of the federalID property. |
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property. |
void |
setInitials(java.lang.String value)
Sets the value of the initials property. |
void |
setInvestigations(java.util.List<Investigator> investigations)
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property. |
void |
setMiddleName(java.lang.String value)
Sets the value of the middleName 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 |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
unsetInvestigations()
|
| 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.String federalID
protected java.lang.String title
protected java.lang.String initials
protected java.lang.String firstName
protected java.lang.String middleName
protected java.lang.String lastName
protected boolean deleted
protected java.util.List<Investigator> investigations
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public FacilityUser()
| Method Detail |
|---|
public java.lang.String getFacilityUserID()
Stringpublic void setFacilityUserID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFacilityUserID()
public java.lang.String getFederalID()
Stringpublic void setFederalID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFederalID()
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public java.lang.String getInitials()
Stringpublic void setInitials(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetInitials()
public java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFirstName()
public java.lang.String getMiddleName()
Stringpublic void setMiddleName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMiddleName()
public java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastName()
public boolean isDeleted()
public void setDeleted(boolean value)
public boolean isSetDeleted()
public java.util.List<Investigator> getInvestigations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the investigations property.
For example, to add a new item, do as follows:
getInvestigations().add(newItem);
Objects of the following type(s) are allowed in the list
Investigator
public void setInvestigations(java.util.List<Investigator> investigations)
public boolean isSetInvestigations()
public void unsetInvestigations()
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 void addInvestigations(Investigator child)
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 | |||||||||