Package org.apache.axis2.xmlbeans
Class XSDConfig
java.lang.Object
org.apache.axis2.xmlbeans.XSDConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIndicates whether we have any namespace to Java package mappingsbooleanIndicates whether we have any QName to Java class name mappings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the pre loaded namespace to Java package mappings.Returns the pre loaded schema types to Java class names mappings.
-
Field Details
-
hasQNameToJavaNameMappings
public boolean hasQNameToJavaNameMappingsIndicates whether we have any QName to Java class name mappings -
hasNamespaceToJavaPackageMappings
public boolean hasNamespaceToJavaPackageMappingsIndicates whether we have any namespace to Java package mappings
-
-
Constructor Details
-
XSDConfig
-
-
Method Details
-
getSchemaTypesToJavaNames
Returns the pre loaded schema types to Java class names mappings.- Returns:
- HashMap of schema types to Java class names mappings as as specified in the xsdconfig file.
-
getNamespacesToJavaPackages
Returns the pre loaded namespace to Java package mappings.- Returns:
- HashMap of namespace to Java package mappings as as specified in the xsdconfig file.
-