Class CisShipment

    • Constructor Detail

      • CisShipment

        public CisShipment()
    • Method Detail

      • getAddressByType

        public CisAddress getAddressByType​(CisAddressType type)
        Returns the first address of the given type.
        Parameters:
        type - The type you're interested in
        Returns:
        An address or null
      • getServiceMethod

        public java.lang.String getServiceMethod()
      • setServiceMethod

        public void setServiceMethod​(java.lang.String serviceMethod)
      • setPackage

        public void setPackage​(CisPackage cisPackage)
      • getShipDate

        public java.util.Date getShipDate()
      • setShipDate

        public void setShipDate​(java.util.Date shipDate)
      • getTrackingInfos

        public java.util.List<TrackingInfo> getTrackingInfos()
      • setTrackingInfos

        public void setTrackingInfos​(java.util.List<TrackingInfo> trackingInfos)
      • getPayorCountryCode

        public java.lang.String getPayorCountryCode()
      • setPayorCountryCode

        public void setPayorCountryCode​(java.lang.String payorCountryCode)
      • getLabels

        public java.util.List<CisLabel> getLabels()
      • setLabels

        public void setLabels​(java.util.List<CisLabel> labels)
      • setVendorParameters

        public void setVendorParameters​(AnnotationHashMap vendorParameters)
      • setNotification

        public void setNotification​(CisNotification notification)
      • getAddresses

        public java.util.List<CisAddress> getAddresses()