Class PathHolderSegment
java.lang.Object
com.evolveum.midpoint.prism.impl.marshaller.PathHolderSegment
- Author:
- Radovan Semancik
-
Constructor Summary
ConstructorsConstructorDescriptionPathHolderSegment(String value) PathHolderSegment(QName qName) PathHolderSegment(QName qName, boolean variable) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQName()Get the value of qNamegetValue()inthashCode()booleanbooleanvoidSet the value of qNamevoidsetQNamePrefix(String prefix) Sets a given prefix to current QName (without changing NS URI).voidvoidsetVariable(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.
-