Package org.hl7.v3

Class PRPAMT201310UV02LanguageCommunication

java.lang.Object
org.hl7.v3.PRPAMT201310UV02LanguageCommunication

public class PRPAMT201310UV02LanguageCommunication extends Object

Java class for PRPA_MT201310UV02.LanguageCommunication complex type.

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

 <complexType name="PRPA_MT201310UV02.LanguageCommunication">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="languageCode" type="{urn:hl7-org:v3}CE"/>
         <element name="modeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="proficiencyLevelCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="preferenceInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • realmCode

      protected List<CS> realmCode
    • typeId

      protected II typeId
    • templateId

      protected List<II> templateId
    • languageCode

      protected CE languageCode
    • modeCode

      protected CE modeCode
    • proficiencyLevelCode

      protected CE proficiencyLevelCode
    • preferenceInd

      protected BL preferenceInd
    • nullFlavor

      protected List<String> nullFlavor
  • Constructor Details

    • PRPAMT201310UV02LanguageCommunication

      public PRPAMT201310UV02LanguageCommunication()
  • 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

    • getLanguageCode

      public CE getLanguageCode()
      Gets the value of the languageCode property.
      Returns:
      possible object is CE
    • setLanguageCode

      public void setLanguageCode(CE value)
      Sets the value of the languageCode property.
      Parameters:
      value - allowed object is CE
    • getModeCode

      public CE getModeCode()
      Gets the value of the modeCode property.
      Returns:
      possible object is CE
    • setModeCode

      public void setModeCode(CE value)
      Sets the value of the modeCode property.
      Parameters:
      value - allowed object is CE
    • getProficiencyLevelCode

      public CE getProficiencyLevelCode()
      Gets the value of the proficiencyLevelCode property.
      Returns:
      possible object is CE
    • setProficiencyLevelCode

      public void setProficiencyLevelCode(CE value)
      Sets the value of the proficiencyLevelCode property.
      Parameters:
      value - allowed object is CE
    • getPreferenceInd

      public BL getPreferenceInd()
      Gets the value of the preferenceInd property.
      Returns:
      possible object is BL
    • setPreferenceInd

      public void setPreferenceInd(BL value)
      Sets the value of the preferenceInd property.
      Parameters:
      value - allowed object is BL
    • 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

    • withRealmCode

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

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

      public PRPAMT201310UV02LanguageCommunication withTypeId(II value)
    • withTemplateId

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

      public PRPAMT201310UV02LanguageCommunication withTemplateId(Collection<II> values)
    • withLanguageCode

      public PRPAMT201310UV02LanguageCommunication withLanguageCode(CE value)
    • withModeCode

      public PRPAMT201310UV02LanguageCommunication withModeCode(CE value)
    • withProficiencyLevelCode

      public PRPAMT201310UV02LanguageCommunication withProficiencyLevelCode(CE value)
    • withPreferenceInd

      public PRPAMT201310UV02LanguageCommunication withPreferenceInd(BL value)
    • withNullFlavor

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

      public PRPAMT201310UV02LanguageCommunication withNullFlavor(Collection<String> values)
    • 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