Class SchemaInstanceGenerator.Xsd2InstOptions

java.lang.Object
org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
Enclosing class:
SchemaInstanceGenerator

public static class SchemaInstanceGenerator.Xsd2InstOptions
extends Object
  • Constructor Details

  • Method Details

    • isNetworkDownloads

      public boolean isNetworkDownloads()
      Returns:
      true if network downloads are allowed, false othervise Default is false.
    • setNetworkDownloads

      public void setNetworkDownloads​(boolean downloads)
      set true to allow network downloads, false othervise
    • isNopvr

      public boolean isNopvr()
      Returns:
      true to disable particle valid (restriction) rule, false othervise Default is false.
    • setNopvr

      public void setNopvr​(boolean nopvr)
      set true to disable particle valid (restriction) rule, false othervise
    • isNoupa

      public boolean isNoupa()
      Returns:
      true to disable unique particle attribution rule, false othervise Default is false.
    • setNoupa

      public void setNoupa​(boolean noupa)
      set true to disable unique particle attribution rule, false othervise