|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tridas.schema.TridasDerivedSeries
public class TridasDerivedSeries
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.tridas.org/1.2.2}baseSeries">
<sequence>
<element ref="{http://www.tridas.org/1.2.2}title"/>
<element ref="{http://www.tridas.org/1.2.2}identifier" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}createdTimestamp" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}lastModifiedTimestamp" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}comments" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}derivationDate" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}type"/>
<element name="linkSeries" type="{http://www.tridas.org/1.2.2}seriesLinks"/>
<element ref="{http://www.tridas.org/1.2.2}objective" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}standardizingMethod" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}author" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}version" minOccurs="0"/>
<group ref="{http://www.tridas.org/1.2.2}interpretationType" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}location" 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}values" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
author
|
protected String |
comments
|
protected DateTime |
createdTimestamp
|
protected Date |
derivationDate
|
protected List<TridasGenericField> |
genericFields
|
protected String |
id
|
protected TridasIdentifier |
identifier
|
protected TridasInterpretation |
interpretation
|
protected TridasInterpretationUnsolved |
interpretationUnsolved
|
protected DateTime |
lastModifiedTimestamp
|
protected SeriesLinks |
linkSeries
|
protected TridasLocation |
location
|
protected String |
objective
|
protected String |
standardizingMethod
|
protected String |
title
|
protected ControlledVoc |
type
|
protected List<TridasValues> |
values
|
protected String |
version
|
| Constructor Summary | |
|---|---|
TridasDerivedSeries()
|
|
| 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)
|
String |
getAuthor()
Gets the value of the author property. |
String |
getComments()
Gets the value of the comments property. |
DateTime |
getCreatedTimestamp()
Gets the value of the createdTimestamp property. |
Date |
getDerivationDate()
Gets the value of the derivationDate property. |
List<TridasGenericField> |
getGenericFields()
Gets the value of the genericFields property. |
String |
getId()
Gets the value of the id property. |
TridasIdentifier |
getIdentifier()
Gets the value of the identifier property. |
TridasInterpretation |
getInterpretation()
Gets the value of the interpretation property. |
TridasInterpretationUnsolved |
getInterpretationUnsolved()
Gets the value of the interpretationUnsolved property. |
DateTime |
getLastModifiedTimestamp()
Gets the value of the lastModifiedTimestamp property. |
SeriesLinks |
getLinkSeries()
Gets the value of the linkSeries property. |
TridasLocation |
getLocation()
Gets the value of the location property. |
String |
getObjective()
Gets the value of the objective property. |
String |
getStandardizingMethod()
Gets the value of the standardizingMethod property. |
String |
getTitle()
Gets the value of the title property. |
ControlledVoc |
getType()
Gets the value of the type property. |
List<TridasValues> |
getValues()
Gets the value of the values property. |
String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAuthor()
|
boolean |
isSetComments()
|
boolean |
isSetCreatedTimestamp()
|
boolean |
isSetDerivationDate()
|
boolean |
isSetGenericFields()
|
boolean |
isSetId()
|
boolean |
isSetIdentifier()
|
boolean |
isSetInterpretation()
|
boolean |
isSetInterpretationUnsolved()
|
boolean |
isSetLastModifiedTimestamp()
|
boolean |
isSetLinkSeries()
|
boolean |
isSetLocation()
|
boolean |
isSetObjective()
|
boolean |
isSetStandardizingMethod()
|
boolean |
isSetTitle()
|
boolean |
isSetType()
|
boolean |
isSetValues()
|
boolean |
isSetVersion()
|
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setComments(String value)
Sets the value of the comments property. |
void |
setCreatedTimestamp(DateTime value)
Sets the value of the createdTimestamp property. |
void |
setDerivationDate(Date value)
Sets the value of the derivationDate property. |
void |
setGenericFields(List<TridasGenericField> genericFields)
Sets the value of the genericFields property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIdentifier(TridasIdentifier value)
Sets the value of the identifier property. |
void |
setInterpretation(TridasInterpretation value)
Sets the value of the interpretation property. |
void |
setInterpretationUnsolved(TridasInterpretationUnsolved value)
Sets the value of the interpretationUnsolved property. |
void |
setLastModifiedTimestamp(DateTime value)
Sets the value of the lastModifiedTimestamp property. |
void |
setLinkSeries(SeriesLinks value)
Sets the value of the linkSeries property. |
void |
setLocation(TridasLocation value)
Sets the value of the location property. |
void |
setObjective(String value)
Sets the value of the objective property. |
void |
setStandardizingMethod(String value)
Sets the value of the standardizingMethod property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(ControlledVoc value)
Sets the value of the type property. |
void |
setValues(List<TridasValues> values)
Sets the value of the values property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
void |
unsetGenericFields()
|
void |
unsetValues()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected TridasIdentifier identifier
protected DateTime createdTimestamp
protected DateTime lastModifiedTimestamp
protected String comments
protected Date derivationDate
protected ControlledVoc type
protected SeriesLinks linkSeries
protected String objective
protected String standardizingMethod
protected String author
protected String version
protected TridasInterpretationUnsolved interpretationUnsolved
protected TridasInterpretation interpretation
protected TridasLocation location
protected List<TridasGenericField> genericFields
protected List<TridasValues> values
protected String id
| Constructor Detail |
|---|
public TridasDerivedSeries()
| Method Detail |
|---|
public String getTitle()
getTitle in interface ITridasStringpublic void setTitle(String value)
setTitle in interface ITridasvalue - allowed object is
Stringpublic boolean isSetTitle()
isSetTitle in interface ITridaspublic TridasIdentifier getIdentifier()
getIdentifier in interface TridasIdentifiableTridasIdentifierpublic void setIdentifier(TridasIdentifier value)
setIdentifier in interface ITridasvalue - allowed object is
TridasIdentifierpublic boolean isSetIdentifier()
isSetIdentifier in interface ITridaspublic DateTime getCreatedTimestamp()
getCreatedTimestamp in interface ITridasDateTimepublic void setCreatedTimestamp(DateTime value)
setCreatedTimestamp in interface ITridasvalue - allowed object is
DateTimepublic boolean isSetCreatedTimestamp()
isSetCreatedTimestamp in interface ITridaspublic DateTime getLastModifiedTimestamp()
getLastModifiedTimestamp in interface ITridasDateTimepublic void setLastModifiedTimestamp(DateTime value)
setLastModifiedTimestamp in interface ITridasvalue - allowed object is
DateTimepublic boolean isSetLastModifiedTimestamp()
isSetLastModifiedTimestamp in interface ITridaspublic String getComments()
getComments in interface ITridasStringpublic void setComments(String value)
setComments in interface ITridasvalue - allowed object is
Stringpublic boolean isSetComments()
isSetComments in interface ITridaspublic Date getDerivationDate()
Datepublic void setDerivationDate(Date value)
value - allowed object is
Datepublic boolean isSetDerivationDate()
public ControlledVoc getType()
getType in interface ITridasDerivedSeriesControlledVocpublic void setType(ControlledVoc value)
setType in interface ITridasDerivedSeriesvalue - allowed object is
ControlledVocpublic boolean isSetType()
isSetType in interface ITridasDerivedSeriespublic SeriesLinks getLinkSeries()
getLinkSeries in interface ITridasDerivedSeriesSeriesLinkspublic void setLinkSeries(SeriesLinks value)
setLinkSeries in interface ITridasDerivedSeriesvalue - allowed object is
SeriesLinkspublic boolean isSetLinkSeries()
isSetLinkSeries in interface ITridasDerivedSeriespublic String getObjective()
Stringpublic void setObjective(String value)
value - allowed object is
Stringpublic boolean isSetObjective()
public String getStandardizingMethod()
Stringpublic void setStandardizingMethod(String value)
value - allowed object is
Stringpublic boolean isSetStandardizingMethod()
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic boolean isSetAuthor()
public String getVersion()
getVersion in interface ITridasDerivedSeriesStringpublic void setVersion(String value)
setVersion in interface ITridasDerivedSeriesvalue - allowed object is
Stringpublic boolean isSetVersion()
isSetVersion in interface ITridasDerivedSeriespublic TridasInterpretationUnsolved getInterpretationUnsolved()
getInterpretationUnsolved in interface ITridasSeriesTridasInterpretationUnsolvedpublic void setInterpretationUnsolved(TridasInterpretationUnsolved value)
setInterpretationUnsolved in interface ITridasSeriesvalue - allowed object is
TridasInterpretationUnsolvedpublic boolean isSetInterpretationUnsolved()
isSetInterpretationUnsolved in interface ITridasSeriespublic TridasInterpretation getInterpretation()
getInterpretation in interface ITridasSeriesTridasInterpretationpublic void setInterpretation(TridasInterpretation value)
setInterpretation in interface ITridasSeriesvalue - allowed object is
TridasInterpretationpublic boolean isSetInterpretation()
isSetInterpretation in interface ITridasSeriespublic TridasLocation getLocation()
TridasLocationpublic void setLocation(TridasLocation value)
value - allowed object is
TridasLocationpublic boolean isSetLocation()
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<TridasValues> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
TridasValues
getValues in interface ITridasSeriespublic boolean isSetValues()
isSetValues in interface ITridasSeriespublic void unsetValues()
unsetValues in interface ITridasSeriespublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String toString()
toString in class Object
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.ToString
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.ToString
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.Equalspublic boolean equals(Object object)
equals in class Object
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.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic void setGenericFields(List<TridasGenericField> genericFields)
genericFields - allowed object is
TridasGenericFieldpublic void setValues(List<TridasValues> values)
setValues in interface ITridasSeriesvalues - allowed object is
TridasValues
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||