Class CustomerDevice4

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

public class CustomerDevice4 extends Object

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 Details

    • CustomerDevice4

      public CustomerDevice4()
  • Method Details

    • getDvc

      public Device2 getDvc()
      Gets the value of the dvc property.
      Returns:
      possible object is Device2
    • setDvc

      public void setDvc(Device2 value)
      Sets the value of the dvc property.
      Parameters:
      value - allowed object is Device2
    • getDvcId

      public DeviceIdentification1 getDvcId()
      Gets the value of the dvcId property.
      Returns:
      possible object is DeviceIdentification1
    • setDvcId

      public void setDvcId(DeviceIdentification1 value)
      Sets the value of the dvcId property.
      Parameters:
      value - allowed object is DeviceIdentification1
    • getOprgSys

      public DeviceOperatingSystem1 getOprgSys()
      Gets the value of the oprgSys property.
      Returns:
      possible object is DeviceOperatingSystem1
    • setOprgSys

      public void setOprgSys(DeviceOperatingSystem1 value)
      Sets the value of the oprgSys property.
      Parameters:
      value - allowed object is DeviceOperatingSystem1
    • getPrvdr

      public String getPrvdr()
      Gets the value of the prvdr property.
      Returns:
      possible object is String
    • setPrvdr

      public void setPrvdr(String value)
      Sets the value of the prvdr property.
      Parameters:
      value - allowed object is String
    • getAddtlData

      public List<AdditionalData1> 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 set method 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