Package org.icatproject
Class IsAccessAllowed
- java.lang.Object
-
- org.icatproject.IsAccessAllowed
-
public class IsAccessAllowed extends Object
Java class for isAccessAllowed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="isAccessAllowed"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bean" type="{http://icatproject.org}entityBaseBean" minOccurs="0"/> <element name="accessType" type="{http://icatproject.org}accessType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessTypeaccessTypeprotected EntityBaseBeanbeanprotected StringsessionId
-
Constructor Summary
Constructors Constructor Description IsAccessAllowed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccessType()Gets the value of the accessType property.EntityBaseBeangetBean()Gets the value of the bean property.StringgetSessionId()Gets the value of the sessionId property.voidsetAccessType(AccessType value)Sets the value of the accessType property.voidsetBean(EntityBaseBean value)Sets the value of the bean property.voidsetSessionId(String value)Sets the value of the sessionId property.
-
-
-
Field Detail
-
sessionId
protected String sessionId
-
bean
protected EntityBaseBean bean
-
accessType
protected AccessType accessType
-
-
Method Detail
-
getSessionId
public String getSessionId()
Gets the value of the sessionId property.- Returns:
- possible object is
String
-
setSessionId
public void setSessionId(String value)
Sets the value of the sessionId property.- Parameters:
value- allowed object isString
-
getBean
public EntityBaseBean getBean()
Gets the value of the bean property.- Returns:
- possible object is
EntityBaseBean
-
setBean
public void setBean(EntityBaseBean value)
Sets the value of the bean property.- Parameters:
value- allowed object isEntityBaseBean
-
getAccessType
public AccessType getAccessType()
Gets the value of the accessType property.- Returns:
- possible object is
AccessType
-
setAccessType
public void setAccessType(AccessType value)
Sets the value of the accessType property.- Parameters:
value- allowed object isAccessType
-
-