Class MarkAsDeliveredResponse


  • public class MarkAsDeliveredResponse
    extends Object

    Java class for markAsDeliveredResponse complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="markAsDeliveredResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MarkAsDeliveredResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • markAsDeliveredResultSealed

        protected byte[] markAsDeliveredResultSealed
    • Constructor Detail

      • MarkAsDeliveredResponse

        public MarkAsDeliveredResponse()
    • Method Detail

      • getMarkAsDeliveredResultSealed

        public byte[] getMarkAsDeliveredResultSealed()
        Gets the value of the markAsDeliveredResultSealed property.
        Returns:
        possible object is byte[]
      • setMarkAsDeliveredResultSealed

        public void setMarkAsDeliveredResultSealed​(byte[] value)
        Sets the value of the markAsDeliveredResultSealed property.
        Parameters:
        value - allowed object is byte[]