com.novell.nds.dirxml.driver.xds
Class XDSSearchClassElement

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.xds.ElementImpl
      extended bycom.novell.nds.dirxml.driver.xds.XDSSearchClassElement
All Implemented Interfaces:
XDSElement

public class XDSSearchClassElement
extends ElementImpl

A <search-class> element.

See Also:
XDSQueryElement.childElements(), XDSQueryElement.containsSearchClassElements(), XDSQueryElement.extractSearchClassElements(), XDSQueryElement.appendSearchClassElement()

Method Summary
 String getClassName()
          Gets the value of this element's class-name attribute.
 void setClassName(String someName)
          Sets this element's class-name attribute to someName.
 
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl
attributeValueGet, attributeValueGet, attributeValueSet, childElements, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassName

public String getClassName()
Gets the value of this element's class-name attribute.

Invocation Context:
READ

Returns:
will not return null; will not return ""

setClassName

public void setClassName(String someName)
Sets this element's class-name attribute to someName.

Invocation Context:
WRITE

Parameters:
someName - if null or "", no action is taken