Class ICProducedDocumentBrokerDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.broker.ICProducedDocumentBrokerDTO

public class ICProducedDocumentBrokerDTO extends Object
DTO to hold data for produced documents.
  • Field Details

    • typeCode

      public String typeCode
      Code specifying the name of a document. Qualifier has to be separated with a "/".

      length=9

    • reference

      public String reference
      Free text field for a document reference.

      length=35

    • informationDate

      public DateAndZoneDTO informationDate
      Date of information/issue.
    • expiryDate

      public DateAndZoneDTO expiryDate
      Date of expiry.
    • quantity

      public QuantityDTO quantity
      Quantity to be declared for the produced document, e.g. decrement quantity for licenses/quotas (SAD box 44).
    • amount

      public AmountOfMoneyDTO amount
      Amount which relates to the given document type.
    • complementaryInfo

      public String complementaryInfo
      Additional free text field.

      length=35

    • statusCode

      public String statusCode
      Code specifying the status of a document.

      length=2

    • detail

      public String detail
      Provides detailed information on the document

      length=12

    • issuingAuthorityName

      public String issuingAuthorityName
      Issuing authority name.

      length=70

    • documentLineItemNumber

      public Integer documentLineItemNumber
      Document line item number.

      length=5

  • Constructor Details

    • ICProducedDocumentBrokerDTO

      public ICProducedDocumentBrokerDTO()