Class RelativeDistinguishedName1

java.lang.Object
org.coderic.iso20022.messages.cafm.RelativeDistinguishedName1

public class RelativeDistinguishedName1 extends Object

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:cafm.002.001.02}AttributeType1Code"/>
         <element name="AttrVal" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RelativeDistinguishedName1

      public RelativeDistinguishedName1()
  • Method Details

    • getAttrTp

      public AttributeType1Code getAttrTp()
      Gets the value of the attrTp property.
      Returns:
      possible object is AttributeType1Code
    • setAttrTp

      public void setAttrTp(AttributeType1Code value)
      Sets the value of the attrTp property.
      Parameters:
      value - allowed object is AttributeType1Code
    • getAttrVal

      public String getAttrVal()
      Gets the value of the attrVal property.
      Returns:
      possible object is String
    • setAttrVal

      public void setAttrVal(String value)
      Sets the value of the attrVal property.
      Parameters:
      value - allowed object is String