public final class ESU_U01 extends Message
Represents a ESU_U01 message structure (see chapter 13.3.1). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARYFollowing is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
ESU_U01 objU01 = (ESU_U01)MessageFactory.createInstance().createSendSupportedMessage("ESU", "U01");
| Modifier and Type | Method and Description |
|---|---|
void |
addInteractionStatusDetail(ISD objISD)
Adds Interaction Status Detail(ISD) to this message.
|
void |
addInteractionStatusDetail(ISingleCollection<ISD> objISDSegmentCollection)
Adds collection of Interaction Status Detail(ISD) to this message.
|
void |
addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
Adds collection of Software Segment(SFT) to this message.
|
void |
addSoftwareSegment(SFT objSFT)
Adds Software Segment(SFT) to this message.
|
EQU |
getEquipmentDetailSegment()
Retrieves Equipment Detail(EQU) segment present in this message
|
ISingleCollection<ISD> |
getInteractionStatusDetail()
Retrieves Interaction Status Detail(ISD) present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
UAC |
getUserAuthenticationCredentialSegment()
Retrieves User Authentication Credential(UAC) segment present in this message
|
void |
setEquipmentDetailSegment(EQU objEQU)
Sets value of Equipment Detail segment for this message,overwrites if already present.
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential(UAC) segment for this message, overwrites if already present.
|
contains, dumpMessage, dumpMessage, getACKMode, getGroup, getGroupMap, getHeader, getMessageCode, getMessageControlID, getMessageStructure, getQueryUserParameters, getSegment, getSegmentSet, getSubscriptionType, getTriggerEvent, isQuery, isResponse, populate, removeGroup, removeSegment, removeSegment, removeSegmentAttribute, removeSegmentAttribute, removeSegmentAttribute, removeSegments, setHeader, setSubscriptionType, updateSegmentAttribute, updateSegmentAttribute, validate, writeToXML, writeToXMLpublic ISingleCollection<SFT> getSoftwareSegments()
public void addSoftwareSegment(SFT objSFT)
objSFT - Specified Software Segment(SFT) to be added in this messageto this message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic EQU getEquipmentDetailSegment()
public void setEquipmentDetailSegment(EQU objEQU)
objEQU - Specified EQU Segmentpublic ISingleCollection<ISD> getInteractionStatusDetail()
public void addInteractionStatusDetail(ISD objISD)
objISD - Specified Interaction Status Detail(ISD) to this message.public void addInteractionStatusDetail(ISingleCollection<ISD> objISDSegmentCollection)
objISDSegmentCollection - Collection of Interaction Status Detail(ISD) segments to add in this message