Class Device2

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

public class Device2 extends Object

Java class for Device2 complex type.

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

 <complexType name="Device2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Manfctr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="ManfctrMdlId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CustomerDeviceType2Code" minOccurs="0"/>
         <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LanguageCode" minOccurs="0"/>
         <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/>
         <element name="GeogcLctn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GeographicPointInDecimalDegrees" minOccurs="0"/>
         <element name="LctnCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISO3NumericCountryCode" minOccurs="0"/>
         <element name="IPAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="Email" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="DvcNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max100Text" minOccurs="0"/>
         <element name="DvcNmNrmlzd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max100Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Device2

      public Device2()
  • Method Details

    • getManfctr

      public String getManfctr()
      Gets the value of the manfctr property.
      Returns:
      possible object is String
    • setManfctr

      public void setManfctr(String value)
      Sets the value of the manfctr property.
      Parameters:
      value - allowed object is String
    • getManfctrMdlId

      public String getManfctrMdlId()
      Gets the value of the manfctrMdlId property.
      Returns:
      possible object is String
    • setManfctrMdlId

      public void setManfctrMdlId(String value)
      Sets the value of the manfctrMdlId property.
      Parameters:
      value - allowed object is String
    • getTp

      public CustomerDeviceType2Code getTp()
      Gets the value of the tp property.
      Returns:
      possible object is CustomerDeviceType2Code
    • setTp

      public void setTp(CustomerDeviceType2Code value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is CustomerDeviceType2Code
    • getOthrTp

      public String getOthrTp()
      Gets the value of the othrTp property.
      Returns:
      possible object is String
    • setOthrTp

      public void setOthrTp(String value)
      Sets the value of the othrTp 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
    • getPhneNb

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

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

      public String getGeogcLctn()
      Gets the value of the geogcLctn property.
      Returns:
      possible object is String
    • setGeogcLctn

      public void setGeogcLctn(String value)
      Sets the value of the geogcLctn property.
      Parameters:
      value - allowed object is String
    • getLctnCtryCd

      public String getLctnCtryCd()
      Gets the value of the lctnCtryCd property.
      Returns:
      possible object is String
    • setLctnCtryCd

      public void setLctnCtryCd(String value)
      Sets the value of the lctnCtryCd property.
      Parameters:
      value - allowed object is String
    • getIPAdr

      public String getIPAdr()
      Gets the value of the ipAdr property.
      Returns:
      possible object is String
    • setIPAdr

      public void setIPAdr(String value)
      Sets the value of the ipAdr property.
      Parameters:
      value - allowed object is String
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getDvcNm

      public String getDvcNm()
      Gets the value of the dvcNm property.
      Returns:
      possible object is String
    • setDvcNm

      public void setDvcNm(String value)
      Sets the value of the dvcNm property.
      Parameters:
      value - allowed object is String
    • getDvcNmNrmlzd

      public String getDvcNmNrmlzd()
      Gets the value of the dvcNmNrmlzd property.
      Returns:
      possible object is String
    • setDvcNmNrmlzd

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