Class SchemaInstanceGenerator.Xsd2InstOptions
- java.lang.Object
-
- org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
-
- Enclosing class:
- SchemaInstanceGenerator
public static class SchemaInstanceGenerator.Xsd2InstOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Xsd2InstOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNetworkDownloads()booleanisNopvr()booleanisNoupa()voidsetNetworkDownloads(boolean downloads)set true to allow network downloads, false othervisevoidsetNopvr(boolean nopvr)set true to disable particle valid (restriction) rule, false othervisevoidsetNoupa(boolean noupa)set true to disable unique particle attribution rule, false othervise
-
-
-
Method Detail
-
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
-
-