public class ContextRequestClass extends Object
Java class for context-request-class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="context-request-class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="context-case" type="{http://www.bea.com/ns/weblogic/90}context-case" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ContextCase> |
contextCase |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
ContextRequestClass() |
| Modifier and Type | Method and Description |
|---|---|
List<ContextCase> |
getContextCase()
Gets the value of the contextCase property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected List<ContextCase> contextCase
protected String id
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<ContextCase> getContextCase()
set method for the contextCase property.
For example, to add a new item, do as follows:
getContextCase().add(newItem);
Objects of the following type(s) are allowed in the list
ContextCaseCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.