|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.americancoders.ebXML.ValueType | +--com.americancoders.ebXML.ValueTypeContext
a class for objects that contain simple values and e-dtype and context attributes
The purpose of the context attribute is to provide a context for the
text value of the PartyId element.
Field Summary | |
private java.lang.String |
context
|
Fields inherited from class com.americancoders.ebXML.ValueType |
value |
Constructor Summary | |
(package private) |
ValueTypeContext()
|
Method Summary | |
java.lang.String |
getContext()
method to get Context |
java.lang.String |
getXML(int depth,
java.lang.String name)
method to build an XML string of this and its subordinate objects |
void |
setContext(java.lang.String inContext)
method to set Context |
Methods inherited from class com.americancoders.ebXML.ValueType |
getValue,
setValue |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String context
Constructor Detail |
ValueTypeContext()
Method Detail |
public void setContext(java.lang.String inContext)
String
- inContextpublic java.lang.String getContext()
public java.lang.String getXML(int depth, java.lang.String name)
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 |