com.evolveum.midpoint.schema.holder
Class XPathSegment

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.namespace.QName getQName()
          Get the value of qName
 int hashCode()
           
 boolean isVariable()
           
 void setQName(javax.xml.namespace.QName qName)
          Set the value of qName
 void setVariable(boolean variable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathSegment

public XPathSegment(javax.xml.namespace.QName qName)

XPathSegment

public XPathSegment(javax.xml.namespace.QName qName,
                    boolean variable)
Method Detail

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.