Class DeviceIdentification1
java.lang.Object
org.coderic.iso20022.messages.cafm.DeviceIdentification1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgnr property.getId()
Gets the value of the id property.Gets the value of the othrTp property.getTp()
Gets the value of the tp property.void
Sets the value of the assgnr 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.
-
Constructor Details
-
DeviceIdentification1
public DeviceIdentification1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DeviceIdentificationType1Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isDeviceIdentificationType1Code
-
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
-
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
-
getAssgnr
Gets the value of the assgnr property.- Returns:
- possible object is
String
-
setAssgnr
Sets the value of the assgnr property.- Parameters:
value
- allowed object isString
-