Class Device2
java.lang.Object
org.coderic.iso20022.messages.cafm.Device2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDvcNm()
Gets the value of the dvcNm property.Gets the value of the dvcNmNrmlzd property.getEmail()
Gets the value of the email property.Gets the value of the geogcLctn property.getIPAdr()
Gets the value of the ipAdr property.getLang()
Gets the value of the lang property.Gets the value of the lctnCtryCd property.Gets the value of the manfctr property.Gets the value of the manfctrMdlId property.Gets the value of the othrTp property.Gets the value of the phneNb property.getTp()
Gets the value of the tp property.void
Sets the value of the dvcNm property.void
setDvcNmNrmlzd
(String value) Sets the value of the dvcNmNrmlzd property.void
Sets the value of the email property.void
setGeogcLctn
(String value) Sets the value of the geogcLctn property.void
Sets the value of the ipAdr property.void
Sets the value of the lang property.void
setLctnCtryCd
(String value) Sets the value of the lctnCtryCd property.void
setManfctr
(String value) Sets the value of the manfctr property.void
setManfctrMdlId
(String value) Sets the value of the manfctrMdlId property.void
Sets the value of the othrTp property.void
Sets the value of the phneNb property.void
setTp
(CustomerDeviceType2Code value) Sets the value of the tp property.
-
Constructor Details
-
Device2
public Device2()
-
-
Method Details
-
getManfctr
Gets the value of the manfctr property.- Returns:
- possible object is
String
-
setManfctr
Sets the value of the manfctr property.- Parameters:
value
- allowed object isString
-
getManfctrMdlId
Gets the value of the manfctrMdlId property.- Returns:
- possible object is
String
-
setManfctrMdlId
Sets the value of the manfctrMdlId property.- Parameters:
value
- allowed object isString
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
CustomerDeviceType2Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isCustomerDeviceType2Code
-
getOthrTp
Gets the value of the othrTp property.- Returns:
- possible object is
String
-
setOthrTp
Sets the value of the othrTp property.- Parameters:
value
- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
getPhneNb
Gets the value of the phneNb property.- Returns:
- possible object is
String
-
setPhneNb
Sets the value of the phneNb property.- Parameters:
value
- allowed object isString
-
getGeogcLctn
Gets the value of the geogcLctn property.- Returns:
- possible object is
String
-
setGeogcLctn
Sets the value of the geogcLctn property.- Parameters:
value
- allowed object isString
-
getLctnCtryCd
Gets the value of the lctnCtryCd property.- Returns:
- possible object is
String
-
setLctnCtryCd
Sets the value of the lctnCtryCd property.- Parameters:
value
- allowed object isString
-
getIPAdr
Gets the value of the ipAdr property.- Returns:
- possible object is
String
-
setIPAdr
Sets the value of the ipAdr property.- Parameters:
value
- allowed object isString
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isString
-
getDvcNm
Gets the value of the dvcNm property.- Returns:
- possible object is
String
-
setDvcNm
Sets the value of the dvcNm property.- Parameters:
value
- allowed object isString
-
getDvcNmNrmlzd
Gets the value of the dvcNmNrmlzd property.- Returns:
- possible object is
String
-
setDvcNmNrmlzd
Sets the value of the dvcNmNrmlzd property.- Parameters:
value
- allowed object isString
-