Package org.hl7.v3

Class COCTMT510000UV06Benefit

java.lang.Object
org.hl7.v3.COCTMT510000UV06Benefit

public class COCTMT510000UV06Benefit extends Object

Java class for COCT_MT510000UV06.Benefit complex type.

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

 <complexType name="COCT_MT510000UV06.Benefit">
   <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" minOccurs="0"/>
         <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="confidentialityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reasonCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="definition" type="{urn:hl7-org:v3}COCT_MT510000UV06.Definition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="precondition" type="{urn:hl7-org:v3}COCT_MT510000UV06.Precondition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reference" type="{urn:hl7-org:v3}COCT_MT510000UV06.Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="limitation" type="{urn:hl7-org:v3}COCT_MT510000UV06.Limitation2" 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}ActClassCareProvision" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}ActMoodCompletionTrack" />
       <attribute name="negationInd" type="{urn:hl7-org:v3}bl" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT510000UV06Benefit

      public COCTMT510000UV06Benefit()
  • 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 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 Jakarta XML Binding 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

    • getCode

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

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

      public IVLTS getEffectiveTime()
      Gets the value of the effectiveTime property.
      Returns:
      possible object is IVLTS
    • setEffectiveTime

      public void setEffectiveTime(IVLTS value)
      Sets the value of the effectiveTime property.
      Parameters:
      value - allowed object is IVLTS
    • getConfidentialityCode

      public List<CE> getConfidentialityCode()
      Gets the value of the confidentialityCode 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 confidentialityCode property.

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

          getConfidentialityCode().add(newItem);
       

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

    • getReasonCode

      public List<CE> getReasonCode()
      Gets the value of the reasonCode 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 reasonCode property.

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

          getReasonCode().add(newItem);
       

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

    • getDefinition

      public List<COCTMT510000UV06Definition> getDefinition()
      Gets the value of the definition 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 definition property.

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

          getDefinition().add(newItem);
       

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

    • getPrecondition

      public List<COCTMT510000UV06Precondition> getPrecondition()
      Gets the value of the precondition 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 precondition property.

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

          getPrecondition().add(newItem);
       

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

    • getReference

      public List<COCTMT510000UV06Reference> getReference()
      Gets the value of the reference 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 reference property.

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

          getReference().add(newItem);
       

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

    • getLimitation

      public List<COCTMT510000UV06Limitation2> getLimitation()
      Gets the value of the limitation 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 limitation property.

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

          getLimitation().add(newItem);
       

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

    • 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 ActClassCareProvision getClassCode()
      Gets the value of the classCode property.
      Returns:
      possible object is ActClassCareProvision
    • setClassCode

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

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

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

          getMoodCode().add(newItem);
       

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

    • isNegationInd

      public Boolean isNegationInd()
      Gets the value of the negationInd property.
      Returns:
      possible object is Boolean
    • setNegationInd

      public void setNegationInd(Boolean value)
      Sets the value of the negationInd property.
      Parameters:
      value - allowed object is Boolean
    • withRealmCode

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

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

      public COCTMT510000UV06Benefit withTypeId(II value)
    • withTemplateId

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

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

      public COCTMT510000UV06Benefit withId(II... values)
    • withId

      public COCTMT510000UV06Benefit withId(Collection<II> values)
    • withCode

      public COCTMT510000UV06Benefit withCode(CD value)
    • withEffectiveTime

      public COCTMT510000UV06Benefit withEffectiveTime(IVLTS value)
    • withConfidentialityCode

      public COCTMT510000UV06Benefit withConfidentialityCode(CE... values)
    • withConfidentialityCode

      public COCTMT510000UV06Benefit withConfidentialityCode(Collection<CE> values)
    • withReasonCode

      public COCTMT510000UV06Benefit withReasonCode(CE... values)
    • withReasonCode

      public COCTMT510000UV06Benefit withReasonCode(Collection<CE> values)
    • withDefinition

      public COCTMT510000UV06Benefit withDefinition(COCTMT510000UV06Definition... values)
    • withDefinition

    • withPrecondition

      public COCTMT510000UV06Benefit withPrecondition(COCTMT510000UV06Precondition... values)
    • withPrecondition

    • withReference

      public COCTMT510000UV06Benefit withReference(COCTMT510000UV06Reference... values)
    • withReference

    • withLimitation

      public COCTMT510000UV06Benefit withLimitation(COCTMT510000UV06Limitation2... values)
    • withLimitation

    • withNullFlavor

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

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

      public COCTMT510000UV06Benefit withClassCode(ActClassCareProvision value)
    • withMoodCode

      public COCTMT510000UV06Benefit withMoodCode(String... values)
    • withMoodCode

      public COCTMT510000UV06Benefit withMoodCode(Collection<String> values)
    • withNegationInd

      public COCTMT510000UV06Benefit withNegationInd(Boolean 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