Operation |
Details |
public const addItem( ValidationReportItemVO item):void |
Sequential Notes: | Add a single ValidationReportItem to the items ArrayList. | |
public const getItems():java.util.List |
Sequential Notes: | Items-getter. @return The validation report items as ArrayList. | |
public const getRules():List |
Sequential Notes: | Getter. @return The rules list. Not used actually | |
public const getValidationPoint():String |
Sequential Notes: | Getter. @return The validation point | |
public const hasItems():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if a "items" XML structure has to be created during marshalling. @return boolean true if there is at least one item stored in this report. | |
public const isValid():boolean |
Sequential Notes: | Returns whether the item is valid or not. If at least one restrictive rule wasn't validated, false is returned. @return Validity of the tested item. | |
public const setRules( List rules):void |
Sequential |
public const setValidationPoint( String validationPoint):void |
Sequential |
public const toString():String |
Sequential Tags: | annotations=@Override
| |
public ValidationReportVO(): |
Sequential Notes: | Default constructor. | |