|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.americancoders.ebXML.TPAInfo
The TPAInfo element follows the From and To elements in the Header element structure. The TPAInfo element is a composite set of information that relates to the Trading Partner Agreement under which the message is governed. The TPAInfo element has four subordinate elements as follows:
Field Summary | |
private ValueType |
action
|
private ValueTypeContext |
conversationId
|
private ValueType |
serviceInterface
|
private ValueTypeContext |
tpaId
|
Constructor Summary | |
(package private) |
TPAInfo()
|
Method Summary | |
ValueType |
getAction()
method to get Action |
ValueTypeContext |
getConversationId()
method to get ConversationId |
ValueType |
getServiceInterface()
method to get ServiceInterface |
ValueTypeContext |
getTPAId()
method to get TPAId |
java.lang.String |
getXML(int depth)
method to build an XML string of this and its subordinate objects |
void |
setAction(ValueType inAction)
method to set Action |
void |
setConversationId(ValueTypeContext inConversationId)
method to set ConversationId |
void |
setServiceInterface(ValueType inServiceInterface)
method to set ServiceInterface |
void |
setTPAId(ValueTypeContext inTPAId)
method to set TPAId |
Methods inherited from class java.lang.Object |
|
Field Detail |
private ValueTypeContext tpaId
private ValueTypeContext conversationId
private ValueType serviceInterface
private ValueType action
Constructor Detail |
TPAInfo()
Method Detail |
public void setTPAId(ValueTypeContext inTPAId)
ValueTypeContext
- inTPAIdpublic ValueTypeContext getTPAId()
public void setConversationId(ValueTypeContext inConversationId)
ValueTypeContext
- inConversationIdpublic ValueTypeContext getConversationId()
public void setServiceInterface(ValueType inServiceInterface)
ValueType
- inServiceInterfacepublic ValueType getServiceInterface()
public void setAction(ValueType inAction)
ValueType
- inActionpublic ValueType getAction()
public java.lang.String getXML(int depth)
int
- depth - how many multiple of 4 spaces to add in front of text
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |