public class RefundBankAccountParser extends XmlElementParser<RefundBankAccount>
| Constructor and Description |
|---|
RefundBankAccountParser() |
| Modifier and Type | Method and Description |
|---|---|
protected RefundBankAccount |
parseChildImpl(XmlElementParsable e)
The implementation of the parseChild method.
|
parseChild, parseChildrenprotected RefundBankAccount parseChildImpl(XmlElementParsable e)
XmlElementParserparseChildImpl in class XmlElementParser<RefundBankAccount>e - the XML element to parse to the defined object of type T