|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.mycarenet._1_0.carenet.types.KatzType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class KatzType
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 Summary | |
---|---|
KatzType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KatzType()
Method Detail |
---|
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()
DementiaType
public void setDementia(DementiaType value)
value
- allowed object is
DementiaType
public String getPrescripter()
String
public void setPrescripter(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |