Class SchemaGenBase.Schema

  • Enclosing class:
    SchemaGenBase

    public class SchemaGenBase.Schema
    extends java.lang.Object
    Nested schema element to specify the namespace -> file name mapping.
    • Constructor Summary

      Constructors 
      Constructor Description
      Schema()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setFile​(java.lang.String fileName)  
      void setNamespace​(java.lang.String namespace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • setNamespace

        public void setNamespace​(java.lang.String namespace)
      • setFile

        public void setFile​(java.lang.String fileName)