@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:25:59+02:00", comments="JAXB RI v2.3.7") public class HolterType extends Object implements Serializable
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 and Description |
|---|
HolterType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getFCAVG()
Stringpublic void setFCAVG(String value)
value - allowed object is
Stringpublic FCMAXType getFCMAX()
FCMAXTypepublic void setFCMAX(FCMAXType value)
value - allowed object is
FCMAXTypepublic FCMINType getFCMIN()
FCMINTypepublic void setFCMIN(FCMINType value)
value - allowed object is
FCMINTypepublic String getFCAVGD()
Stringpublic void setFCAVGD(String value)
value - allowed object is
Stringpublic String getFCAVGN()
Stringpublic void setFCAVGN(String value)
value - allowed object is
Stringpublic RRMAXType getRRMAX()
RRMAXTypepublic void setRRMAX(RRMAXType value)
value - allowed object is
RRMAXTypepublic RRMINType getRRMIN()
RRMINTypepublic void setRRMIN(RRMINType value)
value - allowed object is
RRMINTypepublic String getQRSTOT()
Stringpublic void setQRSTOT(String value)
value - allowed object is
Stringpublic String getBRADY()
Stringpublic void setBRADY(String value)
value - allowed object is
Stringpublic String getPAUSE()
Stringpublic void setPAUSE(String value)
value - allowed object is
Stringpublic String getLONG()
Stringpublic void setLONG(String value)
value - allowed object is
Stringpublic String getESV()
Stringpublic void setESV(String value)
value - allowed object is
Stringpublic String getDBLV()
Stringpublic void setDBLV(String value)
value - allowed object is
Stringpublic String getSALVV()
Stringpublic void setSALVV(String value)
value - allowed object is
Stringpublic String getBGV()
Stringpublic void setBGV(String value)
value - allowed object is
Stringpublic String getTGV()
Stringpublic void setTGV(String value)
value - allowed object is
Stringpublic String getTACHY()
Stringpublic void setTACHY(String value)
value - allowed object is
Stringpublic String getESSV()
Stringpublic void setESSV(String value)
value - allowed object is
Stringpublic String getDBLSV()
Stringpublic void setDBLSV(String value)
value - allowed object is
Stringpublic String getSALVSV()
Stringpublic void setSALVSV(String value)
value - allowed object is
Stringpublic String getBGSV()
Stringpublic void setBGSV(String value)
value - allowed object is
Stringpublic String getTGSV()
Stringpublic void setTGSV(String value)
value - allowed object is
Stringpublic String getTACHYSV()
Stringpublic void setTACHYSV(String value)
value - allowed object is
Stringpublic String getRRINST()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.