Package org.apache.axis2.schema
Class SchemaConstants.SchemaCompilerArguments
- java.lang.Object
-
- org.apache.axis2.schema.SchemaConstants.SchemaCompilerArguments
-
- Enclosing class:
- SchemaConstants
public static class SchemaConstants.SchemaCompilerArguments extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
HELPER_MODE
static String
IGNORE_UNEXPECTED
static String
MAPPER_PACKAGE
static String
OFF_STRICT_VALIDATION
static String
PACKAGE
static String
STYLE
static String
USE_WRAPPER_CLASSES
static String
WRAP_SCHEMA_CLASSES
static String
WRITE_SCHEMA_CLASSES
-
Constructor Summary
Constructors Constructor Description SchemaCompilerArguments()
-
-
-
Field Detail
-
WRAP_SCHEMA_CLASSES
public static final String WRAP_SCHEMA_CLASSES
- See Also:
- Constant Field Values
-
WRITE_SCHEMA_CLASSES
public static final String WRITE_SCHEMA_CLASSES
- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
- See Also:
- Constant Field Values
-
PACKAGE
public static final String PACKAGE
- See Also:
- Constant Field Values
-
MAPPER_PACKAGE
public static final String MAPPER_PACKAGE
- See Also:
- Constant Field Values
-
HELPER_MODE
public static final String HELPER_MODE
- See Also:
- Constant Field Values
-
OFF_STRICT_VALIDATION
public static final String OFF_STRICT_VALIDATION
- See Also:
- Constant Field Values
-
USE_WRAPPER_CLASSES
public static final String USE_WRAPPER_CLASSES
- See Also:
- Constant Field Values
-
IGNORE_UNEXPECTED
public static final String IGNORE_UNEXPECTED
- See Also:
- Constant Field Values
-
-