Class ShippingConstraints


  • public class ShippingConstraints
    extends java.lang.Object
    Delivery constraints applicable to this order.
    • Constructor Detail

      • ShippingConstraints

        public ShippingConstraints()
    • Method Detail

      • getPalletDelivery

        public ConstraintType getPalletDelivery()
        Get palletDelivery
        Returns:
        palletDelivery
      • setPalletDelivery

        public void setPalletDelivery​(ConstraintType palletDelivery)
      • getSignatureConfirmation

        public ConstraintType getSignatureConfirmation()
        Get signatureConfirmation
        Returns:
        signatureConfirmation
      • setSignatureConfirmation

        public void setSignatureConfirmation​(ConstraintType signatureConfirmation)
      • getRecipientIdentityVerification

        public ConstraintType getRecipientIdentityVerification()
        Get recipientIdentityVerification
        Returns:
        recipientIdentityVerification
      • setRecipientIdentityVerification

        public void setRecipientIdentityVerification​(ConstraintType recipientIdentityVerification)
      • getRecipientAgeVerification

        public ConstraintType getRecipientAgeVerification()
        Get recipientAgeVerification
        Returns:
        recipientAgeVerification
      • setRecipientAgeVerification

        public void setRecipientAgeVerification​(ConstraintType recipientAgeVerification)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object