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>
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
accessType |
protected EntityBaseBean |
bean |
protected String |
sessionId |
| Constructor and Description |
|---|
IsAccessAllowed() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccessType()
Gets the value of the accessType property.
|
EntityBaseBean |
getBean()
Gets the value of the bean property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setAccessType(AccessType value)
Sets the value of the accessType property.
|
void |
setBean(EntityBaseBean value)
Sets the value of the bean property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected EntityBaseBean bean
protected AccessType accessType
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic EntityBaseBean getBean()
EntityBaseBeanpublic void setBean(EntityBaseBean value)
value - allowed object is
EntityBaseBeanpublic AccessType getAccessType()
AccessTypepublic void setAccessType(AccessType value)
value - allowed object is
AccessTypeCopyright © 2022 The ICAT Collaboration. All rights reserved.