Class XmlOutputGeneratorOptions


  • public class XmlOutputGeneratorOptions
    extends java.lang.Object
    • Field Detail

      • createSchemaFile

        private boolean createSchemaFile
      • title

        private Optional<java.lang.String> title
      • semanticVersioningInformation

        private java.lang.String semanticVersioningInformation
    • Constructor Detail

      • XmlOutputGeneratorOptions

        public XmlOutputGeneratorOptions()
    • Method Detail

      • isCreateSchemaFile

        public boolean isCreateSchemaFile()
      • setCreateSchemaFile

        public void setCreateSchemaFile​(boolean createSchemaFile)
      • getTitle

        public Optional<java.lang.String> getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getSemanticVersioningInformation

        public java.lang.String getSemanticVersioningInformation()
      • setSemanticVersioningInformation

        public void setSemanticVersioningInformation​(java.lang.String semanticVersioningInformation)