Class AllXMLSettings


  • public class AllXMLSettings
    extends Object
    Represents all settings under the 'xml' key { 'xml': {...} }
    • Constructor Detail

      • AllXMLSettings

        public AllXMLSettings()
    • Method Detail

      • getXml

        public Object getXml()
        Returns:
        the xml
      • setXml

        public void setXml​(Object xml)
        Parameters:
        xml - the xml to set
      • getAllXMLSettings

        public static Object getAllXMLSettings​(Object initializationOptionsSettings)