Class RelativeDistinguishedName1
java.lang.Object
org.coderic.iso20022.messages.caad.RelativeDistinguishedName1
Java class for RelativeDistinguishedName1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeDistinguishedName1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AttrTp" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}AttributeType1Code"/> <element name="AttrVal" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max140Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attrTp property.Gets the value of the attrVal property.void
setAttrTp
(AttributeType1Code value) Sets the value of the attrTp property.void
setAttrVal
(String value) Sets the value of the attrVal property.
-
Constructor Details
-
RelativeDistinguishedName1
public RelativeDistinguishedName1()
-
-
Method Details
-
getAttrTp
Gets the value of the attrTp property.- Returns:
- possible object is
AttributeType1Code
-
setAttrTp
Sets the value of the attrTp property.- Parameters:
value
- allowed object isAttributeType1Code
-
getAttrVal
Gets the value of the attrVal property.- Returns:
- possible object is
String
-
setAttrVal
Sets the value of the attrVal property.- Parameters:
value
- allowed object isString
-