|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.vgregion.portal.medcontrol.ws.GetUserCases
public class GetUserCases
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="checkForActingRole" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="includeOnlyActingRole" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="culture" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
checkForActingRole
|
protected String |
culture
|
protected boolean |
includeOnlyActingRole
|
protected String |
userId
|
Constructor Summary | |
---|---|
GetUserCases()
|
Method Summary | |
---|---|
String |
getCulture()
Gets the value of the culture property. |
String |
getUserId()
Gets the value of the userId property. |
boolean |
isCheckForActingRole()
Gets the value of the checkForActingRole property. |
boolean |
isIncludeOnlyActingRole()
Gets the value of the includeOnlyActingRole property. |
void |
setCheckForActingRole(boolean value)
Sets the value of the checkForActingRole property. |
void |
setCulture(String value)
Sets the value of the culture property. |
void |
setIncludeOnlyActingRole(boolean value)
Sets the value of the includeOnlyActingRole property. |
void |
setUserId(String value)
Sets the value of the userId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String userId
protected boolean checkForActingRole
protected boolean includeOnlyActingRole
protected String culture
Constructor Detail |
---|
public GetUserCases()
Method Detail |
---|
public String getUserId()
String
public void setUserId(String value)
value
- allowed object is
String
public boolean isCheckForActingRole()
public void setCheckForActingRole(boolean value)
public boolean isIncludeOnlyActingRole()
public void setIncludeOnlyActingRole(boolean value)
public String getCulture()
String
public void setCulture(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |