Class Contact13

java.lang.Object
org.coderic.iso20022.messages.pain.Contact13

public class Contact13 extends Object

Java class for Contact13 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Contact13">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NmPrfx" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}NamePrefix2Code" minOccurs="0"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max140Text" minOccurs="0"/>
         <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}PhoneNumber" minOccurs="0"/>
         <element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}PhoneNumber" minOccurs="0"/>
         <element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}PhoneNumber" minOccurs="0"/>
         <element name="URLAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max2048Text" minOccurs="0"/>
         <element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max256Text" minOccurs="0"/>
         <element name="EmailPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text" minOccurs="0"/>
         <element name="JobTitl" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text" minOccurs="0"/>
         <element name="Rspnsblty" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text" minOccurs="0"/>
         <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max70Text" minOccurs="0"/>
         <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}OtherContact1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PrefrdMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}PreferredContactMethod2Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • Contact13 Link icon

      public Contact13()
  • Method Details Link icon

    • getNmPrfx Link icon

      public NamePrefix2Code getNmPrfx()
      Gets the value of the nmPrfx property.
      Returns:
      possible object is NamePrefix2Code
    • setNmPrfx Link icon

      public void setNmPrfx(NamePrefix2Code value)
      Sets the value of the nmPrfx property.
      Parameters:
      value - allowed object is NamePrefix2Code
    • getNm Link icon

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm Link icon

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getPhneNb Link icon

      public String getPhneNb()
      Gets the value of the phneNb property.
      Returns:
      possible object is String
    • setPhneNb Link icon

      public void setPhneNb(String value)
      Sets the value of the phneNb property.
      Parameters:
      value - allowed object is String
    • getMobNb Link icon

      public String getMobNb()
      Gets the value of the mobNb property.
      Returns:
      possible object is String
    • setMobNb Link icon

      public void setMobNb(String value)
      Sets the value of the mobNb property.
      Parameters:
      value - allowed object is String
    • getFaxNb Link icon

      public String getFaxNb()
      Gets the value of the faxNb property.
      Returns:
      possible object is String
    • setFaxNb Link icon

      public void setFaxNb(String value)
      Sets the value of the faxNb property.
      Parameters:
      value - allowed object is String
    • getURLAdr Link icon

      public String getURLAdr()
      Gets the value of the urlAdr property.
      Returns:
      possible object is String
    • setURLAdr Link icon

      public void setURLAdr(String value)
      Sets the value of the urlAdr property.
      Parameters:
      value - allowed object is String
    • getEmailAdr Link icon

      public String getEmailAdr()
      Gets the value of the emailAdr property.
      Returns:
      possible object is String
    • setEmailAdr Link icon

      public void setEmailAdr(String value)
      Sets the value of the emailAdr property.
      Parameters:
      value - allowed object is String
    • getEmailPurp Link icon

      public String getEmailPurp()
      Gets the value of the emailPurp property.
      Returns:
      possible object is String
    • setEmailPurp Link icon

      public void setEmailPurp(String value)
      Sets the value of the emailPurp property.
      Parameters:
      value - allowed object is String
    • getJobTitl Link icon

      public String getJobTitl()
      Gets the value of the jobTitl property.
      Returns:
      possible object is String
    • setJobTitl Link icon

      public void setJobTitl(String value)
      Sets the value of the jobTitl property.
      Parameters:
      value - allowed object is String
    • getRspnsblty Link icon

      public String getRspnsblty()
      Gets the value of the rspnsblty property.
      Returns:
      possible object is String
    • setRspnsblty Link icon

      public void setRspnsblty(String value)
      Sets the value of the rspnsblty property.
      Parameters:
      value - allowed object is String
    • getDept Link icon

      public String getDept()
      Gets the value of the dept property.
      Returns:
      possible object is String
    • setDept Link icon

      public void setDept(String value)
      Sets the value of the dept property.
      Parameters:
      value - allowed object is String
    • getOthr Link icon

      public List<OtherContact1> getOthr()
      Gets the value of the othr property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the othr property.

      For example, to add a new item, do as follows:

          getOthr().add(newItem);
       

      Objects of the following type(s) are allowed in the list OtherContact1

    • getPrefrdMtd Link icon

      public PreferredContactMethod2Code getPrefrdMtd()
      Gets the value of the prefrdMtd property.
      Returns:
      possible object is PreferredContactMethod2Code
    • setPrefrdMtd Link icon

      public void setPrefrdMtd(PreferredContactMethod2Code value)
      Sets the value of the prefrdMtd property.
      Parameters:
      value - allowed object is PreferredContactMethod2Code