|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.FrequencyType
public class FrequencyType
Java class for FrequencyType complex type.
| Constructor Summary | |
|---|---|
FrequencyType()
|
|
| Method Summary | |
|---|---|
java.util.List<CodeType> |
getCode()
Gets the value of the code property. |
CodedDescriptionType |
getDescription()
Gets the value of the description property. |
java.math.BigInteger |
getFrequencySequencePosition()
Gets the value of the frequencySequencePosition property. |
RateType.Units |
getUnits()
Gets the value of the units property. |
java.lang.String |
getValue()
Gets the value of the value property. |
CodedDescriptionType |
getVariableFrequencyModifier()
Gets the value of the variableFrequencyModifier property. |
void |
setDescription(CodedDescriptionType value)
Sets the value of the description property. |
void |
setFrequencySequencePosition(java.math.BigInteger value)
Sets the value of the frequencySequencePosition property. |
void |
setUnits(RateType.Units value)
Sets the value of the units property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
void |
setVariableFrequencyModifier(CodedDescriptionType value)
Sets the value of the variableFrequencyModifier property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrequencyType()
| Method Detail |
|---|
public CodedDescriptionType getDescription()
CodedDescriptionTypepublic void setDescription(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic RateType.Units getUnits()
RateType.Unitspublic void setUnits(RateType.Units value)
value - allowed object is
RateType.Unitspublic java.util.List<CodeType> getCode()
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 code property.
For example, to add a new item, do as follows:
getCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
public java.math.BigInteger getFrequencySequencePosition()
BigIntegerpublic void setFrequencySequencePosition(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic CodedDescriptionType getVariableFrequencyModifier()
CodedDescriptionTypepublic void setVariableFrequencyModifier(CodedDescriptionType value)
value - allowed object is
CodedDescriptionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||