org.tridas.interfaces
Interface ITridasDerivedSeries

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

public interface ITridasDerivedSeries
extends ITridasSeries


Method Summary
 SeriesLinks getLinkSeries()
          Gets the value of the linkSeries property.
 ControlledVoc getType()
          Gets the value of the type property.
 String getVersion()
          Gets the value of the version property.
 boolean isSetLinkSeries()
           
 boolean isSetType()
           
 boolean isSetVersion()
           
 void setLinkSeries(SeriesLinks value)
          Sets the value of the linkSeries property.
 void setType(ControlledVoc value)
          Sets the value of the type property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from interface org.tridas.interfaces.ITridasSeries
getInterpretation, getInterpretationUnsolved, getValues, isSetInterpretation, isSetInterpretationUnsolved, isSetValues, setInterpretation, setInterpretationUnsolved, setValues, 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

getType

ControlledVoc getType()
Gets the value of the type property.

Returns:
possible object is ControlledVoc

setType

void setType(ControlledVoc value)
Sets the value of the type property.

Parameters:
value - allowed object is ControlledVoc

isSetType

boolean isSetType()

getLinkSeries

SeriesLinks getLinkSeries()
Gets the value of the linkSeries property.

Returns:
possible object is SeriesLinks

setLinkSeries

void setLinkSeries(SeriesLinks value)
Sets the value of the linkSeries property.

Parameters:
value - allowed object is SeriesLinks

isSetLinkSeries

boolean isSetLinkSeries()

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

boolean isSetVersion()


Copyright © 2011 TRiDaS. All Rights Reserved.