IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

EBProperty Type

A property of the message.

Remarks

This type holds details about the property of the message.

Fields

Name
String?

This field defines the name of the message property. This is required.

This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:MessageProperties/eb:Property/@Name"

PropertyType
String?

The optional type of the message property.

This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:MessageProperties/eb:Property/@Type"

Value
String?

The value of the message property.

This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:MessageProperties/eb:Property/"

Constructors

public constructor()



public constructor(name: String?, value: String?)



public constructor(name: String?, value: String?, propertyType: String?)



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]