|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SAGMessage.SAGEnvelope
It is for SAG envelope.
| Nested Class Summary | |
|---|---|
static interface |
SAGMessage.SAGEnvelope.SAGNamedItemList
It is for Named Item List |
| Method Summary | |
|---|---|
java.lang.String |
getApplicationId()
Gets the Application Id. |
java.lang.String |
getApplicationStatus()
Gets the Application Status. |
java.lang.String |
getContextId()
Gets the Context Id. |
java.lang.String |
getLocalAuth()
Gets the Local Authentication code. |
java.lang.String |
getMsgFormat()
Gets the MsgFormat. |
java.lang.String |
getMsgRef()
Gets the message reference. |
SAGMessage.SAGEnvelope.SAGNamedItemList |
getNamedItemList()
Gets the named item list. |
java.lang.String |
getNormalised()
Returns the normalised version of the SAG envelope. |
java.lang.String |
getReceiver()
Gets the Receiver of this message. |
java.lang.String |
getSender()
Gets the Sender of this message. |
boolean |
isApplicationStatusFailure()
Returns true if SwOperationFailed.. |
boolean |
isApplicationStatusSuccess()
Returns true if SwOperationSucceed. |
void |
setApplicationId(java.lang.String value)
Sets the Application Id. |
void |
setApplicationStatus(java.lang.String value)
Sets the Application Status. |
void |
setContextId(java.lang.String value)
Sets the Context Id. |
void |
setLocalAuth(java.lang.String value)
Sets the Local Authentication code. |
void |
setMsgFormat(java.lang.String value)
Sets the MsgFormat. |
void |
setReceiver(java.lang.String value)
Sets the Receiver of this message. |
void |
setSender(java.lang.String value)
Sets the Sender of this message. |
void |
setSenderAuth(java.lang.String value)
Sets the Password of the sender. |
| Method Detail |
|---|
void setApplicationId(java.lang.String value)
value - The Application ID.void setContextId(java.lang.String value)
value - The Context ID.void setMsgFormat(java.lang.String value)
value - The MsgFormat.void setSender(java.lang.String value)
value - The name of the Sender of this message.void setSenderAuth(java.lang.String value)
value - The sender's password.void setReceiver(java.lang.String value)
value - The name of the Receiver of this message.void setLocalAuth(java.lang.String value)
value - The Local Authenication code.void setApplicationStatus(java.lang.String value)
value - The Application Status.java.lang.String getApplicationId()
String - Returns the Application ID.
java.lang.String getContextId()
String - Returns the Context Id.
java.lang.String getMsgFormat()
String - Returns the MsgFormat.
java.lang.String getSender()
String - Returns the name of the Sender of this message.
java.lang.String getReceiver()
String - Returns the name of the Receiver of this message.
java.lang.String getMsgRef()
String - Returns the reference to other messages.
java.lang.String getLocalAuth()
String - Returns the Local Authenication code.
java.lang.String getApplicationStatus()
String - Returns the value the Application Status.
boolean isApplicationStatusSuccess()
boolean - Returns the Boolean value of the Application Status.
boolean isApplicationStatusFailure()
boolean - Returns the Boolean value of the Application Status.
SAGMessage.SAGEnvelope.SAGNamedItemList getNamedItemList()
SAGNamedItemList - Returns the named item list.
java.lang.String getNormalised()
String - Returns the normalised version of the SAG envelope.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||