Package org.hl7.v3

Class COCTMT080000UVContainer

java.lang.Object
org.hl7.v3.COCTMT080000UVContainer

public class COCTMT080000UVContainer extends Object

Java class for COCT_MT080000UV.Container complex type.

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

 <complexType name="COCT_MT080000UV.Container">
   <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" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="desc" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
         <element name="riskCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="handlingCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="capacityQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
         <element name="heightQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
         <element name="diameterQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
         <element name="capTypeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="separatorTypeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="barrierDeltaQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
         <element name="bottomDeltaQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
         <element name="asIdentifiedContainer" type="{urn:hl7-org:v3}COCT_MT080000UV.IdentifiedContainer" minOccurs="0"/>
         <element name="asContent" type="{urn:hl7-org:v3}COCT_MT080000UV.Content3" minOccurs="0"/>
         <element name="asLocatedEntity" type="{urn:hl7-org:v3}COCT_MT070000UV01.LocatedEntity" minOccurs="0"/>
         <element name="additive" type="{urn:hl7-org:v3}COCT_MT080000UV.Additive2" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}EntityClassContainer" />
       <attribute name="determinerCode" use="required" type="{urn:hl7-org:v3}EntityDeterminer" fixed="INSTANCE" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • realmCode

      protected List<CS> realmCode
    • typeId

      protected II typeId
    • templateId

      protected List<II> templateId
    • id

      protected II id
    • code

      protected CE code
    • desc

      protected ED desc
    • riskCode

      protected CE riskCode
    • handlingCode

      protected CE handlingCode
    • capacityQuantity

      protected PQ capacityQuantity
    • heightQuantity

      protected PQ heightQuantity
    • diameterQuantity

      protected PQ diameterQuantity
    • capTypeCode

      protected CE capTypeCode
    • separatorTypeCode

      protected CE separatorTypeCode
    • barrierDeltaQuantity

      protected PQ barrierDeltaQuantity
    • bottomDeltaQuantity

      protected PQ bottomDeltaQuantity
    • asIdentifiedContainer

      protected jakarta.xml.bind.JAXBElement<COCTMT080000UVIdentifiedContainer> asIdentifiedContainer
    • asContent

      protected jakarta.xml.bind.JAXBElement<COCTMT080000UVContent3> asContent
    • asLocatedEntity

      protected jakarta.xml.bind.JAXBElement<COCTMT070000UV01LocatedEntity> asLocatedEntity
    • additive

      protected List<COCTMT080000UVAdditive2> additive
    • nullFlavor

      protected List<String> nullFlavor
    • classCode

      protected EntityClassContainer classCode
    • determinerCode

      protected String determinerCode
  • Constructor Details

    • COCTMT080000UVContainer

      public COCTMT080000UVContainer()
  • Method Details

    • getRealmCode

      public 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 Jakarta XML Binding 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

    • getTypeId

      public II getTypeId()
      Gets the value of the typeId property.
      Returns:
      possible object is II
    • setTypeId

      public void setTypeId(II value)
      Sets the value of the typeId property.
      Parameters:
      value - allowed object is II
    • getTemplateId

      public List<II> 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 Jakarta XML Binding 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 II

    • getId

      public II getId()
      Gets the value of the id property.
      Returns:
      possible object is II
    • setId

      public void setId(II value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is II
    • getCode

      public CE getCode()
      Gets the value of the code property.
      Returns:
      possible object is CE
    • setCode

      public void setCode(CE value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is CE
    • getDesc

      public ED getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is ED
    • setDesc

      public void setDesc(ED value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is ED
    • getRiskCode

      public CE getRiskCode()
      Gets the value of the riskCode property.
      Returns:
      possible object is CE
    • setRiskCode

      public void setRiskCode(CE value)
      Sets the value of the riskCode property.
      Parameters:
      value - allowed object is CE
    • getHandlingCode

      public CE getHandlingCode()
      Gets the value of the handlingCode property.
      Returns:
      possible object is CE
    • setHandlingCode

      public void setHandlingCode(CE value)
      Sets the value of the handlingCode property.
      Parameters:
      value - allowed object is CE
    • getCapacityQuantity

      public PQ getCapacityQuantity()
      Gets the value of the capacityQuantity property.
      Returns:
      possible object is PQ
    • setCapacityQuantity

      public void setCapacityQuantity(PQ value)
      Sets the value of the capacityQuantity property.
      Parameters:
      value - allowed object is PQ
    • getHeightQuantity

      public PQ getHeightQuantity()
      Gets the value of the heightQuantity property.
      Returns:
      possible object is PQ
    • setHeightQuantity

      public void setHeightQuantity(PQ value)
      Sets the value of the heightQuantity property.
      Parameters:
      value - allowed object is PQ
    • getDiameterQuantity

      public PQ getDiameterQuantity()
      Gets the value of the diameterQuantity property.
      Returns:
      possible object is PQ
    • setDiameterQuantity

      public void setDiameterQuantity(PQ value)
      Sets the value of the diameterQuantity property.
      Parameters:
      value - allowed object is PQ
    • getCapTypeCode

      public CE getCapTypeCode()
      Gets the value of the capTypeCode property.
      Returns:
      possible object is CE
    • setCapTypeCode

      public void setCapTypeCode(CE value)
      Sets the value of the capTypeCode property.
      Parameters:
      value - allowed object is CE
    • getSeparatorTypeCode

      public CE getSeparatorTypeCode()
      Gets the value of the separatorTypeCode property.
      Returns:
      possible object is CE
    • setSeparatorTypeCode

      public void setSeparatorTypeCode(CE value)
      Sets the value of the separatorTypeCode property.
      Parameters:
      value - allowed object is CE
    • getBarrierDeltaQuantity

      public PQ getBarrierDeltaQuantity()
      Gets the value of the barrierDeltaQuantity property.
      Returns:
      possible object is PQ
    • setBarrierDeltaQuantity

      public void setBarrierDeltaQuantity(PQ value)
      Sets the value of the barrierDeltaQuantity property.
      Parameters:
      value - allowed object is PQ
    • getBottomDeltaQuantity

      public PQ getBottomDeltaQuantity()
      Gets the value of the bottomDeltaQuantity property.
      Returns:
      possible object is PQ
    • setBottomDeltaQuantity

      public void setBottomDeltaQuantity(PQ value)
      Sets the value of the bottomDeltaQuantity property.
      Parameters:
      value - allowed object is PQ
    • getAsIdentifiedContainer

      public jakarta.xml.bind.JAXBElement<COCTMT080000UVIdentifiedContainer> getAsIdentifiedContainer()
      Gets the value of the asIdentifiedContainer property.
      Returns:
      possible object is JAXBElement<COCTMT080000UVIdentifiedContainer>
    • setAsIdentifiedContainer

      public void setAsIdentifiedContainer(jakarta.xml.bind.JAXBElement<COCTMT080000UVIdentifiedContainer> value)
      Sets the value of the asIdentifiedContainer property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT080000UVIdentifiedContainer>
    • getAsContent

      public jakarta.xml.bind.JAXBElement<COCTMT080000UVContent3> getAsContent()
      Gets the value of the asContent property.
      Returns:
      possible object is JAXBElement<COCTMT080000UVContent3>
    • setAsContent

      public void setAsContent(jakarta.xml.bind.JAXBElement<COCTMT080000UVContent3> value)
      Sets the value of the asContent property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT080000UVContent3>
    • getAsLocatedEntity

      public jakarta.xml.bind.JAXBElement<COCTMT070000UV01LocatedEntity> getAsLocatedEntity()
      Gets the value of the asLocatedEntity property.
      Returns:
      possible object is JAXBElement<COCTMT070000UV01LocatedEntity>
    • setAsLocatedEntity

      public void setAsLocatedEntity(jakarta.xml.bind.JAXBElement<COCTMT070000UV01LocatedEntity> value)
      Sets the value of the asLocatedEntity property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT070000UV01LocatedEntity>
    • getAdditive

      public List<COCTMT080000UVAdditive2> getAdditive()
      Gets the value of the additive 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 additive property.

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

          getAdditive().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT080000UVAdditive2

    • getNullFlavor

      public List<String> getNullFlavor()
      Gets the value of the nullFlavor 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 nullFlavor property.

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

          getNullFlavor().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getClassCode

      public EntityClassContainer getClassCode()
      Gets the value of the classCode property.
      Returns:
      possible object is EntityClassContainer
    • setClassCode

      public void setClassCode(EntityClassContainer value)
      Sets the value of the classCode property.
      Parameters:
      value - allowed object is EntityClassContainer
    • getDeterminerCode

      public String getDeterminerCode()
      Gets the value of the determinerCode property.
      Returns:
      possible object is String
    • setDeterminerCode

      public void setDeterminerCode(String value)
      Sets the value of the determinerCode property.
      Parameters:
      value - allowed object is String
    • withRealmCode

      public COCTMT080000UVContainer withRealmCode(CS... values)
    • withRealmCode

      public COCTMT080000UVContainer withRealmCode(Collection<CS> values)
    • withTypeId

      public COCTMT080000UVContainer withTypeId(II value)
    • withTemplateId

      public COCTMT080000UVContainer withTemplateId(II... values)
    • withTemplateId

      public COCTMT080000UVContainer withTemplateId(Collection<II> values)
    • withId

      public COCTMT080000UVContainer withId(II value)
    • withCode

      public COCTMT080000UVContainer withCode(CE value)
    • withDesc

      public COCTMT080000UVContainer withDesc(ED value)
    • withRiskCode

      public COCTMT080000UVContainer withRiskCode(CE value)
    • withHandlingCode

      public COCTMT080000UVContainer withHandlingCode(CE value)
    • withCapacityQuantity

      public COCTMT080000UVContainer withCapacityQuantity(PQ value)
    • withHeightQuantity

      public COCTMT080000UVContainer withHeightQuantity(PQ value)
    • withDiameterQuantity

      public COCTMT080000UVContainer withDiameterQuantity(PQ value)
    • withCapTypeCode

      public COCTMT080000UVContainer withCapTypeCode(CE value)
    • withSeparatorTypeCode

      public COCTMT080000UVContainer withSeparatorTypeCode(CE value)
    • withBarrierDeltaQuantity

      public COCTMT080000UVContainer withBarrierDeltaQuantity(PQ value)
    • withBottomDeltaQuantity

      public COCTMT080000UVContainer withBottomDeltaQuantity(PQ value)
    • withAsIdentifiedContainer

      public COCTMT080000UVContainer withAsIdentifiedContainer(jakarta.xml.bind.JAXBElement<COCTMT080000UVIdentifiedContainer> value)
    • withAsContent

      public COCTMT080000UVContainer withAsContent(jakarta.xml.bind.JAXBElement<COCTMT080000UVContent3> value)
    • withAsLocatedEntity

      public COCTMT080000UVContainer withAsLocatedEntity(jakarta.xml.bind.JAXBElement<COCTMT070000UV01LocatedEntity> value)
    • withAdditive

      public COCTMT080000UVContainer withAdditive(COCTMT080000UVAdditive2... values)
    • withAdditive

    • withNullFlavor

      public COCTMT080000UVContainer withNullFlavor(String... values)
    • withNullFlavor

      public COCTMT080000UVContainer withNullFlavor(Collection<String> values)
    • withClassCode

      public COCTMT080000UVContainer withClassCode(EntityClassContainer value)
    • withDeterminerCode

      public COCTMT080000UVContainer withDeterminerCode(String value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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 Object