Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


com.octetstring.ldapv3
Class SubstringFilter

java.lang.Object
  extended by com.octetstring.ldapv3.SubstringFilter


public class SubstringFilter
extends java.lang.Object

Implementation of the ASN.1 type com.octetstring.ldapv3.SubstringFilter.


Constructor Summary
SubstringFilter()
          Default constructor.
SubstringFilter(OctetString type, SubstringFilter_substrings substrings)
          Constructor.
SubstringFilter(SubstringFilter value)
          Copy constructor.

 

Method Summary
 SubstringFilter_substrings getSubstrings()
          Gets the value of the substrings component.
 OctetString getType()
          Gets the value of the type component.
 void print(java.io.PrintWriter out, java.lang.String indent, java.lang.String prefix, java.lang.String suffix, int flags)
          Print a value in a formatted manner.
 void setSubstrings(SubstringFilter_substrings val)
          Sets the value of the substrings component.
 void setType(OctetString val)
          Sets the value of the type component.
 java.lang.String toString()
          Convert the value into a java.lang.String.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SubstringFilter

public SubstringFilter()
Default constructor.

SubstringFilter

public SubstringFilter(OctetString type,
                       SubstringFilter_substrings substrings)
Constructor.
Parameters:
type - Value for the type component.
substrings - Value for the substrings component.

SubstringFilter

public SubstringFilter(SubstringFilter value)
Copy constructor.
Parameters:
value - The value for the constructed value.

Method Detail

getType

public OctetString getType()
Gets the value of the type component.
Returns:
The value of the type component.

setType

public void setType(OctetString val)
Sets the value of the type component.
Parameters:
val - The value for the type component.

getSubstrings

public SubstringFilter_substrings getSubstrings()
Gets the value of the substrings component.
Returns:
The value of the substrings component.

setSubstrings

public void setSubstrings(SubstringFilter_substrings val)
Sets the value of the substrings component.
Parameters:
val - The value for the substrings component.

toString

public java.lang.String toString()
Convert the value into a java.lang.String.
Overrides:
toString in class java.lang.Object
Returns:
A string containing the value of the type.

print

public void print(java.io.PrintWriter out,
                  java.lang.String indent,
                  java.lang.String prefix,
                  java.lang.String suffix,
                  int flags)
Print a value in a formatted manner.
Parameters:
out - Where to send the output to.
indent - A string which is printed on every output line.
prefix - A string which is printed (behind the indent) on the first output line.
suffix - A string which is printed at the end of the last output line.
flags - Flags for output, reserved for future use.

Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Copyright © 2000-2009 Oracle. All Rights Reserved.