Class PutVision


  • public class PutVision
    extends Object

    Java class for putVision complex type.

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

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

      • putVisionParamSealed

        protected byte[] putVisionParamSealed
      • programIdentification

        protected String programIdentification
      • mguid

        protected String mguid
    • Constructor Detail

      • PutVision

        public PutVision()
    • Method Detail

      • getPutVisionParamSealed

        public byte[] getPutVisionParamSealed()
        Gets the value of the putVisionParamSealed property.
        Returns:
        possible object is byte[]
      • setPutVisionParamSealed

        public void setPutVisionParamSealed​(byte[] value)
        Sets the value of the putVisionParamSealed property.
        Parameters:
        value - allowed object is byte[]
      • getProgramIdentification

        public String getProgramIdentification()
        Gets the value of the programIdentification property.
        Returns:
        possible object is String
      • setProgramIdentification

        public void setProgramIdentification​(String value)
        Sets the value of the programIdentification property.
        Parameters:
        value - allowed object is String
      • getMguid

        public String getMguid()
        Gets the value of the mguid property.
        Returns:
        possible object is String
      • setMguid

        public void setMguid​(String value)
        Sets the value of the mguid property.
        Parameters:
        value - allowed object is String