|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITridasSeries
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 |
---|
TridasInterpretationUnsolved getInterpretationUnsolved()
TridasInterpretationUnsolved
void setInterpretationUnsolved(TridasInterpretationUnsolved value)
value
- allowed object is
TridasInterpretationUnsolved
boolean isSetInterpretationUnsolved()
TridasInterpretation getInterpretation()
TridasInterpretation
void setInterpretation(TridasInterpretation value)
value
- allowed object is
TridasInterpretation
boolean isSetInterpretation()
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
boolean isSetValues()
void unsetValues()
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 |