Package org.apache.openejb.jee.wls
Class ContextCase
- java.lang.Object
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description ContextCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupName()Gets the value of the groupName property.StringgetId()Gets the value of the id property.StringgetRequestClassName()Gets the value of the requestClassName property.StringgetUserName()Gets the value of the userName property.voidsetGroupName(String value)Sets the value of the groupName property.voidsetId(String value)Sets the value of the id property.voidsetRequestClassName(String value)Sets the value of the requestClassName property.voidsetUserName(String value)Sets the value of the userName property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
-