Class XmlSchemaType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.XmlSchemaType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class XmlSchemaType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
This element contains the XSD-formatted definition of schema.
The schema available in this definition is expected to comply
to the usual midPoint schema structure (properties, property
containers), although it should not contain objects (persistent
objects identified by OID).
Note: This schema is considered to be available only in run-time.
Therefore code-generation methods such as JAXB cannot be applied
here.
Note: xsd:any is here, but maybe a stricter type would be preferable.
However xsd:any seems to be a common practice (e.g. SPML, WSDL).
TODO: rename to CachedSchemaType
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<XmlSchemaType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()definition(SchemaDefinitionType value) <X> Xend()booleanvoidvoidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_CACHING_METADATA
-
F_GENERATION_CONSTRAINTS
-
F_DEFINITION
-
FACTORY
-
-
Constructor Details
-
XmlSchemaType
public XmlSchemaType() -
XmlSchemaType
Deprecated.
-
-
Method Details
-
getCachingMetadata
-
setCachingMetadata
-
getGenerationConstraints
-
setGenerationConstraints
-
getDefinition
-
setDefinition
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
cachingMetadata
-
beginCachingMetadata
-
generationConstraints
-
beginGenerationConstraints
-
definition
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-