|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.ANY
org.hl7.v3.GLISTTS
public class GLISTTS
Java class for GLIST_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLIST_TS"> <complexContent> <extension base="{urn:hl7-org:v3}ANY"> <sequence> <element name="head" type="{urn:hl7-org:v3}TS"/> <element name="increment" type="{urn:hl7-org:v3}PQ"/> </sequence> <attribute name="period" type="{urn:hl7-org:v3}int" /> <attribute name="denominator" type="{urn:hl7-org:v3}int" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.math.BigInteger |
denominator
|
protected TS |
head
|
protected PQ |
increment
|
protected java.math.BigInteger |
period
|
Fields inherited from class org.hl7.v3.ANY |
---|
content, nullFlavor |
Constructor Summary | |
---|---|
GLISTTS()
|
Method Summary | |
---|---|
java.math.BigInteger |
getDenominator()
Gets the value of the denominator property. |
TS |
getHead()
Gets the value of the head property. |
PQ |
getIncrement()
Gets the value of the increment property. |
java.math.BigInteger |
getPeriod()
Gets the value of the period property. |
void |
setDenominator(java.math.BigInteger value)
Sets the value of the denominator property. |
void |
setHead(TS value)
Sets the value of the head property. |
void |
setIncrement(PQ value)
Sets the value of the increment property. |
void |
setPeriod(java.math.BigInteger value)
Sets the value of the period property. |
Methods inherited from class org.hl7.v3.ANY |
---|
content, getNullFlavor, setContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TS head
protected PQ increment
protected java.math.BigInteger period
protected java.math.BigInteger denominator
Constructor Detail |
---|
public GLISTTS()
Method Detail |
---|
public TS getHead()
TS
public void setHead(TS value)
value
- allowed object is TS
public PQ getIncrement()
PQ
public void setIncrement(PQ value)
value
- allowed object is PQ
public java.math.BigInteger getPeriod()
BigInteger
public void setPeriod(java.math.BigInteger value)
value
- allowed object is BigInteger
public java.math.BigInteger getDenominator()
BigInteger
public void setDenominator(java.math.BigInteger value)
value
- allowed object is BigInteger
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |