org.apache.openejb.jee.wls
Class ContextCase

java.lang.Object
  extended by org.apache.openejb.jee.wls.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 Summary
protected  String groupName
           
protected  String id
           
protected  String requestClassName
           
protected  String userName
           
 
Constructor Summary
ContextCase()
           
 
Method Summary
 String getGroupName()
          Gets the value of the groupName property.
 String getId()
          Gets the value of the id property.
 String getRequestClassName()
          Gets the value of the requestClassName property.
 String getUserName()
          Gets the value of the userName property.
 void setGroupName(String value)
          Sets the value of the groupName property.
 void setId(String value)
          Sets the value of the id property.
 void setRequestClassName(String value)
          Sets the value of the requestClassName property.
 void setUserName(String value)
          Sets the value of the userName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

protected String userName

groupName

protected String groupName

requestClassName

protected String requestClassName

id

protected String id
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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.