Class RequestedDocumentSpecification


  • public class RequestedDocumentSpecification
    extends java.lang.Object
    The document specifications requested. For calls to the purchaseShipment operation, the shipment purchase fails if the specified document specifications are not among those returned in the response to the getRates operation.
    • Constructor Detail

      • RequestedDocumentSpecification

        public RequestedDocumentSpecification()
    • Method Detail

      • getFormat

        public DocumentFormat getFormat()
        Get format
        Returns:
        format
      • getSize

        public DocumentSize getSize()
        Get size
        Returns:
        size
      • getDpi

        public java.lang.Integer getDpi()
        Get dpi
        Returns:
        dpi
      • setDpi

        public void setDpi​(java.lang.Integer dpi)
      • getPageLayout

        public java.lang.String getPageLayout()
        Get pageLayout
        Returns:
        pageLayout
      • setPageLayout

        public void setPageLayout​(java.lang.String pageLayout)
      • getNeedFileJoining

        public java.lang.Boolean getNeedFileJoining()
        Get needFileJoining
        Returns:
        needFileJoining
      • setNeedFileJoining

        public void setNeedFileJoining​(java.lang.Boolean needFileJoining)
      • getRequestedDocumentTypes

        public java.util.List<DocumentType> getRequestedDocumentTypes()
        A list of the document types requested.
        Returns:
        requestedDocumentTypes
      • setRequestedDocumentTypes

        public void setRequestedDocumentTypes​(java.util.List<DocumentType> requestedDocumentTypes)
      • 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