Class ValidationGroups

  • All Implemented Interfaces:
    Serializable

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationGroups

        public ValidationGroups()
    • Method Detail

      • getGroups

        public List<ValidationGroups.Group> getGroups()
        Gets the value of the groups 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 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