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