Class BreakTheGlass


  • public class BreakTheGlass
    extends Object

    Java class for breakTheGlass complex type.

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

     <complexType name="breakTheGlass">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="reasonBreakTheGlass" type="{http:/services.recipe.be/executor}reasonBreakTheGlass"/>
             <element name="otherReasonBreakTheGlass" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <minLength value="5"/>
                   <maxLength value="200"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • otherReasonBreakTheGlass

        protected String otherReasonBreakTheGlass
    • Constructor Detail

      • BreakTheGlass

        public BreakTheGlass()
    • Method Detail

      • setReasonBreakTheGlass

        public void setReasonBreakTheGlass​(ReasonBreakTheGlass value)
        Sets the value of the reasonBreakTheGlass property.
        Parameters:
        value - allowed object is ReasonBreakTheGlass
      • getOtherReasonBreakTheGlass

        public String getOtherReasonBreakTheGlass()
        Gets the value of the otherReasonBreakTheGlass property.
        Returns:
        possible object is String
      • setOtherReasonBreakTheGlass

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