|
||||||||||
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.BaseSeries
public abstract class BaseSeries
A base type inherited by measurementSeries and derivedSeries.
Java class for baseSeries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="baseSeries"> <complexContent> <extension base="{http://www.tridas.org/1.2.2}tridasEntity"> <sequence> <element ref="{http://www.tridas.org/1.2.2}measuringDate" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}derivationDate" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}woodCompleteness" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}analyst" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}dendrochronologist" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}measuringMethod" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}type" minOccurs="0"/> <element name="linkSeries" type="{http://www.tridas.org/1.2.2}seriesLinks" minOccurs="0"/> <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" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
analyst
|
protected String |
author
|
protected String |
dendrochronologist
|
protected Date |
derivationDate
|
protected List<TridasGenericField> |
genericFields
|
protected String |
id
|
protected TridasInterpretation |
interpretation
|
protected TridasInterpretationUnsolved |
interpretationUnsolved
|
protected SeriesLinks |
linkSeries
|
protected TridasLocation |
location
|
protected Date |
measuringDate
|
protected TridasMeasuringMethod |
measuringMethod
|
protected String |
objective
|
protected String |
standardizingMethod
|
protected ControlledVoc |
type
|
protected List<TridasValues> |
values
|
protected String |
version
|
protected TridasWoodCompleteness |
woodCompleteness
|
Fields inherited from class org.tridas.schema.TridasEntity |
---|
comments, createdTimestamp, identifier, lastModifiedTimestamp, title |
Constructor Summary | |
---|---|
BaseSeries()
|
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)
|
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 |
getAnalyst()
Gets the value of the analyst property. |
String |
getAuthor()
Gets the value of the author property. |
String |
getDendrochronologist()
Gets the value of the dendrochronologist 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. |
TridasInterpretation |
getInterpretation()
Gets the value of the interpretation property. |
TridasInterpretationUnsolved |
getInterpretationUnsolved()
Gets the value of the interpretationUnsolved property. |
SeriesLinks |
getLinkSeries()
Gets the value of the linkSeries property. |
TridasLocation |
getLocation()
Gets the value of the location property. |
Date |
getMeasuringDate()
Gets the value of the measuringDate property. |
TridasMeasuringMethod |
getMeasuringMethod()
Gets the value of the measuringMethod property. |
String |
getObjective()
Gets the value of the objective property. |
String |
getStandardizingMethod()
Gets the value of the standardizingMethod 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. |
TridasWoodCompleteness |
getWoodCompleteness()
Gets the value of the woodCompleteness property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAnalyst()
|
boolean |
isSetAuthor()
|
boolean |
isSetDendrochronologist()
|
boolean |
isSetDerivationDate()
|
boolean |
isSetGenericFields()
|
boolean |
isSetId()
|
boolean |
isSetInterpretation()
|
boolean |
isSetInterpretationUnsolved()
|
boolean |
isSetLinkSeries()
|
boolean |
isSetLocation()
|
boolean |
isSetMeasuringDate()
|
boolean |
isSetMeasuringMethod()
|
boolean |
isSetObjective()
|
boolean |
isSetStandardizingMethod()
|
boolean |
isSetType()
|
boolean |
isSetValues()
|
boolean |
isSetVersion()
|
boolean |
isSetWoodCompleteness()
|
void |
setAnalyst(String value)
Sets the value of the analyst property. |
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setDendrochronologist(String value)
Sets the value of the dendrochronologist 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 |
setInterpretation(TridasInterpretation value)
Sets the value of the interpretation property. |
void |
setInterpretationUnsolved(TridasInterpretationUnsolved value)
Sets the value of the interpretationUnsolved property. |
void |
setLinkSeries(SeriesLinks value)
Sets the value of the linkSeries property. |
void |
setLocation(TridasLocation value)
Sets the value of the location property. |
void |
setMeasuringDate(Date value)
Sets the value of the measuringDate property. |
void |
setMeasuringMethod(TridasMeasuringMethod value)
Sets the value of the measuringMethod property. |
void |
setObjective(String value)
Sets the value of the objective property. |
void |
setStandardizingMethod(String value)
Sets the value of the standardizingMethod 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. |
void |
setWoodCompleteness(TridasWoodCompleteness value)
Sets the value of the woodCompleteness property. |
String |
toString()
|
void |
unsetGenericFields()
|
void |
unsetValues()
|
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.jvnet.jaxb2_commons.lang.CopyTo |
---|
createNewInstance |
Field Detail |
---|
protected Date measuringDate
protected Date derivationDate
protected TridasWoodCompleteness woodCompleteness
protected String analyst
protected String dendrochronologist
protected TridasMeasuringMethod measuringMethod
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 BaseSeries()
Method Detail |
---|
public Date getMeasuringDate()
Date
public void setMeasuringDate(Date value)
value
- allowed object is
Date
public boolean isSetMeasuringDate()
public Date getDerivationDate()
Date
public void setDerivationDate(Date value)
value
- allowed object is
Date
public boolean isSetDerivationDate()
public TridasWoodCompleteness getWoodCompleteness()
TridasWoodCompleteness
public void setWoodCompleteness(TridasWoodCompleteness value)
value
- allowed object is
TridasWoodCompleteness
public boolean isSetWoodCompleteness()
public String getAnalyst()
String
public void setAnalyst(String value)
value
- allowed object is
String
public boolean isSetAnalyst()
public String getDendrochronologist()
String
public void setDendrochronologist(String value)
value
- allowed object is
String
public boolean isSetDendrochronologist()
public TridasMeasuringMethod getMeasuringMethod()
TridasMeasuringMethod
public void setMeasuringMethod(TridasMeasuringMethod value)
value
- allowed object is
TridasMeasuringMethod
public boolean isSetMeasuringMethod()
public ControlledVoc getType()
ControlledVoc
public void setType(ControlledVoc value)
value
- allowed object is
ControlledVoc
public boolean isSetType()
public SeriesLinks getLinkSeries()
SeriesLinks
public void setLinkSeries(SeriesLinks value)
value
- allowed object is
SeriesLinks
public boolean isSetLinkSeries()
public String getObjective()
String
public void setObjective(String value)
value
- allowed object is
String
public boolean isSetObjective()
public String getStandardizingMethod()
String
public void setStandardizingMethod(String value)
value
- allowed object is
String
public boolean isSetStandardizingMethod()
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public boolean isSetAuthor()
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public boolean isSetVersion()
public TridasInterpretationUnsolved getInterpretationUnsolved()
TridasInterpretationUnsolved
public void setInterpretationUnsolved(TridasInterpretationUnsolved value)
value
- allowed object is
TridasInterpretationUnsolved
public boolean isSetInterpretationUnsolved()
public TridasInterpretation getInterpretation()
TridasInterpretation
public void setInterpretation(TridasInterpretation value)
value
- allowed object is
TridasInterpretation
public boolean isSetInterpretation()
public TridasLocation getLocation()
TridasLocation
public void setLocation(TridasLocation value)
value
- allowed object is
TridasLocation
public 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 ITridasGeneric
public boolean isSetGenericFields()
isSetGenericFields
in interface ITridasGeneric
public void unsetGenericFields()
unsetGenericFields
in interface ITridasGeneric
public 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
public boolean isSetValues()
public void unsetValues()
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
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.ToString
append
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.ToString
appendFields
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.Equals
equals
in class TridasEntity
public 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.HashCode
hashCode
in class TridasEntity
public int hashCode()
hashCode
in class TridasEntity
public Object clone()
clone
in class TridasEntity
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
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.CopyTo
copyTo
in class TridasEntity
public void setGenericFields(List<TridasGenericField> genericFields)
genericFields
- allowed object is
TridasGenericField
public void setValues(List<TridasValues> values)
values
- allowed object is
TridasValues
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |