public class RelativeDistinguishedName extends Object
Java class for RelativeDistinguishedName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeDistinguishedName">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute" type="{}AttributeTypeCodeZ"/>
<element name="AttributeValue" type="{}AttributeValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribute
The Attribute.
|
protected String |
attributeValue
The Attribute value.
|
| Constructor and Description |
|---|
RelativeDistinguishedName() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getAttributeValue()
Gets the value of the attributeValue property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setAttributeValue(String value)
Sets the value of the attributeValue property.
|
protected String attribute
protected String attributeValue
public String getAttribute()
Stringpublic void setAttribute(String value)
value - allowed object is Stringpublic String getAttributeValue()
StringCopyright © 2022. All rights reserved.