Class PathHolderSegment
java.lang.Object
com.evolveum.midpoint.prism.impl.marshaller.PathHolderSegment
- Author:
- Radovan Semancik
-
Constructor Summary
ConstructorDescriptionPathHolderSegment
(String value) PathHolderSegment
(QName qName) PathHolderSegment
(QName qName, boolean variable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getQName()
Get the value of qNamegetValue()
int
hashCode()
boolean
boolean
void
Set the value of qNamevoid
setQNamePrefix
(String prefix) Sets a given prefix to current QName (without changing NS URI).void
void
setVariable
(boolean variable) toString()
-
Constructor Details
-
PathHolderSegment
-
PathHolderSegment
-
PathHolderSegment
-
-
Method Details
-
isIdValueFilter
public boolean isIdValueFilter() -
getQName
Get the value of qName- Returns:
- the value of qName
-
setQName
Set the value of qName- Parameters:
qName
- new value of qName
-
isVariable
public boolean isVariable() -
setVariable
public void setVariable(boolean variable) -
getValue
-
setValue
-
toString
-
equals
-
hashCode
public int hashCode() -
setQNamePrefix
Sets a given prefix to current QName (without changing NS URI). It's a bit of hack. Precondition: there is no prefix set.
-