|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.americancoders.ebXML.To
The To element identifies the intended recipient of the message. As with From, it is a logical identifier which is comprised of a PartyId element.
Field Summary | |
(package private) ValueTypeContext |
partyId
|
Constructor Summary | |
(package private) |
To()
|
Method Summary | |
ValueTypeContext |
getPartyId()
method to get PartyId |
java.lang.String |
getXML(int depth)
method to build an XML string of this and its subordinate objects |
void |
setPartyId(ValueTypeContext inPartyId)
method to set PartyId The PartyId element has a single attribute; context and a text value. |
Methods inherited from class java.lang.Object |
|
Field Detail |
ValueTypeContext partyId
Constructor Detail |
To()
Method Detail |
public void setPartyId(ValueTypeContext inPartyId)
ValueTypeContext
- inPartyIdpublic ValueTypeContext getPartyId()
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 |