|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Respresents data received from backend and related to a particular method.
| Method Summary | |
InboundContainerElement[] |
getAllElements()
Gets all body elements of this inbound conatainer |
java.lang.String |
getAncestorContainerId()
Returns the identifier of the container which is ancestor for this one. |
java.lang.String |
getContainerId()
Returns the unique identifier of this container |
InboundContainerElement |
getElement(java.lang.String fieldName,
java.lang.String lineNumber)
Gets the element with the given field name and line number |
InboundContainerElement[] |
getElementsWithFieldName(java.lang.String fieldName)
Gets the elements with the given field name |
java.lang.String |
getExecutionDate()
Gets the execution date of this inbound container |
java.lang.String |
getExecutionTime()
Gets the execution time of this inbound container |
java.lang.String |
getGenericBody()
If this container represents an answer to outbound container with generic body |
java.lang.String |
getMethod()
Gets the method name which is realted to this inbound container |
java.lang.String |
getOwner()
Gets the owner of this inbound container. |
java.lang.String |
getSendDate()
Gets the date when this container was send |
java.lang.String |
getSendTime()
Gets the time time when the container was send |
java.lang.String |
getStatus()
Gets the status of this inbound container |
| Method Detail |
public java.lang.String getMethod()
public java.lang.String getSendDate()
public java.lang.String getSendTime()
public java.lang.String getOwner()
public java.lang.String getStatus()
public java.lang.String getExecutionDate()
public java.lang.String getExecutionTime()
public java.lang.String getGenericBody()
public java.lang.String getContainerId()
public java.lang.String getAncestorContainerId()
public InboundContainerElement[] getAllElements()
public InboundContainerElement[] getElementsWithFieldName(java.lang.String fieldName)
fieldName - Name of this element
public InboundContainerElement getElement(java.lang.String fieldName,
java.lang.String lineNumber)
fieldName - Name of this elementlineNumber - Line number
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||