|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tridas.schema.TridasEntity
org.tridas.schema.TridasProject
public class TridasProject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.tridas.org/1.2.2}tridasEntity">
<sequence>
<element ref="{http://www.tridas.org/1.2.2}type" maxOccurs="unbounded"/>
<element ref="{http://www.tridas.org/1.2.2}description" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}file" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}laboratory" maxOccurs="unbounded"/>
<element ref="{http://www.tridas.org/1.2.2}category"/>
<element ref="{http://www.tridas.org/1.2.2}investigator"/>
<element ref="{http://www.tridas.org/1.2.2}period"/>
<element ref="{http://www.tridas.org/1.2.2}requestDate" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}commissioner" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}reference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}research" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}genericField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}object" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}derivedSeries" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ControlledVoc |
category
|
protected String |
commissioner
|
protected List<TridasDerivedSeries> |
derivedSeries
|
protected String |
description
|
protected List<TridasFile> |
files
|
protected List<TridasGenericField> |
genericFields
|
protected String |
investigator
|
protected List<TridasLaboratory> |
laboratories
|
protected List<TridasObject> |
objects
|
protected String |
period
|
protected List<String> |
references
|
protected Date |
requestDate
|
protected List<TridasResearch> |
researches
|
protected List<ControlledVoc> |
types
|
| Fields inherited from class org.tridas.schema.TridasEntity |
|---|
comments, createdTimestamp, identifier, lastModifiedTimestamp, title |
| Constructor Summary | |
|---|---|
TridasProject()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
ControlledVoc |
getCategory()
Gets the value of the category property. |
String |
getCommissioner()
Gets the value of the commissioner property. |
List<TridasDerivedSeries> |
getDerivedSeries()
Gets the value of the derivedSeries property. |
String |
getDescription()
Gets the value of the description property. |
List<TridasFile> |
getFiles()
Gets the value of the files property. |
List<TridasGenericField> |
getGenericFields()
Gets the value of the genericFields property. |
String |
getInvestigator()
Gets the value of the investigator property. |
List<TridasLaboratory> |
getLaboratories()
Gets the value of the laboratories property. |
List<TridasObject> |
getObjects()
Gets the value of the objects property. |
String |
getPeriod()
Gets the value of the period property. |
List<String> |
getReferences()
Gets the value of the references property. |
Date |
getRequestDate()
Gets the value of the requestDate property. |
List<TridasResearch> |
getResearches()
Gets the value of the researches property. |
List<ControlledVoc> |
getTypes()
Gets the value of the types property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetCategory()
|
boolean |
isSetCommissioner()
|
boolean |
isSetDerivedSeries()
|
boolean |
isSetDescription()
|
boolean |
isSetFiles()
|
boolean |
isSetGenericFields()
|
boolean |
isSetInvestigator()
|
boolean |
isSetLaboratories()
|
boolean |
isSetObjects()
|
boolean |
isSetPeriod()
|
boolean |
isSetReferences()
|
boolean |
isSetRequestDate()
|
boolean |
isSetResearches()
|
boolean |
isSetTypes()
|
void |
setCategory(ControlledVoc value)
Sets the value of the category property. |
void |
setCommissioner(String value)
Sets the value of the commissioner property. |
void |
setDerivedSeries(List<TridasDerivedSeries> derivedSeries)
Sets the value of the derivedSeries property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setFiles(List<TridasFile> files)
Sets the value of the files property. |
void |
setGenericFields(List<TridasGenericField> genericFields)
Sets the value of the genericFields property. |
void |
setInvestigator(String value)
Sets the value of the investigator property. |
void |
setLaboratories(List<TridasLaboratory> laboratories)
Sets the value of the laboratories property. |
void |
setObjects(List<TridasObject> objects)
Sets the value of the objects property. |
void |
setPeriod(String value)
Sets the value of the period property. |
void |
setReferences(List<String> references)
Sets the value of the references property. |
void |
setRequestDate(Date value)
Sets the value of the requestDate property. |
void |
setResearches(List<TridasResearch> researches)
Sets the value of the researches property. |
void |
setTypes(List<ControlledVoc> types)
Sets the value of the types property. |
String |
toString()
|
void |
unsetDerivedSeries()
|
void |
unsetFiles()
|
void |
unsetGenericFields()
|
void |
unsetLaboratories()
|
void |
unsetObjects()
|
void |
unsetReferences()
|
void |
unsetResearches()
|
void |
unsetTypes()
|
| Methods inherited from class org.tridas.schema.TridasEntity |
|---|
getComments, getCreatedTimestamp, getIdentifier, getLastModifiedTimestamp, getTitle, isSetComments, isSetCreatedTimestamp, isSetIdentifier, isSetLastModifiedTimestamp, isSetTitle, setComments, setCreatedTimestamp, setIdentifier, setLastModifiedTimestamp, setTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.tridas.interfaces.ITridas |
|---|
getComments, getCreatedTimestamp, getLastModifiedTimestamp, getTitle, isSetComments, isSetCreatedTimestamp, isSetIdentifier, isSetLastModifiedTimestamp, isSetTitle, setComments, setCreatedTimestamp, setIdentifier, setLastModifiedTimestamp, setTitle |
| Methods inherited from interface org.tridas.interfaces.TridasIdentifiable |
|---|
getIdentifier |
| Field Detail |
|---|
protected List<ControlledVoc> types
protected String description
protected List<TridasFile> files
protected List<TridasLaboratory> laboratories
protected ControlledVoc category
protected String investigator
protected String period
protected Date requestDate
protected String commissioner
protected List<String> references
protected List<TridasResearch> researches
protected List<TridasGenericField> genericFields
protected List<TridasObject> objects
protected List<TridasDerivedSeries> derivedSeries
| Constructor Detail |
|---|
public TridasProject()
| Method Detail |
|---|
public List<ControlledVoc> getTypes()
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 types property.
For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
ControlledVoc
public boolean isSetTypes()
public void unsetTypes()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public List<TridasFile> getFiles()
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 files property.
For example, to add a new item, do as follows:
getFiles().add(newItem);
Objects of the following type(s) are allowed in the list
TridasFile
public boolean isSetFiles()
public void unsetFiles()
public List<TridasLaboratory> getLaboratories()
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 laboratories property.
For example, to add a new item, do as follows:
getLaboratories().add(newItem);
Objects of the following type(s) are allowed in the list
TridasLaboratory
public boolean isSetLaboratories()
public void unsetLaboratories()
public ControlledVoc getCategory()
ControlledVocpublic void setCategory(ControlledVoc value)
value - allowed object is
ControlledVocpublic boolean isSetCategory()
public String getInvestigator()
Stringpublic void setInvestigator(String value)
value - allowed object is
Stringpublic boolean isSetInvestigator()
public String getPeriod()
Stringpublic void setPeriod(String value)
value - allowed object is
Stringpublic boolean isSetPeriod()
public Date getRequestDate()
Datepublic void setRequestDate(Date value)
value - allowed object is
Datepublic boolean isSetRequestDate()
public String getCommissioner()
Stringpublic void setCommissioner(String value)
value - allowed object is
Stringpublic boolean isSetCommissioner()
public List<String> getReferences()
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 references property.
For example, to add a new item, do as follows:
getReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetReferences()
public void unsetReferences()
public List<TridasResearch> getResearches()
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 researches property.
For example, to add a new item, do as follows:
getResearches().add(newItem);
Objects of the following type(s) are allowed in the list
TridasResearch
public boolean isSetResearches()
public void unsetResearches()
public List<TridasGenericField> getGenericFields()
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 genericFields property.
For example, to add a new item, do as follows:
getGenericFields().add(newItem);
Objects of the following type(s) are allowed in the list
TridasGenericField
getGenericFields in interface ITridasGenericpublic boolean isSetGenericFields()
isSetGenericFields in interface ITridasGenericpublic void unsetGenericFields()
unsetGenericFields in interface ITridasGenericpublic List<TridasObject> getObjects()
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 objects property.
For example, to add a new item, do as follows:
getObjects().add(newItem);
Objects of the following type(s) are allowed in the list
TridasObject
public boolean isSetObjects()
public void unsetObjects()
public List<TridasDerivedSeries> getDerivedSeries()
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 derivedSeries property.
For example, to add a new item, do as follows:
getDerivedSeries().add(newItem);
Objects of the following type(s) are allowed in the list
TridasDerivedSeries
public boolean isSetDerivedSeries()
public void unsetDerivedSeries()
public String toString()
toString in class TridasEntity
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class TridasEntity
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class TridasEntity
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TridasEntitypublic boolean equals(Object object)
equals in class TridasEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TridasEntitypublic int hashCode()
hashCode in class TridasEntitypublic Object clone()
clone in class TridasEntitypublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TridasEntity
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TridasEntitypublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic void setTypes(List<ControlledVoc> types)
types - allowed object is
ControlledVocpublic void setFiles(List<TridasFile> files)
files - allowed object is
TridasFilepublic void setLaboratories(List<TridasLaboratory> laboratories)
laboratories - allowed object is
TridasLaboratorypublic void setReferences(List<String> references)
references - allowed object is
Stringpublic void setResearches(List<TridasResearch> researches)
researches - allowed object is
TridasResearchpublic void setGenericFields(List<TridasGenericField> genericFields)
genericFields - allowed object is
TridasGenericFieldpublic void setObjects(List<TridasObject> objects)
objects - allowed object is
TridasObjectpublic void setDerivedSeries(List<TridasDerivedSeries> derivedSeries)
derivedSeries - allowed object is
TridasDerivedSeries
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||