Class PRPAIN201306UV02MCCIMT000300UV01Message
- Direct Known Subclasses:
PRPAIN201306UV02
Java class for PRPA_IN201306UV02.MCCI_MT000300UV01.Message complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRPA_IN201306UV02.MCCI_MT000300UV01.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="attachmentText" type="{urn:hl7-org:v3}ED" maxOccurs="unbounded" minOccurs="0"/>
<element name="receiver" type="{urn:hl7-org:v3}MCCI_MT000300UV01.Receiver" maxOccurs="unbounded"/>
<element name="respondTo" type="{urn:hl7-org:v3}MCCI_MT000300UV01.RespondTo" maxOccurs="unbounded" minOccurs="0"/>
<element name="sender" type="{urn:hl7-org:v3}MCCI_MT000300UV01.Sender"/>
<element name="attentionLine" type="{urn:hl7-org:v3}MCCI_MT000300UV01.AttentionLine" maxOccurs="unbounded" minOccurs="0"/>
<element name="acknowledgement" type="{urn:hl7-org:v3}MCCI_MT000300UV01.Acknowledgement" maxOccurs="unbounded" minOccurs="0"/>
<element name="controlActProcess" type="{urn:hl7-org:v3}PRPA_IN201306UV02.MFMI_MT700711UV01.ControlActProcess"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CSprotected List<MCCIMT000300UV01Acknowledgement>protected List<MCCIMT000300UV01AttentionLine>protected TSprotected IIprotected IIprotected CSprotected CSprotected List<MCCIMT000300UV01Receiver>protected List<MCCIMT000300UV01RespondTo>protected STprotected MCCIMT000300UV01Senderprotected IIprotected CS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the acceptAckCode property.Gets the value of the acknowledgement property.Gets the value of the attachmentText property.Gets the value of the attentionLine property.Gets the value of the controlActProcess property.Gets the value of the creationTime property.getId()Gets the value of the id property.Gets the value of the interactionId property.Gets the value of the nullFlavor property.Gets the value of the processingCode property.Gets the value of the processingModeCode property.Gets the value of the profileId property.Gets the value of the realmCode property.Gets the value of the receiver property.Gets the value of the respondTo property.Gets the value of the securityText property.Gets the value of the sender property.Gets the value of the templateId property.Gets the value of the typeId property.Gets the value of the versionCode property.inthashCode()voidsetAcceptAckCode(CS value) Sets the value of the acceptAckCode property.voidSets the value of the controlActProcess property.voidsetCreationTime(TS value) Sets the value of the creationTime property.voidSets the value of the id property.voidsetInteractionId(II value) Sets the value of the interactionId property.voidsetProcessingCode(CS value) Sets the value of the processingCode property.voidsetProcessingModeCode(CS value) Sets the value of the processingModeCode property.voidsetSecurityText(ST value) Sets the value of the securityText property.voidsetSender(MCCIMT000300UV01Sender value) Sets the value of the sender property.voidSets the value of the typeId property.voidsetVersionCode(CS value) Sets the value of the versionCode property.toString()Generates a String representation of the contents of this type.withAcceptAckCode(CS value) withAttachmentText(Collection<ED> values) withAttachmentText(ED... values) withAttentionLine(MCCIMT000300UV01AttentionLine... values) withCreationTime(TS value) withInteractionId(II value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withProcessingCode(CS value) withProcessingModeCode(CS value) withProfileId(Collection<II> values) withProfileId(II... values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withReceiver(MCCIMT000300UV01Receiver... values) withRespondTo(MCCIMT000300UV01RespondTo... values) withSecurityText(ST value) withSender(MCCIMT000300UV01Sender value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value) withVersionCode(CS value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
creationTime
-
securityText
-
versionCode
-
interactionId
-
profileId
-
processingCode
-
processingModeCode
-
acceptAckCode
-
attachmentText
-
receiver
-
respondTo
-
sender
-
attentionLine
-
acknowledgement
-
controlActProcess
-
nullFlavor
-
-
Constructor Details
-
PRPAIN201306UV02MCCIMT000300UV01Message
public PRPAIN201306UV02MCCIMT000300UV01Message()
-
-
Method Details
-
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
setmethod 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
Gets the value of the typeId property.- Returns:
- possible object is
II
-
setTypeId
Sets the value of the typeId property.- Parameters:
value- allowed object isII
-
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
setmethod 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
Gets the value of the id property.- Returns:
- possible object is
II
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isII
-
getCreationTime
Gets the value of the creationTime property.- Returns:
- possible object is
TS
-
setCreationTime
Sets the value of the creationTime property.- Parameters:
value- allowed object isTS
-
getSecurityText
Gets the value of the securityText property.- Returns:
- possible object is
ST
-
setSecurityText
Sets the value of the securityText property.- Parameters:
value- allowed object isST
-
getVersionCode
Gets the value of the versionCode property.- Returns:
- possible object is
CS
-
setVersionCode
Sets the value of the versionCode property.- Parameters:
value- allowed object isCS
-
getInteractionId
Gets the value of the interactionId property.- Returns:
- possible object is
II
-
setInteractionId
Sets the value of the interactionId property.- Parameters:
value- allowed object isII
-
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
setmethod 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
Gets the value of the processingCode property.- Returns:
- possible object is
CS
-
setProcessingCode
Sets the value of the processingCode property.- Parameters:
value- allowed object isCS
-
getProcessingModeCode
Gets the value of the processingModeCode property.- Returns:
- possible object is
CS
-
setProcessingModeCode
Sets the value of the processingModeCode property.- Parameters:
value- allowed object isCS
-
getAcceptAckCode
Gets the value of the acceptAckCode property.- Returns:
- possible object is
CS
-
setAcceptAckCode
Sets the value of the acceptAckCode property.- Parameters:
value- allowed object isCS
-
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
setmethod 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
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
setmethod 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
MCCIMT000300UV01Receiver -
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
setmethod 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
MCCIMT000300UV01RespondTo -
getSender
Gets the value of the sender property.- Returns:
- possible object is
MCCIMT000300UV01Sender
-
setSender
Sets the value of the sender property.- Parameters:
value- allowed object isMCCIMT000300UV01Sender
-
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
setmethod 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
MCCIMT000300UV01AttentionLine -
getAcknowledgement
Gets the value of the acknowledgement 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
setmethod for the acknowledgement property.For example, to add a new item, do as follows:
getAcknowledgement().add(newItem);Objects of the following type(s) are allowed in the list
MCCIMT000300UV01Acknowledgement -
getControlActProcess
Gets the value of the controlActProcess property.- Returns:
- possible object is
PRPAIN201306UV02MFMIMT700711UV01ControlActProcess
-
setControlActProcess
Sets the value of the controlActProcess property.- Parameters:
value- allowed object isPRPAIN201306UV02MFMIMT700711UV01ControlActProcess
-
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
setmethod 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
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withId
-
withCreationTime
-
withSecurityText
-
withVersionCode
-
withInteractionId
-
withProfileId
-
withProfileId
-
withProcessingCode
-
withProcessingModeCode
-
withAcceptAckCode
-
withAttachmentText
-
withAttachmentText
-
withReceiver
-
withReceiver
public PRPAIN201306UV02MCCIMT000300UV01Message withReceiver(Collection<MCCIMT000300UV01Receiver> values) -
withRespondTo
-
withRespondTo
public PRPAIN201306UV02MCCIMT000300UV01Message withRespondTo(Collection<MCCIMT000300UV01RespondTo> values) -
withSender
-
withAttentionLine
public PRPAIN201306UV02MCCIMT000300UV01Message withAttentionLine(MCCIMT000300UV01AttentionLine... values) -
withAttentionLine
public PRPAIN201306UV02MCCIMT000300UV01Message withAttentionLine(Collection<MCCIMT000300UV01AttentionLine> values) -
withAcknowledgement
public PRPAIN201306UV02MCCIMT000300UV01Message withAcknowledgement(MCCIMT000300UV01Acknowledgement... values) -
withAcknowledgement
public PRPAIN201306UV02MCCIMT000300UV01Message withAcknowledgement(Collection<MCCIMT000300UV01Acknowledgement> values) -
withControlActProcess
public PRPAIN201306UV02MCCIMT000300UV01Message withControlActProcess(PRPAIN201306UV02MFMIMT700711UV01ControlActProcess value) -
withNullFlavor
-
withNullFlavor
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-