Class group


public class group extends identity
General Information
  • Field Details

    • groupType

      public String groupType
      Group type
              Restrictions:
                      maxlength: 16
                      enumeration: TEAM (Team)
      
    • teamType

      public String teamType
      Team
              Restrictions:
                      maxlength: 256
      
    • label

      public String label
      Label
              Restrictions:
                      Mandatory: true
                      maxlength: 64
      
    • email

      public String email
      Email
              Restrictions:
                      maxlength: 254
                      pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
      
    • description

      public String description
      Description
              Restrictions:
                      maxlength: 1024
      
    • location

      public String location
      Location
              Restrictions:
                      maxlength: 36
      
    • organization

      public String organization
      Organization
              Restrictions:
                      maxlength: 36
      
    • member

      public identity[] member
      Members
    • title

      public localizedText[] title
      Title
    • tag

      public String[] tag
      Tags
              Restrictions:
                      maxlength: 256
      
  • Constructor Details

    • group

      public group()