public class IsAccessAllowedResponse extends Object
Java class for isAccessAllowedResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="isAccessAllowedResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
_return |
Constructor and Description |
---|
IsAccessAllowedResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReturn()
Gets the value of the return property.
|
void |
setReturn(boolean value)
Sets the value of the return property.
|
Copyright © 2022 The ICAT Collaboration. All rights reserved.