Class Inst2XsdOptions


  • public class Inst2XsdOptions
    extends java.lang.Object
    Options: Design o Russian Doll Design - local elements and local types o Salami Slice Design - global elements and local types o Venetian Blind Design (default)- local elements and global complex types Simple content types (leafs) o smart (default) - try to find out the right simple shema type o always xsd:string Use enumeration - when there are multiple valid values in a list o never o only if not more than the value (default 10)- number option
    • Constructor Detail

      • Inst2XsdOptions

        public Inst2XsdOptions()
    • Method Detail

      • getDesign

        public int getDesign()
      • isUseEnumerations

        public boolean isUseEnumerations()
      • getUseEnumerations

        public int getUseEnumerations()
      • setUseEnumerations

        public void setUseEnumerations​(int useEnumerations)
      • getSimpleContentTypes

        public int getSimpleContentTypes()
      • setSimpleContentTypes

        public void setSimpleContentTypes​(int simpleContentTypes)
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)