Class ElementDefinition.ElementOutput

  • Enclosing interface:
    ElementDefinition<C extends ConfigurationInfo>

    public static class ElementDefinition.ElementOutput
    extends Object
    An ElementOutput specifies the name and optionally the class that an element must be serialized. When className is present, it will be serialized as a 'class' attribute inside the element.
    • Constructor Detail

      • ElementOutput

        public ElementOutput​(String name,
                             String className)
      • ElementOutput

        public ElementOutput​(String name)
    • Method Detail

      • getName

        public String getName()
      • getClassName

        public String getClassName()