se.vgregion.portal.medcontrol.ws
Class GetUserCases

java.lang.Object
  extended by se.vgregion.portal.medcontrol.ws.GetUserCases

public class GetUserCases
extends Object

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

userId

protected String userId

checkForActingRole

protected boolean checkForActingRole

includeOnlyActingRole

protected boolean includeOnlyActingRole

culture

protected String culture
Constructor Detail

GetUserCases

public GetUserCases()
Method Detail

getUserId

public String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

isCheckForActingRole

public boolean isCheckForActingRole()
Gets the value of the checkForActingRole property.


setCheckForActingRole

public void setCheckForActingRole(boolean value)
Sets the value of the checkForActingRole property.


isIncludeOnlyActingRole

public boolean isIncludeOnlyActingRole()
Gets the value of the includeOnlyActingRole property.


setIncludeOnlyActingRole

public void setIncludeOnlyActingRole(boolean value)
Sets the value of the includeOnlyActingRole property.


getCulture

public String getCulture()
Gets the value of the culture property.

Returns:
possible object is String

setCulture

public void setCulture(String value)
Sets the value of the culture property.

Parameters:
value - allowed object is String


Copyright © 2010. All Rights Reserved.