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 DataGraphType

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

public class DataGraphType
extends BaseDataGraphType

Java class for DataGraphType complex type.

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

 <complexType name="DataGraphType">
   <complexContent>
     <extension base="{commonj.sdo}BaseDataGraphType">
       <sequence>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object any
           
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.BaseDataGraphType
changeSummary, models, xsd
 
Constructor Summary
DataGraphType()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.BaseDataGraphType
getChangeSummary, getModels, getOtherAttributes, getXsd, setChangeSummary, setModels, setXsd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected java.lang.Object any
Constructor Detail

DataGraphType

public DataGraphType()
Method Detail

getAny

public java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Object Element

setAny

public void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object Element

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.