Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


com.octetstring.ldapv3
Class SubstringFilter_substrings_Seq

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

All Implemented Interfaces:
com.asn1c.core.ASN1Object

public class SubstringFilter_substrings_Seq
extends java.lang.Object
implements com.asn1c.core.ASN1Object

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


Field Summary
static byte ANY_SELECTED
          Selector for the variant any.
static byte FINAL__SELECTED
          Selector for the variant final_.
static byte INITIAL_SELECTED
          Selector for the variant initial.

 

Constructor Summary
SubstringFilter_substrings_Seq()
          Default constructor.
SubstringFilter_substrings_Seq(byte selector, com.asn1c.core.ASN1Object value)
          Constructor.
SubstringFilter_substrings_Seq(SubstringFilter_substrings_Seq value)
          Copy constructor.

 

Method Summary
 com.asn1c.core.OctetString getAny()
          Gets the value of the any variant.
 com.asn1c.core.OctetString getFinal_()
          Gets the value of the final_ variant.
 com.asn1c.core.OctetString getInitial()
          Gets the value of the initial variant.
 byte getSelector()
          Gets the variant's selector.
 com.asn1c.core.ASN1Object getValue()
          Gets the variant's value.
 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 setAny(com.asn1c.core.OctetString val)
          Sets the value for the any variant.
 void setFinal_(com.asn1c.core.OctetString val)
          Sets the value for the final_ variant.
 void setInitial(com.asn1c.core.OctetString val)
          Sets the value for the initial variant.
 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

 

Field Detail

INITIAL_SELECTED

public static final byte INITIAL_SELECTED
Selector for the variant initial.
See Also:
Constant Field Values

ANY_SELECTED

public static final byte ANY_SELECTED
Selector for the variant any.
See Also:
Constant Field Values

FINAL__SELECTED

public static final byte FINAL__SELECTED
Selector for the variant final_.
See Also:
Constant Field Values

Constructor Detail

SubstringFilter_substrings_Seq

public SubstringFilter_substrings_Seq()
Default constructor.

SubstringFilter_substrings_Seq

public SubstringFilter_substrings_Seq(byte selector,
                                      com.asn1c.core.ASN1Object value)
Constructor.
Parameters:
selector - The selected variant.
value - The value of the variant.

SubstringFilter_substrings_Seq

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

Method Detail

getSelector

public byte getSelector()
Gets the variant's selector.
Returns:
The selected variant.

getValue

public com.asn1c.core.ASN1Object getValue()
Gets the variant's value.
Returns:
The value of the variant.

getInitial

public com.asn1c.core.OctetString getInitial()
Gets the value of the initial variant. Throws an IllegalStateException if the variant is not selected.
Returns:
The initial variant's value.

setInitial

public void setInitial(com.asn1c.core.OctetString val)
Sets the value for the initial variant.
Parameters:
val - The value of the variant.

getAny

public com.asn1c.core.OctetString getAny()
Gets the value of the any variant. Throws an IllegalStateException if the variant is not selected.
Returns:
The any variant's value.

setAny

public void setAny(com.asn1c.core.OctetString val)
Sets the value for the any variant.
Parameters:
val - The value of the variant.

getFinal_

public com.asn1c.core.OctetString getFinal_()
Gets the value of the final_ variant. Throws an IllegalStateException if the variant is not selected.
Returns:
The final_ variant's value.

setFinal_

public void setFinal_(com.asn1c.core.OctetString val)
Sets the value for the final_ variant.
Parameters:
val - The value of the variant.

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.
Specified by:
print in interface com.asn1c.core.ASN1Object
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

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.