Class GetVisionResponse


  • public class GetVisionResponse
    extends Object

    Java class for getVisionResponse complex type.

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

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

      • getVisionResultSealed

        protected byte[] getVisionResultSealed
    • Constructor Detail

      • GetVisionResponse

        public GetVisionResponse()
    • Method Detail

      • getGetVisionResultSealed

        public byte[] getGetVisionResultSealed()
        Gets the value of the getVisionResultSealed property.
        Returns:
        possible object is byte[]
      • setGetVisionResultSealed

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