SCCT.JavaSubscriber
Class SCCT_XmlPackage

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_AbstractPackage
      extended by SCCT.JavaSubscriber.SCCT_AbstractDataPackage
          extended by SCCT.JavaSubscriber.SCCT_XmlPackage

public class SCCT_XmlPackage
extends SCCT_AbstractDataPackage

This class represents an xml package. It doesn't validate the xml content.


Constructor Summary
SCCT_XmlPackage(java.lang.String xml)
           
 
Method Summary
 java.lang.String getCustomXml()
          Gets the custom xml send by the producer.
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractDataPackage
getSourceDescription, getSourceId
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage
getCalendar, getPackageNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCCT_XmlPackage

public SCCT_XmlPackage(java.lang.String xml)
Method Detail

getCustomXml

public java.lang.String getCustomXml()
Gets the custom xml send by the producer. The library doesn't check if the xml is correct.

Returns:
The custom xml.