Class DeviceIdentification1

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

public class DeviceIdentification1 extends Object

Java class for DeviceIdentification1 complex type.

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

 <complexType name="DeviceIdentification1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}DeviceIdentificationType1Code" minOccurs="0"/>
         <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DeviceIdentification1

      public DeviceIdentification1()
  • Method Details

    • getTp

      Gets the value of the tp property.
      Returns:
      possible object is DeviceIdentificationType1Code
    • setTp

      public void setTp(DeviceIdentificationType1Code value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is DeviceIdentificationType1Code
    • 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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getAssgnr

      public String getAssgnr()
      Gets the value of the assgnr property.
      Returns:
      possible object is String
    • setAssgnr

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