com.evolveum.midpoint.schema.holder
Class XPathSegment
java.lang.Object
com.evolveum.midpoint.schema.holder.XPathSegment
public class XPathSegment
- extends Object
- Author:
- Radovan Semancik, Pavol Mederly
XPathSegment
public XPathSegment(QName qName)
XPathSegment
public XPathSegment(QName qName,
boolean variable)
XPathSegment
public XPathSegment(String value)
isIdValueFilter
public boolean isIdValueFilter()
getQName
public QName getQName()
- Get the value of qName
- Returns:
- the value of qName
setQName
public void setQName(QName qName)
- Set the value of qName
- Parameters:
qName
- new value of qName
isVariable
public boolean isVariable()
setVariable
public void setVariable(boolean variable)
getValue
public String getValue()
setValue
public void setValue(String value)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2013 evolveum. All Rights Reserved.