Class CustomerDevice4
java.lang.Object
org.coderic.iso20022.messages.cafm.CustomerDevice4
Java class for CustomerDevice4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerDevice4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dvc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Device2" minOccurs="0"/>
<element name="DvcId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}DeviceIdentification1" minOccurs="0"/>
<element name="OprgSys" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}DeviceOperatingSystem1" minOccurs="0"/>
<element name="Prvdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
<element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.getDvc()Gets the value of the dvc property.getDvcId()Gets the value of the dvcId property.Gets the value of the oprgSys property.getPrvdr()Gets the value of the prvdr property.voidSets the value of the dvc property.voidsetDvcId(DeviceIdentification1 value) Sets the value of the dvcId property.voidsetOprgSys(DeviceOperatingSystem1 value) Sets the value of the oprgSys property.voidSets the value of the prvdr property.
-
Constructor Details
-
CustomerDevice4
public CustomerDevice4()
-
-
Method Details
-
getDvc
Gets the value of the dvc property.- Returns:
- possible object is
Device2
-
setDvc
Sets the value of the dvc property.- Parameters:
value- allowed object isDevice2
-
getDvcId
Gets the value of the dvcId property.- Returns:
- possible object is
DeviceIdentification1
-
setDvcId
Sets the value of the dvcId property.- Parameters:
value- allowed object isDeviceIdentification1
-
getOprgSys
Gets the value of the oprgSys property.- Returns:
- possible object is
DeviceOperatingSystem1
-
setOprgSys
Sets the value of the oprgSys property.- Parameters:
value- allowed object isDeviceOperatingSystem1
-
getPrvdr
Gets the value of the prvdr property.- Returns:
- possible object is
String
-
setPrvdr
Sets the value of the prvdr property.- Parameters:
value- allowed object isString
-
getAddtlData
Gets the value of the addtlData 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
setmethod for the addtlData property.For example, to add a new item, do as follows:
getAddtlData().add(newItem);Objects of the following type(s) are allowed in the list
AdditionalData1
-