org.tridas.schema
Class TridasMeasurementSeries

java.lang.Object
  extended by org.tridas.schema.TridasMeasurementSeries
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, ITridas, ITridasGeneric, ITridasSeries, TridasIdentifiable

public class TridasMeasurementSeries
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, ITridas, ITridasSeries

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}measuringDate" 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"/>
         <group ref="{http://www.tridas.org/1.2.2}interpretationType" 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>
 

See Also:
Serialized Form

Field Summary
protected  String analyst
           
protected  String comments
           
protected  DateTime createdTimestamp
           
protected  String dendrochronologist
           
protected  List<TridasGenericField> genericFields
           
protected  String id
           
protected  TridasIdentifier identifier
           
protected  TridasInterpretation interpretation
           
protected  TridasInterpretationUnsolved interpretationUnsolved
           
protected  DateTime lastModifiedTimestamp
           
protected  Date measuringDate
           
protected  TridasMeasuringMethod measuringMethod
           
protected  String title
           
protected  List<TridasValues> values
           
protected  TridasWoodCompleteness woodCompleteness
           
 
Constructor Summary
TridasMeasurementSeries()
           
 
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 getAnalyst()
          Gets the value of the analyst property.
 String getComments()
          Gets the value of the comments property.
 DateTime getCreatedTimestamp()
          Gets the value of the createdTimestamp property.
 String getDendrochronologist()
          Gets the value of the dendrochronologist 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.
 Date getMeasuringDate()
          Gets the value of the measuringDate property.
 TridasMeasuringMethod getMeasuringMethod()
          Gets the value of the measuringMethod property.
 String getTitle()
          Gets the value of the title property.
 List<TridasValues> getValues()
          Gets the value of the values 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 isSetComments()
           
 boolean isSetCreatedTimestamp()
           
 boolean isSetDendrochronologist()
           
 boolean isSetGenericFields()
           
 boolean isSetId()
           
 boolean isSetIdentifier()
           
 boolean isSetInterpretation()
           
 boolean isSetInterpretationUnsolved()
           
 boolean isSetLastModifiedTimestamp()
           
 boolean isSetMeasuringDate()
           
 boolean isSetMeasuringMethod()
           
 boolean isSetTitle()
           
 boolean isSetValues()
           
 boolean isSetWoodCompleteness()
           
 void setAnalyst(String value)
          Sets the value of the analyst property.
 void setComments(String value)
          Sets the value of the comments property.
 void setCreatedTimestamp(DateTime value)
          Sets the value of the createdTimestamp property.
 void setDendrochronologist(String value)
          Sets the value of the dendrochronologist 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 setMeasuringDate(Date value)
          Sets the value of the measuringDate property.
 void setMeasuringMethod(TridasMeasuringMethod value)
          Sets the value of the measuringMethod property.
 void setTitle(String value)
          Sets the value of the title property.
 void setValues(List<TridasValues> values)
          Sets the value of the values property.
 void setWoodCompleteness(TridasWoodCompleteness value)
          Sets the value of the woodCompleteness property.
 String toString()
           
 void unsetGenericFields()
           
 void unsetValues()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

title

protected String title

identifier

protected TridasIdentifier identifier

createdTimestamp

protected DateTime createdTimestamp

lastModifiedTimestamp

protected DateTime lastModifiedTimestamp

comments

protected String comments

measuringDate

protected Date measuringDate

woodCompleteness

protected TridasWoodCompleteness woodCompleteness

analyst

protected String analyst

dendrochronologist

protected String dendrochronologist

measuringMethod

protected TridasMeasuringMethod measuringMethod

interpretationUnsolved

protected TridasInterpretationUnsolved interpretationUnsolved

interpretation

protected TridasInterpretation interpretation

genericFields

protected List<TridasGenericField> genericFields

values

protected List<TridasValues> values

id

protected String id
Constructor Detail

TridasMeasurementSeries

public TridasMeasurementSeries()
Method Detail

getTitle

public String getTitle()
Gets the value of the title property.

Specified by:
getTitle in interface ITridas
Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Specified by:
setTitle in interface ITridas
Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()
Specified by:
isSetTitle in interface ITridas

getIdentifier

public TridasIdentifier getIdentifier()
Gets the value of the identifier property.

Specified by:
getIdentifier in interface TridasIdentifiable
Returns:
possible object is TridasIdentifier

setIdentifier

public void setIdentifier(TridasIdentifier value)
Sets the value of the identifier property.

Specified by:
setIdentifier in interface ITridas
Parameters:
value - allowed object is TridasIdentifier

isSetIdentifier

public boolean isSetIdentifier()
Specified by:
isSetIdentifier in interface ITridas

getCreatedTimestamp

public DateTime getCreatedTimestamp()
Gets the value of the createdTimestamp property.

Specified by:
getCreatedTimestamp in interface ITridas
Returns:
possible object is DateTime

setCreatedTimestamp

public void setCreatedTimestamp(DateTime value)
Sets the value of the createdTimestamp property.

Specified by:
setCreatedTimestamp in interface ITridas
Parameters:
value - allowed object is DateTime

isSetCreatedTimestamp

public boolean isSetCreatedTimestamp()
Specified by:
isSetCreatedTimestamp in interface ITridas

getLastModifiedTimestamp

public DateTime getLastModifiedTimestamp()
Gets the value of the lastModifiedTimestamp property.

Specified by:
getLastModifiedTimestamp in interface ITridas
Returns:
possible object is DateTime

setLastModifiedTimestamp

public void setLastModifiedTimestamp(DateTime value)
Sets the value of the lastModifiedTimestamp property.

Specified by:
setLastModifiedTimestamp in interface ITridas
Parameters:
value - allowed object is DateTime

isSetLastModifiedTimestamp

public boolean isSetLastModifiedTimestamp()
Specified by:
isSetLastModifiedTimestamp in interface ITridas

getComments

public String getComments()
Gets the value of the comments property.

Specified by:
getComments in interface ITridas
Returns:
possible object is String

setComments

public void setComments(String value)
Sets the value of the comments property.

Specified by:
setComments in interface ITridas
Parameters:
value - allowed object is String

isSetComments

public boolean isSetComments()
Specified by:
isSetComments in interface ITridas

getMeasuringDate

public Date getMeasuringDate()
Gets the value of the measuringDate property.

Returns:
possible object is Date

setMeasuringDate

public void setMeasuringDate(Date value)
Sets the value of the measuringDate property.

Parameters:
value - allowed object is Date

isSetMeasuringDate

public boolean isSetMeasuringDate()

getWoodCompleteness

public TridasWoodCompleteness getWoodCompleteness()
Gets the value of the woodCompleteness property.

Returns:
possible object is TridasWoodCompleteness

setWoodCompleteness

public void setWoodCompleteness(TridasWoodCompleteness value)
Sets the value of the woodCompleteness property.

Parameters:
value - allowed object is TridasWoodCompleteness

isSetWoodCompleteness

public boolean isSetWoodCompleteness()

getAnalyst

public String getAnalyst()
Gets the value of the analyst property.

Returns:
possible object is String

setAnalyst

public void setAnalyst(String value)
Sets the value of the analyst property.

Parameters:
value - allowed object is String

isSetAnalyst

public boolean isSetAnalyst()

getDendrochronologist

public String getDendrochronologist()
Gets the value of the dendrochronologist property.

Returns:
possible object is String

setDendrochronologist

public void setDendrochronologist(String value)
Sets the value of the dendrochronologist property.

Parameters:
value - allowed object is String

isSetDendrochronologist

public boolean isSetDendrochronologist()

getMeasuringMethod

public TridasMeasuringMethod getMeasuringMethod()
Gets the value of the measuringMethod property.

Returns:
possible object is TridasMeasuringMethod

setMeasuringMethod

public void setMeasuringMethod(TridasMeasuringMethod value)
Sets the value of the measuringMethod property.

Parameters:
value - allowed object is TridasMeasuringMethod

isSetMeasuringMethod

public boolean isSetMeasuringMethod()

getInterpretationUnsolved

public TridasInterpretationUnsolved getInterpretationUnsolved()
Gets the value of the interpretationUnsolved property.

Specified by:
getInterpretationUnsolved in interface ITridasSeries
Returns:
possible object is TridasInterpretationUnsolved

setInterpretationUnsolved

public void setInterpretationUnsolved(TridasInterpretationUnsolved value)
Sets the value of the interpretationUnsolved property.

Specified by:
setInterpretationUnsolved in interface ITridasSeries
Parameters:
value - allowed object is TridasInterpretationUnsolved

isSetInterpretationUnsolved

public boolean isSetInterpretationUnsolved()
Specified by:
isSetInterpretationUnsolved in interface ITridasSeries

getInterpretation

public TridasInterpretation getInterpretation()
Gets the value of the interpretation property.

Specified by:
getInterpretation in interface ITridasSeries
Returns:
possible object is TridasInterpretation

setInterpretation

public void setInterpretation(TridasInterpretation value)
Sets the value of the interpretation property.

Specified by:
setInterpretation in interface ITridasSeries
Parameters:
value - allowed object is TridasInterpretation

isSetInterpretation

public boolean isSetInterpretation()
Specified by:
isSetInterpretation in interface ITridasSeries

getGenericFields

public List<TridasGenericField> getGenericFields()
Gets the value of the genericFields property.

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

Specified by:
getGenericFields in interface ITridasGeneric

isSetGenericFields

public boolean isSetGenericFields()
Specified by:
isSetGenericFields in interface ITridasGeneric

unsetGenericFields

public void unsetGenericFields()
Specified by:
unsetGenericFields in interface ITridasGeneric

getValues

public List<TridasValues> getValues()
Gets the value of the values property.

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

Specified by:
getValues in interface ITridasSeries

isSetValues

public boolean isSetValues()
Specified by:
isSetValues in interface ITridasSeries

unsetValues

public void unsetValues()
Specified by:
unsetValues in interface ITridasSeries

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo

setGenericFields

public void setGenericFields(List<TridasGenericField> genericFields)
Sets the value of the genericFields property.

Parameters:
genericFields - allowed object is TridasGenericField

setValues

public void setValues(List<TridasValues> values)
Sets the value of the values property.

Specified by:
setValues in interface ITridasSeries
Parameters:
values - allowed object is TridasValues


Copyright © 2011 TRiDaS. All Rights Reserved.