Class COCTMT440001UV09ValuedItem
Java-Klasse für COCT_MT440001UV09.ValuedItem complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="COCT_MT440001UV09.ValuedItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/> <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded"/> <element name="code" type="{urn:hl7-org:v3}CD" minOccurs="0"/> <element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/> <element name="unitQuantity" type="{urn:hl7-org:v3}RTO_PQ_PQ" minOccurs="0"/> <element name="unitPriceAmt" type="{urn:hl7-org:v3}RTO_MO_PQ"/> <element name="netAmt" type="{urn:hl7-org:v3}MO" minOccurs="0"/> </sequence> <attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClassInvoiceElement" /> <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodDefEvn" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActClassInvoiceElement
protected CD
protected IVLTS
protected XActMoodDefEvn
protected MO
protected List<AllInfrastructureRootTemplateId>
protected AllInfrastructureRootTypeId
protected RTOMOPQ
protected RTOPQPQ
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der classCode-Eigenschaft ab.getCode()
Ruft den Wert der code-Eigenschaft ab.Ruft den Wert der effectiveTime-Eigenschaft ab.getId()
Gets the value of the id property.Ruft den Wert der moodCode-Eigenschaft ab.Ruft den Wert der netAmt-Eigenschaft ab.Gets the value of the realmCode property.@NonNull List<AllInfrastructureRootTemplateId>
Gets the value of the templateId property.Ruft den Wert der typeId-Eigenschaft ab.Ruft den Wert der unitPriceAmt-Eigenschaft ab.Ruft den Wert der unitQuantity-Eigenschaft ab.void
Legt den Wert der classCode-Eigenschaft fest.void
Legt den Wert der code-Eigenschaft fest.void
setEffectiveTime
(IVLTS value) Legt den Wert der effectiveTime-Eigenschaft fest.void
setMoodCode
(XActMoodDefEvn value) Legt den Wert der moodCode-Eigenschaft fest.void
Legt den Wert der netAmt-Eigenschaft fest.void
Legt den Wert der typeId-Eigenschaft fest.void
setUnitPriceAmt
(RTOMOPQ value) Legt den Wert der unitPriceAmt-Eigenschaft fest.void
setUnitQuantity
(RTOPQPQ value) Legt den Wert der unitQuantity-Eigenschaft fest.
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
effectiveTime
-
unitQuantity
-
unitPriceAmt
-
netAmt
-
classCode
-
moodCode
-
-
Constructor Details
-
COCTMT440001UV09ValuedItem
public COCTMT440001UV09ValuedItem()
-
-
Method Details
-
getClassCode
Ruft den Wert der classCode-Eigenschaft ab.- Returns:
- possible object is
ActClassInvoiceElement
-
getCode
Ruft den Wert der code-Eigenschaft ab.- Returns:
- possible object is
CD
-
getEffectiveTime
Ruft den Wert der effectiveTime-Eigenschaft ab.- Returns:
- possible object is
IVLTS
-
getId
Gets the value of the id property.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 id property.For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
II
-
getMoodCode
Ruft den Wert der moodCode-Eigenschaft ab.- Returns:
- possible object is
XActMoodDefEvn
-
getNetAmt
Ruft den Wert der netAmt-Eigenschaft ab.- Returns:
- possible object is
MO
-
getRealmCode
Gets the value of the realmCode property.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 realmCode property.For example, to add a new item, do as follows:
getRealmCode().add(newItem);
Objects of the following type(s) are allowed in the list
CS
-
getTemplateId
Gets the value of the templateId property.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 templateId property.For example, to add a new item, do as follows:
getTemplateId().add(newItem);
Objects of the following type(s) are allowed in the list
AllInfrastructureRootTemplateId
-
getTypeId
Ruft den Wert der typeId-Eigenschaft ab.- Returns:
- possible object is
AllInfrastructureRootTypeId
-
getUnitPriceAmt
Ruft den Wert der unitPriceAmt-Eigenschaft ab.- Returns:
- possible object is
RTOMOPQ
-
getUnitQuantity
Ruft den Wert der unitQuantity-Eigenschaft ab.- Returns:
- possible object is
RTOPQPQ
-
setClassCode
Legt den Wert der classCode-Eigenschaft fest.- Parameters:
value
- allowed object isActClassInvoiceElement
-
setCode
Legt den Wert der code-Eigenschaft fest.- Parameters:
value
- allowed object isCD
-
setEffectiveTime
Legt den Wert der effectiveTime-Eigenschaft fest.- Parameters:
value
- allowed object isIVLTS
-
setMoodCode
Legt den Wert der moodCode-Eigenschaft fest.- Parameters:
value
- allowed object isXActMoodDefEvn
-
setNetAmt
Legt den Wert der netAmt-Eigenschaft fest.- Parameters:
value
- allowed object isMO
-
setTypeId
Legt den Wert der typeId-Eigenschaft fest.- Parameters:
value
- allowed object isAllInfrastructureRootTypeId
-
setUnitPriceAmt
Legt den Wert der unitPriceAmt-Eigenschaft fest.- Parameters:
value
- allowed object isRTOMOPQ
-
setUnitQuantity
Legt den Wert der unitQuantity-Eigenschaft fest.- Parameters:
value
- allowed object isRTOPQPQ
-