edu.internet2.middleware.ldappc.spml.request
Class LdapFilterQueryClause

java.lang.Object
  extended by org.openspml.v2.util.xml.BasicMarshallableElement
      extended by org.openspml.v2.msg.spml.Extensible
          extended by org.openspml.v2.msg.spml.QueryClause
              extended by edu.internet2.middleware.ldappc.spml.request.LdapFilterQueryClause
All Implemented Interfaces:
org.openspml.v2.msg.Marshallable, org.openspml.v2.msg.MarshallableElement, org.openspml.v2.msg.OpenContentContainer, org.openspml.v2.msg.OpenContentElement

public class LdapFilterQueryClause
extends org.openspml.v2.msg.spml.QueryClause
implements org.openspml.v2.msg.OpenContentElement


Field Summary
static String ELEMENT_NAME
           
static String FILTER_ELEMENT_NAME
           
 
Fields inherited from interface org.openspml.v2.msg.OpenContentElement
code_id
 
Constructor Summary
LdapFilterQueryClause()
           
 
Method Summary
 boolean equals(Object o)
           
 String getElementName()
           
 String getFilter()
           
 org.openspml.v2.msg.PrefixAndNamespaceTuple[] getNamespacesInfo()
           
 int hashCode()
           
 void setFilter(String filter)
           
 String toXML()
           
 String toXML(int indent)
           
 String toXML(org.openspml.v2.msg.XMLMarshaller arg0)
           
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, getOpenContentElements, isValid, removeAllOperationalNVPsWithName, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class org.openspml.v2.util.xml.BasicMarshallableElement
getElementName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
isValid
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values

FILTER_ELEMENT_NAME

public static final String FILTER_ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

LdapFilterQueryClause

public LdapFilterQueryClause()
Method Detail

getFilter

public String getFilter()

setFilter

public void setFilter(String filter)

getNamespacesInfo

public org.openspml.v2.msg.PrefixAndNamespaceTuple[] getNamespacesInfo()
Specified by:
getNamespacesInfo in interface org.openspml.v2.msg.MarshallableElement
Overrides:
getNamespacesInfo in class org.openspml.v2.msg.spml.Extensible

toXML

public String toXML()
             throws org.openspml.v2.util.Spml2Exception
Specified by:
toXML in interface org.openspml.v2.msg.OpenContentElement
Throws:
org.openspml.v2.util.Spml2Exception

toXML

public String toXML(int indent)
             throws org.openspml.v2.util.Spml2Exception
Specified by:
toXML in interface org.openspml.v2.msg.OpenContentElement
Throws:
org.openspml.v2.util.Spml2Exception

equals

public boolean equals(Object o)
Overrides:
equals in class org.openspml.v2.msg.spml.Extensible

hashCode

public int hashCode()
Overrides:
hashCode in class org.openspml.v2.msg.spml.Extensible

getElementName

public String getElementName()
Specified by:
getElementName in interface org.openspml.v2.msg.MarshallableElement
Overrides:
getElementName in class org.openspml.v2.util.xml.BasicMarshallableElement

toXML

public String toXML(org.openspml.v2.msg.XMLMarshaller arg0)
             throws org.openspml.v2.util.Spml2Exception
Specified by:
toXML in interface org.openspml.v2.msg.Marshallable
Throws:
org.openspml.v2.util.Spml2Exception


Copyright © 2012 Internet2. All Rights Reserved.