|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E10688-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.octetstring.ldapv3.SubstringFilter_substrings_Seq
public class SubstringFilter_substrings_Seq
Implementation of the ASN.1 type com.octetstring.ldapv3.SubstringFilter_substrings_Seq.
| Field Summary | |
|---|---|
static byte |
ANY_SELECTEDSelector for the variant any. |
static byte |
FINAL__SELECTEDSelector for the variant final_. |
static byte |
INITIAL_SELECTEDSelector 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 |
|---|
public static final byte INITIAL_SELECTED
public static final byte ANY_SELECTED
public static final byte FINAL__SELECTED
| Constructor Detail |
|---|
public SubstringFilter_substrings_Seq()
public SubstringFilter_substrings_Seq(byte selector,
com.asn1c.core.ASN1Object value)
selector - The selected variant.value - The value of the variant.public SubstringFilter_substrings_Seq(SubstringFilter_substrings_Seq value)
value - The value for the constructed value.| Method Detail |
|---|
public byte getSelector()
public com.asn1c.core.ASN1Object getValue()
public com.asn1c.core.OctetString getInitial()
public void setInitial(com.asn1c.core.OctetString val)
val - The value of the variant.public com.asn1c.core.OctetString getAny()
public void setAny(com.asn1c.core.OctetString val)
val - The value of the variant.public com.asn1c.core.OctetString getFinal_()
public void setFinal_(com.asn1c.core.OctetString val)
val - The value of the variant.public java.lang.String toString()
toString in class java.lang.Object
public void print(java.io.PrintWriter out,
java.lang.String indent,
java.lang.String prefix,
java.lang.String suffix,
int flags)
print in interface com.asn1c.core.ASN1Objectout - 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.
|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E10688-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||