Package de.aeb.xnsg.expctrl.af
Class ECClassificationDTO
java.lang.Object
de.aeb.xnsg.expctrl.af.ECClassificationDTO
- All Implemented Interfaces:
Serializable
An attribute with a value for an Export Control check.
- Since:
- 2020/05
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdentcode of the classification theclassificationNumber
belongs to.
There are some predefined attributes and others may be configured.
The following predefined attributes are supported:
"ClassificationMaterialNumbers" for material numbers "ClassificationAusfuhrliste" for EU export control numbers "CLASSIFICATION_US_EAR_CCL" for US export control numbers, i.e., a specific ECCN orEAR99
"CLASSIFICATION_US_EAR_ACTRELEVANT" for the EAR99 property (only supported for clients using version 1 for goods attribute handling) "ClassificationStatisticalNumbers" for commodity codes "ClassificationSelfDefined" for self defined numbersThe value of the attribute, e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classificationIdentCode
Identcode of the classification theclassificationNumber
belongs to.
There are some predefined attributes and others may be configured.
The following predefined attributes are supported:
- "ClassificationMaterialNumbers" for material numbers
- "ClassificationAusfuhrliste" for EU export control numbers
- "CLASSIFICATION_US_EAR_CCL" for US export control numbers, i.e., a specific ECCN or
EAR99
- "CLASSIFICATION_US_EAR_ACTRELEVANT" for the EAR99 property (only supported for clients using version 1 for goods attribute handling)
- "ClassificationStatisticalNumbers" for commodity codes
- "ClassificationSelfDefined" for self defined numbers
-
classificationNumber
The value of the attribute, e.g. a export control number, material number, commodity code and other relevant numbers for export control checks and license matching.
There are some predefined values with a special meaning:
- For all attributes: "NOT_LISTED"
- For ECCNs: "EAR99"
"0A002"
-
-
Constructor Details
-
ECClassificationDTO
public ECClassificationDTO()
-