Class DeviceOperatingSystem1

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

public class DeviceOperatingSystem1 extends Object

Java class for DeviceOperatingSystem1 complex type.

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

 <complexType name="DeviceOperatingSystem1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" 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}DeviceOperatingSystemType1Code" minOccurs="0"/>
         <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Bld" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DeviceOperatingSystem1

      public DeviceOperatingSystem1()
  • Method Details

    • 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
    • getTp

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

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

      public String getVrsn()
      Gets the value of the vrsn property.
      Returns:
      possible object is String
    • setVrsn

      public void setVrsn(String value)
      Sets the value of the vrsn property.
      Parameters:
      value - allowed object is String
    • getBld

      public String getBld()
      Gets the value of the bld property.
      Returns:
      possible object is String
    • setBld

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