Constructor and Description |
---|
XMLTable(String xmlPath) |
XMLTable(String xmlPath,
List<XMLField> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<XMLField> |
getFields()
Returns the list of
XMLField object fields. |
String |
getXMLPath()
Returns the specified table path.
|
int |
hashCode() |
void |
setFields(List<XMLField> fields)
Sets a list of
XMLField object fields to this table. |
public XMLTable(String xmlPath) throws DataExchangeException
DataExchangeException
public XMLTable(String xmlPath, List<XMLField> fields) throws DataExchangeException
DataExchangeException