Annotation Type XmlNs

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String namespace
      Defines the Namespace URI for this namespace.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String prefix
      Suggests a namespace prefix to use for generated code.
    • Element Detail

      • namespace

        String namespace
        Defines the Namespace URI for this namespace.
        Returns:
        the associated namespace
      • prefix

        String prefix
        Suggests a namespace prefix to use for generated code.

        If the value is "##none", then there is no prefix defined.

        Returns:
        the associated namespace prefix
        Default:
        "##none"