Package org.icatproject
Class IsAccessAllowedResponse
- java.lang.Object
-
- org.icatproject.IsAccessAllowedResponse
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean_return
-
Constructor Summary
Constructors Constructor Description IsAccessAllowedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisReturn()Gets the value of the return property.voidsetReturn(boolean value)Sets the value of the return property.
-