Class GMAFXml

java.lang.Object
de.swa.fuh.microsoft.model.GMAF.GMAFXml

public class GMAFXml
extends java.lang.Object
GMAF Xml class, with represents GMAF XML objext source to parse into XML file
  • Constructor Summary

    Constructors 
    Constructor Description
    GMAFXml()  
    GMAFXml​(java.lang.String _fileName, java.util.List<GMAFObject> _gmafObjects)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDate()  
    java.lang.String getFileName()  
    java.util.List<GMAFObject> getGmafObjects()  
    java.lang.String GmafObjToXmlString()  
    void setDate​(java.lang.String date)  
    void setFileName​(java.lang.String fileName)  
    void setGmafObjects​(java.util.List<GMAFObject> gmafObjects)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait