Skip navigation links

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

E56472-01


com.octetstring.ldapv3
Class MatchingRuleAssertion

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

All Implemented Interfaces:
com.asn1c.core.ASN1Object

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

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


Constructor Summary
MatchingRuleAssertion()
          Default constructor.
MatchingRuleAssertion(MatchingRuleAssertion value)
          Copy constructor.
MatchingRuleAssertion(com.asn1c.core.OctetString matchingRule, com.asn1c.core.OctetString type, com.asn1c.core.OctetString matchValue, com.asn1c.core.Bool dnAttributes)
          Constructor.

 

Method Summary
 com.asn1c.core.Bool getDnAttributes()
          Gets the value of the dnAttributes component.
 com.asn1c.core.OctetString getMatchingRule()
          Gets the value of the matchingRule component.
 com.asn1c.core.OctetString getMatchValue()
          Gets the value of the matchValue component.
 com.asn1c.core.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 setDnAttributes(com.asn1c.core.Bool val)
          Sets the value of the dnAttributes component.
 void setMatchingRule(com.asn1c.core.OctetString val)
          Sets the value of the matchingRule component.
 void setMatchValue(com.asn1c.core.OctetString val)
          Sets the value of the matchValue component.
 void setType(com.asn1c.core.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

MatchingRuleAssertion

public MatchingRuleAssertion()
Default constructor.

MatchingRuleAssertion

public MatchingRuleAssertion(com.asn1c.core.OctetString matchingRule,
                             com.asn1c.core.OctetString type,
                             com.asn1c.core.OctetString matchValue,
                             com.asn1c.core.Bool dnAttributes)
Constructor.
Parameters:
matchingRule - Value for the matchingRule component (null if absent).
type - Value for the type component (null if absent).
matchValue - Value for the matchValue component.
dnAttributes - Value for the dnAttributes component (null if absent).

MatchingRuleAssertion

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

Method Detail

getMatchingRule

public com.asn1c.core.OctetString getMatchingRule()
Gets the value of the matchingRule component.
Returns:
The value of the matchingRule component, or null if absent.

setMatchingRule

public void setMatchingRule(com.asn1c.core.OctetString val)
Sets the value of the matchingRule component.
Parameters:
val - The value for the matchingRule component, or null if absent.

getType

public com.asn1c.core.OctetString getType()
Gets the value of the type component.
Returns:
The value of the type component, or null if absent.

setType

public void setType(com.asn1c.core.OctetString val)
Sets the value of the type component.
Parameters:
val - The value for the type component, or null if absent.

getMatchValue

public com.asn1c.core.OctetString getMatchValue()
Gets the value of the matchValue component.
Returns:
The value of the matchValue component.

setMatchValue

public void setMatchValue(com.asn1c.core.OctetString val)
Sets the value of the matchValue component.
Parameters:
val - The value for the matchValue component.

getDnAttributes

public com.asn1c.core.Bool getDnAttributes()
Gets the value of the dnAttributes component.
Returns:
The value of the dnAttributes component, or null if absent.

setDnAttributes

public void setDnAttributes(com.asn1c.core.Bool val)
Sets the value of the dnAttributes component.
Parameters:
val - The value for the dnAttributes component, or null if absent.

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)

E56472-01


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