Package be.recipe.services.executor
Class BreakTheGlass
- java.lang.Object
-
- be.recipe.services.executor.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 Summary
Fields Modifier and Type Field Description protected StringotherReasonBreakTheGlassprotected ReasonBreakTheGlassreasonBreakTheGlass
-
Constructor Summary
Constructors Constructor Description BreakTheGlass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOtherReasonBreakTheGlass()Gets the value of the otherReasonBreakTheGlass property.ReasonBreakTheGlassgetReasonBreakTheGlass()Gets the value of the reasonBreakTheGlass property.voidsetOtherReasonBreakTheGlass(String value)Sets the value of the otherReasonBreakTheGlass property.voidsetReasonBreakTheGlass(ReasonBreakTheGlass value)Sets the value of the reasonBreakTheGlass property.
-
-
-
Field Detail
-
reasonBreakTheGlass
protected ReasonBreakTheGlass reasonBreakTheGlass
-
otherReasonBreakTheGlass
protected String otherReasonBreakTheGlass
-
-
Method Detail
-
getReasonBreakTheGlass
public ReasonBreakTheGlass getReasonBreakTheGlass()
Gets the value of the reasonBreakTheGlass property.- Returns:
- possible object is
ReasonBreakTheGlass
-
setReasonBreakTheGlass
public void setReasonBreakTheGlass(ReasonBreakTheGlass value)
Sets the value of the reasonBreakTheGlass property.- Parameters:
value- allowed object isReasonBreakTheGlass
-
getOtherReasonBreakTheGlass
public String getOtherReasonBreakTheGlass()
Gets the value of the otherReasonBreakTheGlass property.- Returns:
- possible object is
String
-
-