com.evolveum.midpoint.schema.holder
Class XPathSegment

java.lang.Object
  extended by com.evolveum.midpoint.schema.holder.XPathSegment

public class XPathSegment
extends Object

Author:
Radovan Semancik, Pavol Mederly

Constructor Summary
XPathSegment(QName qName)
           
XPathSegment(QName qName, boolean variable)
           
XPathSegment(String value)
           
 
Method Summary
 boolean equals(Object o)
           
 QName getQName()
          Get the value of qName
 String getValue()
           
 int hashCode()
           
 boolean isIdValueFilter()
           
 boolean isVariable()
           
 void setQName(QName qName)
          Set the value of qName
 void setValue(String value)
           
 void setVariable(boolean variable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathSegment

public XPathSegment(QName qName)

XPathSegment

public XPathSegment(QName qName,
                    boolean variable)

XPathSegment

public XPathSegment(String value)
Method Detail

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.