|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.HolterType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:27:33+02:00", comments="JAXB RI v2.2.6") public class HolterType
Java class for holterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="holterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FCAVG" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FCMAX" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}FCMAXType" minOccurs="0"/> <element name="FCMIN" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}FCMINType" minOccurs="0"/> <element name="FCAVGD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FCAVGN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RRMAX" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}RRMAXType" minOccurs="0"/> <element name="RRMIN" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}RRMINType" minOccurs="0"/> <element name="QRSTOT" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BRADY" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PAUSE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LONG" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ESV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DBLV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SALVV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BGV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TGV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TACHY" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ESSV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DBLSV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SALVSV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BGSV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TGSV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TACHYSV" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RRINST" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
HolterType()
|
Method Summary | |
---|---|
String |
getBGSV()
Gets the value of the bgsv property. |
String |
getBGV()
Gets the value of the bgv property. |
String |
getBRADY()
Gets the value of the brady property. |
String |
getDBLSV()
Gets the value of the dblsv property. |
String |
getDBLV()
Gets the value of the dblv property. |
String |
getESSV()
Gets the value of the essv property. |
String |
getESV()
Gets the value of the esv property. |
String |
getFCAVG()
Gets the value of the fcavg property. |
String |
getFCAVGD()
Gets the value of the fcavgd property. |
String |
getFCAVGN()
Gets the value of the fcavgn property. |
FCMAXType |
getFCMAX()
Gets the value of the fcmax property. |
FCMINType |
getFCMIN()
Gets the value of the fcmin property. |
String |
getLONG()
Gets the value of the long property. |
String |
getPAUSE()
Gets the value of the pause property. |
String |
getQRSTOT()
Gets the value of the qrstot property. |
String |
getRRINST()
Gets the value of the rrinst property. |
RRMAXType |
getRRMAX()
Gets the value of the rrmax property. |
RRMINType |
getRRMIN()
Gets the value of the rrmin property. |
String |
getSALVSV()
Gets the value of the salvsv property. |
String |
getSALVV()
Gets the value of the salvv property. |
String |
getTACHY()
Gets the value of the tachy property. |
String |
getTACHYSV()
Gets the value of the tachysv property. |
String |
getTGSV()
Gets the value of the tgsv property. |
String |
getTGV()
Gets the value of the tgv property. |
void |
setBGSV(String value)
Sets the value of the bgsv property. |
void |
setBGV(String value)
Sets the value of the bgv property. |
void |
setBRADY(String value)
Sets the value of the brady property. |
void |
setDBLSV(String value)
Sets the value of the dblsv property. |
void |
setDBLV(String value)
Sets the value of the dblv property. |
void |
setESSV(String value)
Sets the value of the essv property. |
void |
setESV(String value)
Sets the value of the esv property. |
void |
setFCAVG(String value)
Sets the value of the fcavg property. |
void |
setFCAVGD(String value)
Sets the value of the fcavgd property. |
void |
setFCAVGN(String value)
Sets the value of the fcavgn property. |
void |
setFCMAX(FCMAXType value)
Sets the value of the fcmax property. |
void |
setFCMIN(FCMINType value)
Sets the value of the fcmin property. |
void |
setLONG(String value)
Sets the value of the long property. |
void |
setPAUSE(String value)
Sets the value of the pause property. |
void |
setQRSTOT(String value)
Sets the value of the qrstot property. |
void |
setRRINST(String value)
Sets the value of the rrinst property. |
void |
setRRMAX(RRMAXType value)
Sets the value of the rrmax property. |
void |
setRRMIN(RRMINType value)
Sets the value of the rrmin property. |
void |
setSALVSV(String value)
Sets the value of the salvsv property. |
void |
setSALVV(String value)
Sets the value of the salvv property. |
void |
setTACHY(String value)
Sets the value of the tachy property. |
void |
setTACHYSV(String value)
Sets the value of the tachysv property. |
void |
setTGSV(String value)
Sets the value of the tgsv property. |
void |
setTGV(String value)
Sets the value of the tgv property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HolterType()
Method Detail |
---|
public String getFCAVG()
String
public void setFCAVG(String value)
value
- allowed object is
String
public FCMAXType getFCMAX()
FCMAXType
public void setFCMAX(FCMAXType value)
value
- allowed object is
FCMAXType
public FCMINType getFCMIN()
FCMINType
public void setFCMIN(FCMINType value)
value
- allowed object is
FCMINType
public String getFCAVGD()
String
public void setFCAVGD(String value)
value
- allowed object is
String
public String getFCAVGN()
String
public void setFCAVGN(String value)
value
- allowed object is
String
public RRMAXType getRRMAX()
RRMAXType
public void setRRMAX(RRMAXType value)
value
- allowed object is
RRMAXType
public RRMINType getRRMIN()
RRMINType
public void setRRMIN(RRMINType value)
value
- allowed object is
RRMINType
public String getQRSTOT()
String
public void setQRSTOT(String value)
value
- allowed object is
String
public String getBRADY()
String
public void setBRADY(String value)
value
- allowed object is
String
public String getPAUSE()
String
public void setPAUSE(String value)
value
- allowed object is
String
public String getLONG()
String
public void setLONG(String value)
value
- allowed object is
String
public String getESV()
String
public void setESV(String value)
value
- allowed object is
String
public String getDBLV()
String
public void setDBLV(String value)
value
- allowed object is
String
public String getSALVV()
String
public void setSALVV(String value)
value
- allowed object is
String
public String getBGV()
String
public void setBGV(String value)
value
- allowed object is
String
public String getTGV()
String
public void setTGV(String value)
value
- allowed object is
String
public String getTACHY()
String
public void setTACHY(String value)
value
- allowed object is
String
public String getESSV()
String
public void setESSV(String value)
value
- allowed object is
String
public String getDBLSV()
String
public void setDBLSV(String value)
value
- allowed object is
String
public String getSALVSV()
String
public void setSALVSV(String value)
value
- allowed object is
String
public String getBGSV()
String
public void setBGSV(String value)
value
- allowed object is
String
public String getTGSV()
String
public void setTGSV(String value)
value
- allowed object is
String
public String getTACHYSV()
String
public void setTACHYSV(String value)
value
- allowed object is
String
public String getRRINST()
String
public void setRRINST(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |