Package be.recipe.services.executor
Class ValidationWarnings
- java.lang.Object
-
- be.recipe.services.executor.ValidationWarnings
-
public class ValidationWarnings extends Object
Java class for validationWarnings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validationWarnings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="validationWarning" type="{http:/services.recipe.be/executor}validationWarning" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ValidationWarning>validationWarning
-
Constructor Summary
Constructors Constructor Description ValidationWarnings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationWarning>getValidationWarning()Gets the value of the validationWarning property.List<ValidationWarning>getValidationWarnings()
-
-
-
Field Detail
-
validationWarning
protected List<ValidationWarning> validationWarning
-
-
Method Detail
-
getValidationWarning
public List<ValidationWarning> getValidationWarning()
Gets the value of the validationWarning 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 validationWarning property.For example, to add a new item, do as follows:
getValidationWarning().add(newItem);Objects of the following type(s) are allowed in the list
ValidationWarning
-
getValidationWarnings
public List<ValidationWarning> getValidationWarnings()
-
-