|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.EpisodesType
public class EpisodesType
Java class for EpisodesType complex type.
| Constructor Summary | |
|---|---|
EpisodesType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getCommentID()
Gets the value of the commentID property. |
java.util.List<EpisodeType> |
getEpisode()
Gets the value of the episode property. |
MeasureType |
getFrequency()
Gets the value of the frequency property. |
java.util.List<InternalCCRLink> |
getInternalCCRLink()
Gets the value of the internalCCRLink property. |
java.lang.String |
getNumber()
Gets the value of the number property. |
java.util.List<java.lang.String> |
getReferenceID()
Gets the value of the referenceID property. |
java.util.List<CCRCodedDataObjectType.Signature> |
getSignature()
Gets the value of the signature property. |
java.util.List<SourceType> |
getSource()
Gets the value of the source property. |
void |
setFrequency(MeasureType value)
Sets the value of the frequency property. |
void |
setNumber(java.lang.String value)
Sets the value of the number property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EpisodesType()
| Method Detail |
|---|
public java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - allowed object is
Stringpublic MeasureType getFrequency()
MeasureTypepublic void setFrequency(MeasureType value)
value - allowed object is
MeasureTypepublic java.util.List<EpisodeType> getEpisode()
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 episode property.
For example, to add a new item, do as follows:
getEpisode().add(newItem);
Objects of the following type(s) are allowed in the list
EpisodeType
public java.util.List<SourceType> getSource()
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 source property.
For example, to add a new item, do as follows:
getSource().add(newItem);
Objects of the following type(s) are allowed in the list
SourceType
public java.util.List<InternalCCRLink> getInternalCCRLink()
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 internalCCRLink property.
For example, to add a new item, do as follows:
getInternalCCRLink().add(newItem);
Objects of the following type(s) are allowed in the list
InternalCCRLink
public java.util.List<java.lang.String> getReferenceID()
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 referenceID property.
For example, to add a new item, do as follows:
getReferenceID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getCommentID()
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 commentID property.
For example, to add a new item, do as follows:
getCommentID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<CCRCodedDataObjectType.Signature> getSignature()
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 signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
CCRCodedDataObjectType.Signature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||