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

E22562-03

oracle.apps.fnd.applcore.patterns.uaWebService.types
Class JavaInfo

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.JavaInfo

public class JavaInfo
extends java.lang.Object

Java class for JavaInfo complex type.

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

 <complexType name="JavaInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="javaClass" type="{commonj.sdo}String" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String javaClass
           
 
Constructor Summary
JavaInfo()
           
 
Method Summary
 java.lang.String getJavaClass()
          Gets the value of the javaClass property.
 void setJavaClass(java.lang.String value)
          Sets the value of the javaClass property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaClass

protected java.lang.String javaClass
Constructor Detail

JavaInfo

public JavaInfo()
Method Detail

getJavaClass

public java.lang.String getJavaClass()
Gets the value of the javaClass property.

Returns:
possible object is String

setJavaClass

public void setJavaClass(java.lang.String value)
Sets the value of the javaClass property.

Parameters:
value - allowed object is String

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.