fileType property
- @XmlAttribute(name: 'D')
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;