Package com.evolveum.axiom.api
Class AxiomName
- java.lang.Object
-
- com.evolveum.axiom.api.AxiomName
-
- Direct Known Subclasses:
AxiomItemName
public class AxiomName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AXIOM_NAMESPACE
static String
DATA_NAMESPACE
static String
MODEL_NAMESPACE
static String
TYPE_NAMESPACE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AxiomName
axiom(String identifier)
static AxiomName
builtIn(String localName)
static AxiomName
data(String localName)
AxiomName
defaultNamespace()
boolean
equals(Object obj)
static AxiomName
from(String namespace, String localName)
int
hashCode()
static AxiomName
local(@NotNull String localName)
String
localName()
AxiomName
localName(String name)
String
namespace()
AxiomName
namespace(String targetNamespace)
static AxiomName
parse(String item)
boolean
sameNamespace(AxiomName other)
String
toString()
-
-
-
Field Detail
-
AXIOM_NAMESPACE
public static final String AXIOM_NAMESPACE
- See Also:
- Constant Field Values
-
MODEL_NAMESPACE
public static final String MODEL_NAMESPACE
- See Also:
- Constant Field Values
-
TYPE_NAMESPACE
public static final String TYPE_NAMESPACE
- See Also:
- Constant Field Values
-
DATA_NAMESPACE
public static final String DATA_NAMESPACE
- See Also:
- Constant Field Values
-
-