org.tridas.interfaces
Interface ITridasSeries

All Superinterfaces:
org.jvnet.jaxb2_commons.lang.CopyTo, ITridas, ITridasGeneric, TridasIdentifiable
All Known Subinterfaces:
ITridasDerivedSeries
All Known Implementing Classes:
TridasDerivedSeries, TridasMeasurementSeries

public interface ITridasSeries
extends ITridas, ITridasGeneric

Author:
Lucas Madar

Method Summary
 TridasInterpretation getInterpretation()
          Gets the value of the interpretation property.
 TridasInterpretationUnsolved getInterpretationUnsolved()
          Gets the value of the interpretationUnsolved property.
 List<TridasValues> getValues()
          Gets the value of the values property.
 boolean isSetInterpretation()
           
 boolean isSetInterpretationUnsolved()
           
 boolean isSetValues()
           
 void setInterpretation(TridasInterpretation value)
          Sets the value of the interpretation property.
 void setInterpretationUnsolved(TridasInterpretationUnsolved value)
          Sets the value of the interpretationUnsolved property.
 void setValues(List<TridasValues> values)
          Sets the value of the values property.
 void unsetValues()
           
 
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.jvnet.jaxb2_commons.lang.CopyTo
copyTo, copyTo, createNewInstance
 
Methods inherited from interface org.tridas.interfaces.TridasIdentifiable
getIdentifier
 
Methods inherited from interface org.tridas.interfaces.ITridasGeneric
getGenericFields, isSetGenericFields, unsetGenericFields
 

Method Detail

getInterpretationUnsolved

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

Returns:
possible object is TridasInterpretationUnsolved

setInterpretationUnsolved

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

Parameters:
value - allowed object is TridasInterpretationUnsolved

isSetInterpretationUnsolved

boolean isSetInterpretationUnsolved()

getInterpretation

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

Returns:
possible object is TridasInterpretation

setInterpretation

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

Parameters:
value - allowed object is TridasInterpretation

isSetInterpretation

boolean isSetInterpretation()

getValues

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


isSetValues

boolean isSetValues()

unsetValues

void unsetValues()

setValues

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

Parameters:
values - allowed object is TridasValues


Copyright © 2011 TRiDaS. All Rights Reserved.