|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E56472-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.octetstring.ldapv3.AttributeValueAssertion
public class AttributeValueAssertion
Implementation of the ASN.1 type com.octetstring.ldapv3.AttributeValueAssertion.
| Constructor Summary | |
|---|---|
AttributeValueAssertion()Default constructor. |
|
AttributeValueAssertion(AttributeValueAssertion value)Copy constructor. |
|
AttributeValueAssertion(com.asn1c.core.OctetString attributeDesc, com.asn1c.core.OctetString assertionValue)Constructor. |
|
| Method Summary | |
|---|---|
com.asn1c.core.OctetString |
getAssertionValue()Gets the value of the assertionValue component. |
com.asn1c.core.OctetString |
getAttributeDesc()Gets the value of the attributeDesc 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 |
setAssertionValue(com.asn1c.core.OctetString val)Sets the value of the assertionValue component. |
void |
setAttributeDesc(com.asn1c.core.OctetString val)Sets the value of the attributeDesc 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 |
|---|
public AttributeValueAssertion()
public AttributeValueAssertion(com.asn1c.core.OctetString attributeDesc,
com.asn1c.core.OctetString assertionValue)
attributeDesc - Value for the attributeDesc component.assertionValue - Value for the assertionValue component.public AttributeValueAssertion(AttributeValueAssertion value)
value - The value for the constructed value.| Method Detail |
|---|
public com.asn1c.core.OctetString getAttributeDesc()
public void setAttributeDesc(com.asn1c.core.OctetString val)
val - The value for the attributeDesc component.public com.asn1c.core.OctetString getAssertionValue()
public void setAssertionValue(com.asn1c.core.OctetString val)
val - The value for the assertionValue component.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) E56472-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||