Package eu.europa.ec.taxud.cesop.readers
Class ReportedPayeeXmlReader
- java.lang.Object
-
- eu.europa.ec.taxud.cesop.readers.ReportedPayeeXmlReader
-
public class ReportedPayeeXmlReader extends Object
Utils class reading a ReportedPayee XML file.
-
-
Constructor Summary
Constructors Constructor Description ReportedPayeeXmlReader(CesopXmlReader cesopXmlReader)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlReportedPayee
getXmlReportedPayee()
Gets xml reported payee.void
parseFirstPart()
Parse first part.void
parseSecondPart()
Parse second part.
-
-
-
Constructor Detail
-
ReportedPayeeXmlReader
public ReportedPayeeXmlReader(CesopXmlReader cesopXmlReader)
Constructor.- Parameters:
cesopXmlReader
- the XML reader.
-
-
Method Detail
-
parseFirstPart
public void parseFirstPart() throws XMLStreamException
Parse first part.- Throws:
XMLStreamException
- in case of error while processing the XML content
-
parseSecondPart
public void parseSecondPart() throws XMLStreamException
Parse second part.- Throws:
XMLStreamException
- in case of error while processing the XML content
-
getXmlReportedPayee
public XmlReportedPayee getXmlReportedPayee()
Gets xml reported payee.- Returns:
- the xml reported payee
-
-