|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.americancoders.ebXML.From
The From element identifies the Party which originated the message. It is a logical identifier, which MAY take the form of a URN. An example of this would be a DUNS number. The From element consists of a PartyId element.
Field Summary | |
(package private) ValueTypeContext |
partyId
|
Constructor Summary | |
(package private) |
From()
|
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 |
From()
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 |