Class Contact6

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

public class Contact6 extends Object

Java class for Contact6 complex type.

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

 <complexType name="Contact6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HomePhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="BizPhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="MobPhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="OthrPhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="PrsnlEmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="BizEmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="OthrEmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="HomeFaxNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="BizFaxNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="URLAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LanguageCode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Contact6

      public Contact6()
  • Method Details

    • getHomePhneNb

      public String getHomePhneNb()
      Gets the value of the homePhneNb property.
      Returns:
      possible object is String
    • setHomePhneNb

      public void setHomePhneNb(String value)
      Sets the value of the homePhneNb property.
      Parameters:
      value - allowed object is String
    • getBizPhneNb

      public String getBizPhneNb()
      Gets the value of the bizPhneNb property.
      Returns:
      possible object is String
    • setBizPhneNb

      public void setBizPhneNb(String value)
      Sets the value of the bizPhneNb property.
      Parameters:
      value - allowed object is String
    • getMobPhneNb

      public String getMobPhneNb()
      Gets the value of the mobPhneNb property.
      Returns:
      possible object is String
    • setMobPhneNb

      public void setMobPhneNb(String value)
      Sets the value of the mobPhneNb property.
      Parameters:
      value - allowed object is String
    • getOthrPhneNb

      public String getOthrPhneNb()
      Gets the value of the othrPhneNb property.
      Returns:
      possible object is String
    • setOthrPhneNb

      public void setOthrPhneNb(String value)
      Sets the value of the othrPhneNb property.
      Parameters:
      value - allowed object is String
    • getPrsnlEmailAdr

      public String getPrsnlEmailAdr()
      Gets the value of the prsnlEmailAdr property.
      Returns:
      possible object is String
    • setPrsnlEmailAdr

      public void setPrsnlEmailAdr(String value)
      Sets the value of the prsnlEmailAdr property.
      Parameters:
      value - allowed object is String
    • getBizEmailAdr

      public String getBizEmailAdr()
      Gets the value of the bizEmailAdr property.
      Returns:
      possible object is String
    • setBizEmailAdr

      public void setBizEmailAdr(String value)
      Sets the value of the bizEmailAdr property.
      Parameters:
      value - allowed object is String
    • getOthrEmailAdr

      public String getOthrEmailAdr()
      Gets the value of the othrEmailAdr property.
      Returns:
      possible object is String
    • setOthrEmailAdr

      public void setOthrEmailAdr(String value)
      Sets the value of the othrEmailAdr property.
      Parameters:
      value - allowed object is String
    • getHomeFaxNb

      public String getHomeFaxNb()
      Gets the value of the homeFaxNb property.
      Returns:
      possible object is String
    • setHomeFaxNb

      public void setHomeFaxNb(String value)
      Sets the value of the homeFaxNb property.
      Parameters:
      value - allowed object is String
    • getBizFaxNb

      public String getBizFaxNb()
      Gets the value of the bizFaxNb property.
      Returns:
      possible object is String
    • setBizFaxNb

      public void setBizFaxNb(String value)
      Sets the value of the bizFaxNb property.
      Parameters:
      value - allowed object is String
    • getURLAdr

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

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

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

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