Class GetVisionResult


  • public class GetVisionResult
    extends ResponseType

    Java class for getVisionResult complex type.

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

     <complexType name="getVisionResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • vision

        protected String vision
    • Constructor Detail

      • GetVisionResult

        public GetVisionResult()
    • Method Detail

      • getVision

        public String getVision()
        Gets the value of the vision property.
        Returns:
        possible object is String
      • setVision

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