Class COCTMT440001UV09ValuedItem

java.lang.Object
org.projecthusky.common.hl7cdar2.COCTMT440001UV09ValuedItem

public class COCTMT440001UV09ValuedItem extends Object

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 Details

  • Constructor Details

    • COCTMT440001UV09ValuedItem

      public COCTMT440001UV09ValuedItem()
  • Method Details

    • getClassCode

      public ActClassInvoiceElement getClassCode()
      Ruft den Wert der classCode-Eigenschaft ab.
      Returns:
      possible object is ActClassInvoiceElement
    • getCode

      public CD getCode()
      Ruft den Wert der code-Eigenschaft ab.
      Returns:
      possible object is CD
    • getEffectiveTime

      public IVLTS getEffectiveTime()
      Ruft den Wert der effectiveTime-Eigenschaft ab.
      Returns:
      possible object is IVLTS
    • getId

      public @NonNull List<II> 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

      public XActMoodDefEvn getMoodCode()
      Ruft den Wert der moodCode-Eigenschaft ab.
      Returns:
      possible object is XActMoodDefEvn
    • getNetAmt

      public MO getNetAmt()
      Ruft den Wert der netAmt-Eigenschaft ab.
      Returns:
      possible object is MO
    • getRealmCode

      public @NonNull List<CS> 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

      public @NonNull List<AllInfrastructureRootTemplateId> 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

      public AllInfrastructureRootTypeId getTypeId()
      Ruft den Wert der typeId-Eigenschaft ab.
      Returns:
      possible object is AllInfrastructureRootTypeId
    • getUnitPriceAmt

      public RTOMOPQ getUnitPriceAmt()
      Ruft den Wert der unitPriceAmt-Eigenschaft ab.
      Returns:
      possible object is RTOMOPQ
    • getUnitQuantity

      public RTOPQPQ getUnitQuantity()
      Ruft den Wert der unitQuantity-Eigenschaft ab.
      Returns:
      possible object is RTOPQPQ
    • setClassCode

      public void setClassCode(ActClassInvoiceElement value)
      Legt den Wert der classCode-Eigenschaft fest.
      Parameters:
      value - allowed object is ActClassInvoiceElement
    • setCode

      public void setCode(CD value)
      Legt den Wert der code-Eigenschaft fest.
      Parameters:
      value - allowed object is CD
    • setEffectiveTime

      public void setEffectiveTime(IVLTS value)
      Legt den Wert der effectiveTime-Eigenschaft fest.
      Parameters:
      value - allowed object is IVLTS
    • setMoodCode

      public void setMoodCode(XActMoodDefEvn value)
      Legt den Wert der moodCode-Eigenschaft fest.
      Parameters:
      value - allowed object is XActMoodDefEvn
    • setNetAmt

      public void setNetAmt(MO value)
      Legt den Wert der netAmt-Eigenschaft fest.
      Parameters:
      value - allowed object is MO
    • setTypeId

      public void setTypeId(AllInfrastructureRootTypeId value)
      Legt den Wert der typeId-Eigenschaft fest.
      Parameters:
      value - allowed object is AllInfrastructureRootTypeId
    • setUnitPriceAmt

      public void setUnitPriceAmt(RTOMOPQ value)
      Legt den Wert der unitPriceAmt-Eigenschaft fest.
      Parameters:
      value - allowed object is RTOMOPQ
    • setUnitQuantity

      public void setUnitQuantity(RTOPQPQ value)
      Legt den Wert der unitQuantity-Eigenschaft fest.
      Parameters:
      value - allowed object is RTOPQPQ