Class SchemaXNodeImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.midpoint.prism.impl.xnode.XNodeImpl
-
- com.evolveum.midpoint.prism.impl.xnode.SchemaXNodeImpl
-
- All Implemented Interfaces:
Copyable<XNode>
,Freezable
,Visitable<XNode>
,MetadataAware
,SchemaXNode
,XNode
,DebugDumpable
,Serializable
,Cloneable
public class SchemaXNodeImpl extends XNodeImpl implements SchemaXNode
- Author:
- Radovan Semancik
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.prism.impl.xnode.XNodeImpl
elementName, KEY_CONTAINER_ID, KEY_OID, KEY_REFERENCE_DESCRIPTION, KEY_REFERENCE_FILTER, KEY_REFERENCE_OBJECT, KEY_REFERENCE_OID, KEY_REFERENCE_REFERENTIAL_INTEGRITY, KEY_REFERENCE_RELATION, KEY_REFERENCE_RESOLUTION_TIME, KEY_REFERENCE_TARGET_NAME, KEY_REFERENCE_TYPE, KEY_VERSION, maxOccurs, parent, typeQName
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SchemaXNodeImpl()
SchemaXNodeImpl(PrismNamespaceContext local)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
@NotNull XNodeImpl
clone()
XNode
copy()
String
debugDump(int indent)
boolean
equals(Object o)
String
getDesc()
@NotNull List<MapXNode>
getMetadataNodes()
Element
getSchemaElement()
int
hashCode()
boolean
isEmpty()
void
setMetadataNodes(@NotNull List<MapXNode> metadataNodes)
void
setSchemaElement(Element schemaElement)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.xnode.XNodeImpl
cloneTransformKeys, copyCommonAttributesFrom, copyCommonTo, dumpSuffix, getComment, getElementName, getLineNumber, getMaxOccurs, getOriginDescription, getOriginFile, getParent, getParserData, getTypeQName, isExplicitTypeDeclaration, isHeterogeneousList, isSingleEntryMap, namespaceContext, setComment, setElementName, setExplicitTypeDeclaration, setLineNumber, setMaxOccurs, setOriginDescription, setOriginFile, setParent, setParserData, setTypeQName, toRootXNode
-
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable, performFreeze
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.xnode.MetadataAware
addMetadataNode
-
Methods inherited from interface com.evolveum.midpoint.prism.xnode.XNode
frozen, hasMetadata
-
-
-
-
Constructor Detail
-
SchemaXNodeImpl
public SchemaXNodeImpl()
-
SchemaXNodeImpl
public SchemaXNodeImpl(PrismNamespaceContext local)
-
-
Method Detail
-
getSchemaElement
public Element getSchemaElement()
-
setSchemaElement
public void setSchemaElement(Element schemaElement)
-
isEmpty
public boolean isEmpty()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
getMetadataNodes
@NotNull public @NotNull List<MapXNode> getMetadataNodes()
- Specified by:
getMetadataNodes
in interfaceMetadataAware
-
setMetadataNodes
public void setMetadataNodes(@NotNull @NotNull List<MapXNode> metadataNodes)
- Specified by:
setMetadataNodes
in interfaceMetadataAware
-
clone
@NotNull public @NotNull XNodeImpl clone()
-
-