Class PutRidsInProcessResponse


  • public class PutRidsInProcessResponse
    extends Object

    Java class for putRidsInProcessResponse complex type.

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

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

      • putRidsInProcessResultSealed

        protected byte[] putRidsInProcessResultSealed
    • Constructor Detail

      • PutRidsInProcessResponse

        public PutRidsInProcessResponse()
    • Method Detail

      • getPutRidsInProcessResultSealed

        public byte[] getPutRidsInProcessResultSealed()
        Gets the value of the putRidsInProcessResultSealed property.
        Returns:
        possible object is byte[]
      • setPutRidsInProcessResultSealed

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