Package be.recipe.services.executor
Class RuleMessage
- java.lang.Object
-
- be.recipe.services.executor.RuleMessage
-
public class RuleMessage extends Object
Java class for ruleMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ruleMessage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageText" type="{http:/services.recipe.be/executor}messageText" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MessageText>messageText
-
Constructor Summary
Constructors Constructor Description RuleMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MessageText>getMessageText()Gets the value of the messageText property.List<MessageText>getMessageTexts()
-
-
-
Field Detail
-
messageText
protected List<MessageText> messageText
-
-
Method Detail
-
getMessageText
public List<MessageText> getMessageText()
Gets the value of the messageText property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the messageText property.For example, to add a new item, do as follows:
getMessageText().add(newItem);Objects of the following type(s) are allowed in the list
MessageText
-
getMessageTexts
public List<MessageText> getMessageTexts()
-
-