Package com.adyen.model.nexo
Class RelativeDistinguishedName
- java.lang.Object
-
- com.adyen.model.nexo.RelativeDistinguishedName
-
public class RelativeDistinguishedName extends Object
Definition: Certificate distinguished name (DN) -- Reference: RFC 3880: Internet X.509 Public Key Infrastructure Certificate and Certificate -- Usage: Identifies the issuer or the subject of a X.509 certificate.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattributeThe Attribute.protected StringattributeValueThe Attribute value.
-
Constructor Summary
Constructors Constructor Description RelativeDistinguishedName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()Gets the value of the attribute property.StringgetAttributeValue()Gets the value of the attributeValue property.voidsetAttribute(String value)Sets the value of the attribute property.voidsetAttributeValue(String value)Sets the value of the attributeValue property.
-
-
-
Method Detail
-
getAttribute
public String getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
public void setAttribute(String value)
Sets the value of the attribute property.- Parameters:
value- allowed object isString
-
getAttributeValue
public String getAttributeValue()
Gets the value of the attributeValue property.- Returns:
- possible object is
String
-
-