com.evolveum.midpoint.schema.holder
Class XPathSegment
java.lang.Object
com.evolveum.midpoint.schema.holder.XPathSegment
public class XPathSegment
- extends java.lang.Object
- Author:
- Radovan Semancik
Constructor Summary |
XPathSegment(javax.xml.namespace.QName qName)
|
XPathSegment(javax.xml.namespace.QName qName,
boolean variable)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
XPathSegment
public XPathSegment(javax.xml.namespace.QName qName)
XPathSegment
public XPathSegment(javax.xml.namespace.QName qName,
boolean variable)
getQName
public javax.xml.namespace.QName getQName()
- Get the value of qName
- Returns:
- the value of qName
setQName
public void setQName(javax.xml.namespace.QName qName)
- Set the value of qName
- Parameters:
qName
- new value of qName
isVariable
public boolean isVariable()
setVariable
public void setVariable(boolean variable)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2011 evolveum. All Rights Reserved.