Interface XNode
-
- All Superinterfaces:
Cloneable
,DebugDumpable
,Serializable
,Visitable
- All Known Subinterfaces:
ListXNode
,MapXNode
,PrimitiveXNode<T>
,RootXNode
- All Known Implementing Classes:
ListXNodeImpl
,MapXNodeImpl
,PrimitiveXNodeImpl
,RootXNodeImpl
,SchemaXNodeImpl
,XNodeImpl
public interface XNode extends DebugDumpable, Visitable, Cloneable, Serializable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XNode
clone()
Integer
getMaxOccurs()
QName
getTypeQName()
boolean
isEmpty()
boolean
isExplicitTypeDeclaration()
RootXNode
toRootXNode()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
-