Class ICDeclarationDTO
java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICDeclarationDTO
DTO to hold data of a declaration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional reference.List of amount of moneys.List of attachments.
Only contains attachments for which the attachment content is present in ICI (attachment contents will be deleted some time after archiving an attachment).ID of the declaration.Contains client specific fields (key/value pairs).Id of the sending client system.Commercial reference number.Unique id of the consignment within the ERP systemReference number of the consignment.The business object UID of the consignment.List of information about control measures.List of involved customs offices.The specific customs process.Deprecated.Registration number given by customs (e.g.List of dates with times.Decisive date of the business object.Type of declaration procedure.Type of declaration.The current version of the declaration.Reference number of the delivery.Reference numbers of the declaration's deliveries.Country ISO code of the destination country.Country ISO code of the dispatch country.Extension data for the declaration.List of information about guarantees.Internal reference of the declaration.Reference number of the invoice.Indicates whether the object has been logically deleted.True, if the business object is (still) valid.List of items.Registration numbers of linked processes.Local unique reference number.Additional criteria two separate different organizational units within one client.List of involved parties.Person in charge of the declaration.Representation.Current status of the declaration.Total gross mass of the declaration.Total invoice price of the declaration.Total net mass of the declaration.Total number of items in the declaration.Total number of packages in the declaration.List of involved transport means. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientSystemId
Id of the sending client system.length=20
-
customsProcessCode
Deprecated.Customs process the object belongs to.length=20
-
customsProcess
The specific customs process. -
businessObjectId
ID of the declaration.length=10
-
declarationTypeCode
Type of declaration.Possible values:
- EXPDECL
- IMPDECL
- TRANSDECL
Since FP Nov. 2017.
-
declarationProcedureTypeCode
Type of declaration procedure. -
isDeleted
Indicates whether the object has been logically deleted. -
decisiveDate
Decisive date of the business object. -
localReference
Local unique reference number.length=35
-
customsRegistrationNumber
Registration number given by customs (e.g. MRN, CRN, ...)length=35
-
linkedProcessInfos
Registration numbers of linked processes.
.
Currently only supported for port notifications created in Customs Management.
-
declarationVersion
The current version of the declaration. Only filled if supported by customs.length=10
-
commercialReferenceNumber
Commercial reference number.length=35
-
deliveryNumber
Reference number of the delivery.length=70
-
deliveryReferences
Reference numbers of the declaration's deliveries. -
invoiceNumber
Reference number of the invoice.length=70
-
organizationUnitClientSystem
Additional criteria two separate different organizational units within one client.length=255
-
consignmentUid
The business object UID of the consignment.length=20
-
consignmentNumber
Reference number of the consignment.length=70
-
internalReference
Internal reference of the declaration.length=255
-
consignmentIdClientSystem
Unique id of the consignment within the ERP systemlength=255
-
status
Current status of the declaration. -
isValid
True, if the business object is (still) valid. Else false. -
personInCharge
Person in charge of the declaration. -
totalGrossMass
Total gross mass of the declaration. -
totalNetMass
Total net mass of the declaration. -
totalInvoicePrice
Total invoice price of the declaration. -
totalNumberItems
Total number of items in the declaration. -
totalNumberPackages
Total number of packages in the declaration.length=7
-
dispatchCountryCode
Country ISO code of the dispatch country.length=2
-
destinationCountryCode
Country ISO code of the destination country.length=2
-
additionalReference1
Additional reference. -
representationStatusCode
Representation. -
extension
Extension data for the declaration. -
parties
List of involved parties. -
customsOffices
List of involved customs offices. -
amountsOfMoney
List of amount of moneys. -
transportMeans
List of involved transport means. -
dates
List of dates with times. -
items
List of items. -
attachments
List of attachments.
Only contains attachments for which the attachment content is present in ICI (attachment contents will be deleted some time after archiving an attachment). -
controlMeasures
List of information about control measures. -
guarantees
List of information about guarantees. -
clientSpecificFields
Contains client specific fields (key/value pairs).
-
-
Constructor Details
-
ICDeclarationDTO
public ICDeclarationDTO()
-