public final class EHC_E01 extends Message
Represents a EHC_E01 message structure (see chapter 16.3.1). This structure contains the following elements:
0: MSH (Message Header segment)Following is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
EHC_E01 objE01 = (EHC_E01)MessageFactory.createInstance().createSendSupportedMessage("EHC", "E01");
| Modifier and Type | Method and Description |
|---|---|
void |
addInvoiceInformationSubmitGroup(IGroup objGroup)
Adds INVOICE_INFORMATION_SUBMIT to this message.
|
void |
addInvoiceInformationSubmitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INVOICE_INFORMATION_SUBMIT 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.
|
void |
addUserAuthenticationCredentialSegment(ISingleCollection<UAC> objUACSegmentCollection)
Adds collection of User Authentication Credential Segment(UAC) to this message.
|
void |
addUserAuthenticationCredentialSegment(UAC objUAC)
Adds User Authentication Credential Segment(UAC) to this message.
|
ISingleCollection<IGroup> |
getInvoiceInformationSubmitGroups()
Retrieves Collection of INVOICE_INFORMATION_SUBMIT present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
ISingleCollection<UAC> |
getUserAuthenticationCredentialSegments()
Retrieves Collection of User Authentication Credential Segments(UAC) present in this message.
|
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 message to this message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic ISingleCollection<UAC> getUserAuthenticationCredentialSegments()
public void addUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified User Authentication Credential Segment(UAC) to be added in this message to this message.public void addUserAuthenticationCredentialSegment(ISingleCollection<UAC> objUACSegmentCollection)
objUACSegmentCollection - Collection of User Authentication Credential Segments to add in this messagepublic ISingleCollection<IGroup> getInvoiceInformationSubmitGroups()
public void addInvoiceInformationSubmitGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified INVOICE_INFORMATION_SUBMIT Collection.public void addInvoiceInformationSubmitGroup(IGroup objGroup)
objGroup - Specified INVOICE_INFORMATION_SUBMIT.