fileType property

  1. @XmlAttribute(name: 'D')
int fileType
final

What type of file that is attached. 1 = LINKLIST 1-127 = reserved for ISO predefined file types. 128-254 = manufacturer proprietary file types.

Implementation

@annotation.XmlAttribute(name: 'D')
final int fileType;