Class Group

  • Direct Known Subclasses:
    Group

    public class Group
    extends Nameable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://www.appng.org/schema/appngizer}nameable">
           <sequence>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{http://www.appng.org/schema/appngizer}roles" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • roles

        protected Roles roles
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getRoles

        public Roles getRoles()
        Gets the value of the roles property.
        Returns:
        possible object is Roles
      • setRoles

        public void setRoles​(Roles value)
        Sets the value of the roles property.
        Parameters:
        value - allowed object is Roles