|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.Study
public class Study
Java class for Study complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Study">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="purpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://archer.edu.au/schemas/icat}StudyStatus" minOccurs="0"/>
<element name="relatedMaterial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="investigation" type="{http://archer.edu.au/schemas/icat}Investigation" 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.Integer |
id
|
protected java.util.List<Investigation> |
investigation
|
protected java.lang.String |
location
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
name
|
protected java.lang.String |
purpose
|
protected java.lang.String |
relatedMaterial
|
protected StudyStatus |
status
|
| Constructor Summary | |
|---|---|
Study()
|
|
| Method Summary | |
|---|---|
void |
addInvestigation(Investigation 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.Integer |
getId()
Gets the value of the id property. |
java.util.List<Investigation> |
getInvestigation()
Gets the value of the investigation property. |
java.lang.String |
getLocation()
Gets the value of the location 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 |
getName()
Gets the value of the name property. |
java.lang.String |
getPurpose()
Gets the value of the purpose property. |
java.lang.String |
getRelatedMaterial()
Gets the value of the relatedMaterial property. |
StudyStatus |
getStatus()
Gets the value of the status property. |
boolean |
isDeleted()
Gets the value of the deleted property. |
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDeleted()
|
boolean |
isSetId()
|
boolean |
isSetInvestigation()
|
boolean |
isSetLocation()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetName()
|
boolean |
isSetPurpose()
|
boolean |
isSetRelatedMaterial()
|
boolean |
isSetStatus()
|
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 |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setInvestigation(java.util.List<Investigation> investigation)
|
void |
setLocation(java.lang.String value)
Sets the value of the location 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 |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPurpose(java.lang.String value)
Sets the value of the purpose property. |
void |
setRelatedMaterial(java.lang.String value)
Sets the value of the relatedMaterial property. |
void |
setStatus(StudyStatus value)
Sets the value of the status property. |
void |
unsetInvestigation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer id
protected java.lang.String name
protected java.lang.String location
protected java.lang.String purpose
protected StudyStatus status
protected java.lang.String relatedMaterial
protected boolean deleted
protected java.util.List<Investigation> investigation
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public Study()
| Method Detail |
|---|
public java.lang.Integer getId()
Stringpublic void setId(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public java.lang.String getPurpose()
Stringpublic void setPurpose(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPurpose()
public StudyStatus getStatus()
StudyStatuspublic void setStatus(StudyStatus value)
value - allowed object is
StudyStatuspublic boolean isSetStatus()
public java.lang.String getRelatedMaterial()
Stringpublic void setRelatedMaterial(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRelatedMaterial()
public boolean isDeleted()
public void setDeleted(boolean value)
public boolean isSetDeleted()
public java.util.List<Investigation> getInvestigation()
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 investigation property.
For example, to add a new item, do as follows:
getInvestigation().add(newItem);
Objects of the following type(s) are allowed in the list
Investigation
public void setInvestigation(java.util.List<Investigation> investigation)
public boolean isSetInvestigation()
public void unsetInvestigation()
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 addInvestigation(Investigation 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 | |||||||||