@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:29:36+02:00", comments="JAXB RI v2.3.7") public class KatzType extends Object implements Serializable
Java class for KatzType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KatzType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KatzScore" type="{urn:be:cin:mycarenet:1.0:carenet:types}KatzScoreType"/>
<element name="ContinenceDetails" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Dementia" type="{urn:be:cin:mycarenet:1.0:carenet:types}DementiaType" minOccurs="0"/>
<element name="Prescripter" type="{urn:be:cin:mycarenet:1.0:carenet:types}NihiiType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
KatzType() |
| Modifier and Type | Method and Description |
|---|---|
DementiaType |
getDementia()
Gets the value of the dementia property.
|
List<Integer> |
getKatzScore()
Gets the value of the katzScore property.
|
String |
getPrescripter()
Gets the value of the prescripter property.
|
boolean |
isContinenceDetails()
Gets the value of the continenceDetails property.
|
void |
setContinenceDetails(boolean value)
Sets the value of the continenceDetails property.
|
void |
setDementia(DementiaType value)
Sets the value of the dementia property.
|
void |
setPrescripter(String value)
Sets the value of the prescripter property.
|
public List<Integer> getKatzScore()
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 katzScore property.
For example, to add a new item, do as follows:
getKatzScore().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isContinenceDetails()
public void setContinenceDetails(boolean value)
public DementiaType getDementia()
DementiaTypepublic void setDementia(DementiaType value)
value - allowed object is
DementiaTypepublic String getPrescripter()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.