Class DeviceOperatingSystem1
java.lang.Object
org.coderic.iso20022.messages.cafm.DeviceOperatingSystem1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBld()
Gets the value of the bld property.getId()
Gets the value of the id property.Gets the value of the othrTp property.getTp()
Gets the value of the tp property.getVrsn()
Gets the value of the vrsn property.void
Sets the value of the bld property.void
Sets the value of the id property.void
Sets the value of the othrTp property.void
Sets the value of the tp property.void
Sets the value of the vrsn property.
-
Constructor Details
-
DeviceOperatingSystem1
public DeviceOperatingSystem1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DeviceOperatingSystemType1Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isDeviceOperatingSystemType1Code
-
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
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
String
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isString
-
getBld
Gets the value of the bld property.- Returns:
- possible object is
String
-
setBld
Sets the value of the bld property.- Parameters:
value
- allowed object isString
-