Package de.aeb.xnsg.expctrl.bf.v40
Class ECItemCheckResultDTO
java.lang.Object
de.aeb.xnsg.expctrl.bf.v40.ECItemCheckResultDTO
The export control result for one item of the transaction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe results for BOM items belonging to this item.
The results of these BOM items will not be accumulated into this item result.Contains one result for each used jurisdiction.Represents the accumulated result type of the whole item.
Possible values: "OK" "INFO" "CLEARED" "CHECK" "REQUIRE" "CUSTOM_RESTRICTION" "RESTRICTION" "ERROR" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemIdHost
-
bomItemResults
The results for BOM items belonging to this item.
The results of these BOM items will not be accumulated into this item result.- Since:
- 2016/05
-
resultType
Represents the accumulated result type of the whole item.
Possible values: -
pluginResults
Contains one result for each used jurisdiction.
-
-
Constructor Details
-
ECItemCheckResultDTO
public ECItemCheckResultDTO()
-