Package org.hl7.v3

Class IVLMO


public class IVLMO extends SXCMMO

Java class for IVL_MO complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IVL_MO">
   <complexContent>
     <extension base="{urn:hl7-org:v3}SXCM_MO">
       <choice minOccurs="0">
         <sequence>
           <element name="low" type="{urn:hl7-org:v3}IVXB_MO"/>
           <choice minOccurs="0">
             <element name="width" type="{urn:hl7-org:v3}MO" minOccurs="0"/>
             <element name="high" type="{urn:hl7-org:v3}IVXB_MO" minOccurs="0"/>
           </choice>
         </sequence>
         <element name="high" type="{urn:hl7-org:v3}IVXB_MO"/>
         <sequence>
           <element name="width" type="{urn:hl7-org:v3}MO"/>
           <element name="high" type="{urn:hl7-org:v3}IVXB_MO" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="center" type="{urn:hl7-org:v3}MO"/>
           <element name="width" type="{urn:hl7-org:v3}MO" minOccurs="0"/>
         </sequence>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • rest

      protected List<jakarta.xml.bind.JAXBElement<? extends MO>> rest
  • Constructor Details

    • IVLMO

      public IVLMO()
  • Method Details

    • getRest

      public List<jakarta.xml.bind.JAXBElement<? extends MO>> getRest()
      Gets the rest of the content model.

      You are getting this "catch-all" property because of the following reason: The field name "High" is used by two different parts of a schema. See: line 1004 of file:/home/jenkins/agent/workspace/OpenNCP-ncpeh_simulation_api-maven_central_release/ncpeh-simulation-ehdsi-model/src/main/resources/schemas/HL7V3/NE2008/coreschemas/datatypes.xsd line 995 of file:/home/jenkins/agent/workspace/OpenNCP-ncpeh_simulation_api-maven_central_release/ncpeh-simulation-ehdsi-model/src/main/resources/schemas/HL7V3/NE2008/coreschemas/datatypes.xsd

      To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest 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 Jakarta XML Binding object. This is why there is not a set method for the rest property.

      For example, to add a new item, do as follows:

          getRest().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<IVXBMO> JAXBElement<IVXBMO> JAXBElement<MO> JAXBElement<MO>

    • withRest

      public IVLMO withRest(jakarta.xml.bind.JAXBElement<? extends MO>... values)
    • withRest

      public IVLMO withRest(Collection<jakarta.xml.bind.JAXBElement<? extends MO>> values)
    • withOperator

      public IVLMO withOperator(SetOperator value)
      Overrides:
      withOperator in class SXCMMO
    • withValue

      public IVLMO withValue(String value)
      Overrides:
      withValue in class SXCMMO
    • withCurrency

      public IVLMO withCurrency(String value)
      Overrides:
      withCurrency in class SXCMMO
    • withNullFlavor

      public IVLMO withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class SXCMMO
    • withNullFlavor

      public IVLMO withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class SXCMMO
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SXCMMO
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SXCMMO
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class SXCMMO