|
||||||||||
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.ContentlocalitemattributeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:10:03+02:00", comments="JAXB RI v2.2.6") public class ContentlocalitemattributeType
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 Summary | |
---|---|
ContentlocalitemattributeType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentlocalitemattributeType()
Method Detail |
---|
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()
PersonType
public void setPerson(PersonType value)
value
- allowed object is
PersonType
public HcpartyType getHcparty()
HcpartyType
public void setHcparty(HcpartyType value)
value
- allowed object is
HcpartyType
public org.joda.time.DateTime getDate()
String
public void setDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getTime()
String
public void setTime(org.joda.time.DateTime value)
value
- allowed object is
String
public TextType getText()
TextType
public void setText(TextType value)
value
- allowed object is
TextType
public Boolean isBoolean()
Boolean
public void setBoolean(Boolean value)
value
- allowed object is
Boolean
public BigDecimal getDecimal()
BigDecimal
public void setDecimal(BigDecimal value)
value
- allowed object is
BigDecimal
public UnitType getUnit()
UnitType
public void setUnit(UnitType value)
value
- allowed object is
UnitType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |