@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:25:26+02:00", comments="JAXB RI v2.3.7") public class ContentlocalitemattributeType extends Object implements Serializable
Java class for contentlocalitemattributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contentlocalitemattributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-KMEHR" maxOccurs="unbounded" minOccurs="0"/>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-CONTENT" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="decimal" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="boolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/>
<sequence>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
<element name="hcparty" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}hcpartyType"/>
<element name="person" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}personType"/>
<element name="lnk" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded"/>
</choice>
<element name="unit" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}unitType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ContentlocalitemattributeType() |
| Modifier and Type | Method and Description |
|---|---|
List<CDCONTENT> |
getCds()
Gets the value of the cds property.
|
org.joda.time.DateTime |
getDate()
Gets the value of the date property.
|
BigDecimal |
getDecimal()
Gets the value of the decimal property.
|
HcpartyType |
getHcparty()
Gets the value of the hcparty property.
|
List<IDKMEHR> |
getIds()
Gets the value of the ids property.
|
List<Object> |
getLnks()
Gets the value of the lnks property.
|
PersonType |
getPerson()
Gets the value of the person property.
|
TextType |
getText()
Gets the value of the text property.
|
org.joda.time.DateTime |
getTime()
Gets the value of the time property.
|
UnitType |
getUnit()
Gets the value of the unit property.
|
Boolean |
isBoolean()
Gets the value of the boolean property.
|
void |
setBoolean(Boolean value)
Sets the value of the boolean property.
|
void |
setDate(org.joda.time.DateTime value)
Sets the value of the date property.
|
void |
setDecimal(BigDecimal value)
Sets the value of the decimal property.
|
void |
setHcparty(HcpartyType value)
Sets the value of the hcparty property.
|
void |
setPerson(PersonType value)
Sets the value of the person property.
|
void |
setText(TextType value)
Sets the value of the text property.
|
void |
setTime(org.joda.time.DateTime value)
Sets the value of the time property.
|
void |
setUnit(UnitType value)
Sets the value of the unit property.
|
public List<IDKMEHR> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
IDKMEHR
public List<CDCONTENT> getCds()
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 cds property.
For example, to add a new item, do as follows:
getCds().add(newItem);
Objects of the following type(s) are allowed in the list
CDCONTENT
public List<Object> getLnks()
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 lnks property.
For example, to add a new item, do as follows:
getLnks().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public PersonType getPerson()
PersonTypepublic void setPerson(PersonType value)
value - allowed object is
PersonTypepublic HcpartyType getHcparty()
HcpartyTypepublic void setHcparty(HcpartyType value)
value - allowed object is
HcpartyTypepublic org.joda.time.DateTime getDate()
Stringpublic void setDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getTime()
Stringpublic void setTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextTypepublic Boolean isBoolean()
Booleanpublic void setBoolean(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getDecimal()
BigDecimalpublic void setDecimal(BigDecimal value)
value - allowed object is
BigDecimalpublic UnitType getUnit()
UnitType
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.