Class ContextCase


  • public class ContextCase
    extends Object

    Java class for context-case complex type.

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

     <complexType name="context-case">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="user-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
             <element name="request-class-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • userName

        protected String userName
      • groupName

        protected String groupName
      • requestClassName

        protected String requestClassName
    • Constructor Detail

      • ContextCase

        public ContextCase()
    • Method Detail

      • getUserName

        public String getUserName()
        Gets the value of the userName property.
        Returns:
        possible object is String
      • setUserName

        public void setUserName​(String value)
        Sets the value of the userName property.
        Parameters:
        value - allowed object is String
      • getGroupName

        public String getGroupName()
        Gets the value of the groupName property.
        Returns:
        possible object is String
      • setGroupName

        public void setGroupName​(String value)
        Sets the value of the groupName property.
        Parameters:
        value - allowed object is String
      • getRequestClassName

        public String getRequestClassName()
        Gets the value of the requestClassName property.
        Returns:
        possible object is String
      • setRequestClassName

        public void setRequestClassName​(String value)
        Sets the value of the requestClassName property.
        Parameters:
        value - allowed object is String
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String