Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.attachments.webservices.client.generated
Class DocAccessAllowedResponse

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.webservices.client.generated.DocAccessAllowedResponse

public class DocAccessAllowedResponse
extends java.lang.Object

Java class for docAccessAllowedResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="docAccessAllowedResponse">
   <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
protected  boolean _return
           
 
Constructor Summary
DocAccessAllowedResponse()
           
 
Method Summary
 boolean isReturn()
          Gets the value of the return property.
 void setReturn(boolean value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected boolean _return
Constructor Detail

DocAccessAllowedResponse

public DocAccessAllowedResponse()
Method Detail

isReturn

public boolean isReturn()
Gets the value of the return property.


setReturn

public void setReturn(boolean value)
Sets the value of the return property.


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.