Package org.hl7.v3

Class PRPAIN201305UV02MCCIMT000100UV01Message

java.lang.Object
org.hl7.v3.PRPAIN201305UV02MCCIMT000100UV01Message
Direct Known Subclasses:
PRPAIN201305UV02

public class PRPAIN201305UV02MCCIMT000100UV01Message extends Object

Java class for PRPA_IN201305UV02.MCCI_MT000100UV01.Message complex type.

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

 <complexType name="PRPA_IN201305UV02.MCCI_MT000100UV01.Message">
   <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"/>
         <element name="creationTime" type="{urn:hl7-org:v3}TS"/>
         <element name="securityText" type="{urn:hl7-org:v3}ST" minOccurs="0"/>
         <element name="versionCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="interactionId" type="{urn:hl7-org:v3}II"/>
         <element name="profileId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="processingCode" type="{urn:hl7-org:v3}CS"/>
         <element name="processingModeCode" type="{urn:hl7-org:v3}CS"/>
         <element name="acceptAckCode" type="{urn:hl7-org:v3}CS"/>
         <element name="sequenceNumber" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
         <element name="attachmentText" type="{urn:hl7-org:v3}ED" maxOccurs="unbounded" minOccurs="0"/>
         <element name="receiver" type="{urn:hl7-org:v3}MCCI_MT000100UV01.Receiver" maxOccurs="unbounded"/>
         <element name="respondTo" type="{urn:hl7-org:v3}MCCI_MT000100UV01.RespondTo" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sender" type="{urn:hl7-org:v3}MCCI_MT000100UV01.Sender"/>
         <element name="attentionLine" type="{urn:hl7-org:v3}MCCI_MT000100UV01.AttentionLine" maxOccurs="unbounded" minOccurs="0"/>
         <element name="controlActProcess" type="{urn:hl7-org:v3}PRPA_IN201305UV02.QUQI_MT021001UV01.ControlActProcess"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PRPAIN201305UV02MCCIMT000100UV01Message

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

      public TS getCreationTime()
      Gets the value of the creationTime property.
      Returns:
      possible object is TS
    • setCreationTime

      public void setCreationTime(TS value)
      Sets the value of the creationTime property.
      Parameters:
      value - allowed object is TS
    • getSecurityText

      public ST getSecurityText()
      Gets the value of the securityText property.
      Returns:
      possible object is ST
    • setSecurityText

      public void setSecurityText(ST value)
      Sets the value of the securityText property.
      Parameters:
      value - allowed object is ST
    • getVersionCode

      public CS getVersionCode()
      Gets the value of the versionCode property.
      Returns:
      possible object is CS
    • setVersionCode

      public void setVersionCode(CS value)
      Sets the value of the versionCode property.
      Parameters:
      value - allowed object is CS
    • getInteractionId

      public II getInteractionId()
      Gets the value of the interactionId property.
      Returns:
      possible object is II
    • setInteractionId

      public void setInteractionId(II value)
      Sets the value of the interactionId property.
      Parameters:
      value - allowed object is II
    • getProfileId

      public List<II> getProfileId()
      Gets the value of the profileId 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 profileId property.

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

          getProfileId().add(newItem);
       

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

    • getProcessingCode

      public CS getProcessingCode()
      Gets the value of the processingCode property.
      Returns:
      possible object is CS
    • setProcessingCode

      public void setProcessingCode(CS value)
      Sets the value of the processingCode property.
      Parameters:
      value - allowed object is CS
    • getProcessingModeCode

      public CS getProcessingModeCode()
      Gets the value of the processingModeCode property.
      Returns:
      possible object is CS
    • setProcessingModeCode

      public void setProcessingModeCode(CS value)
      Sets the value of the processingModeCode property.
      Parameters:
      value - allowed object is CS
    • getAcceptAckCode

      public CS getAcceptAckCode()
      Gets the value of the acceptAckCode property.
      Returns:
      possible object is CS
    • setAcceptAckCode

      public void setAcceptAckCode(CS value)
      Sets the value of the acceptAckCode property.
      Parameters:
      value - allowed object is CS
    • getSequenceNumber

      public INT getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is INT
    • setSequenceNumber

      public void setSequenceNumber(INT value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is INT
    • getAttachmentText

      public List<ED> getAttachmentText()
      Gets the value of the attachmentText 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 attachmentText property.

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

          getAttachmentText().add(newItem);
       

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

    • getReceiver

      public List<MCCIMT000100UV01Receiver> getReceiver()
      Gets the value of the receiver 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 receiver property.

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

          getReceiver().add(newItem);
       

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

    • getRespondTo

      public List<MCCIMT000100UV01RespondTo> getRespondTo()
      Gets the value of the respondTo 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 respondTo property.

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

          getRespondTo().add(newItem);
       

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

    • getSender

      public MCCIMT000100UV01Sender getSender()
      Gets the value of the sender property.
      Returns:
      possible object is MCCIMT000100UV01Sender
    • setSender

      public void setSender(MCCIMT000100UV01Sender value)
      Sets the value of the sender property.
      Parameters:
      value - allowed object is MCCIMT000100UV01Sender
    • getAttentionLine

      public List<MCCIMT000100UV01AttentionLine> getAttentionLine()
      Gets the value of the attentionLine 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 attentionLine property.

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

          getAttentionLine().add(newItem);
       

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

    • getControlActProcess

      Gets the value of the controlActProcess property.
      Returns:
      possible object is PRPAIN201305UV02QUQIMT021001UV01ControlActProcess
    • setControlActProcess

      public void setControlActProcess(PRPAIN201305UV02QUQIMT021001UV01ControlActProcess value)
      Sets the value of the controlActProcess property.
      Parameters:
      value - allowed object is PRPAIN201305UV02QUQIMT021001UV01ControlActProcess
    • 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 PRPAIN201305UV02MCCIMT000100UV01Message withRealmCode(CS... values)
    • withRealmCode

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

      public PRPAIN201305UV02MCCIMT000100UV01Message withTypeId(II value)
    • withTemplateId

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

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

    • withCreationTime

      public PRPAIN201305UV02MCCIMT000100UV01Message withCreationTime(TS value)
    • withSecurityText

      public PRPAIN201305UV02MCCIMT000100UV01Message withSecurityText(ST value)
    • withVersionCode

      public PRPAIN201305UV02MCCIMT000100UV01Message withVersionCode(CS value)
    • withInteractionId

      public PRPAIN201305UV02MCCIMT000100UV01Message withInteractionId(II value)
    • withProfileId

      public PRPAIN201305UV02MCCIMT000100UV01Message withProfileId(II... values)
    • withProfileId

      public PRPAIN201305UV02MCCIMT000100UV01Message withProfileId(Collection<II> values)
    • withProcessingCode

      public PRPAIN201305UV02MCCIMT000100UV01Message withProcessingCode(CS value)
    • withProcessingModeCode

      public PRPAIN201305UV02MCCIMT000100UV01Message withProcessingModeCode(CS value)
    • withAcceptAckCode

      public PRPAIN201305UV02MCCIMT000100UV01Message withAcceptAckCode(CS value)
    • withSequenceNumber

      public PRPAIN201305UV02MCCIMT000100UV01Message withSequenceNumber(INT value)
    • withAttachmentText

      public PRPAIN201305UV02MCCIMT000100UV01Message withAttachmentText(ED... values)
    • withAttachmentText

      public PRPAIN201305UV02MCCIMT000100UV01Message withAttachmentText(Collection<ED> values)
    • withReceiver

    • withReceiver

    • withRespondTo

    • withRespondTo

    • withSender

    • withAttentionLine

    • withAttentionLine

    • withControlActProcess

    • withNullFlavor

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

    • 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