Interface SchemaDescription
- All Superinterfaces:
- DebugDumpable,- Freezable
Schema (prism or non-prism) with additional information.
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.FreezablecheckImmutable, checkMutable, freeze, isImmutable
- 
Method Details- 
getPathString getPath()- Returns:
- Path to schema source data (e.g. XSD file) - if known.
 
- 
getNamespaceString getNamespace()- Returns:
- Namespace for elements in this schema.
 
- 
getUsualPrefixString getUsualPrefix()- Returns:
- Prefix that is usually used for this schema/namespace (e.g. "c" for common-3).
 
- 
isDeclaredByDefaultboolean isDeclaredByDefault()- Returns:
- True if this prefix should be declared in XML files by default at the top of the file.
 
- 
isDefaultboolean isDefault()
- 
getSourceDescriptionString getSourceDescription()
- 
isPrismSchemaboolean isPrismSchema()
- 
getCompileTimeClassesPackagePackage getCompileTimeClassesPackage()
- 
canInputStreamboolean canInputStream()
- 
openInputStreamInputStream openInputStream()
- 
getSourceSource getSource()
- 
getDomElementElement getDomElement()
 
-