public class ValidationGroups extends BaseObject implements Serializable
Java class for validationGroups complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validationGroups">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="group" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="condition" type="{http://www.appng.org/schema/platform}expression" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationGroups.Group
The full qualified class name for this group.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ValidationGroups.Group> |
groups |
| Constructor and Description |
|---|
ValidationGroups() |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationGroups.Group> |
getGroups()
Gets the value of the groups property.
|
protected List<ValidationGroups.Group> groups
public List<ValidationGroups.Group> getGroups()
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 set method for the groups property.
For example, to add a new item, do as follows:
getGroups().add(newItem);
Objects of the following type(s) are allowed in the list
ValidationGroups.Group
Copyright © 2011–2023 aiticon GmbH. All rights reserved.