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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupName |
protected String |
id |
protected String |
requestClassName |
protected String |
userName |
| Constructor and Description |
|---|
ContextCase() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String userName
protected String groupName
protected String requestClassName
protected String id
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic String getRequestClassName()
Stringpublic void setRequestClassName(String value)
value - allowed object is
StringCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.