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

E22562-05

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

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.BaseDataGraphType
Direct Known Subclasses:
DataGraphType

public abstract class BaseDataGraphType
extends java.lang.Object

Java class for BaseDataGraphType complex type.

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

 <complexType name="BaseDataGraphType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="models" type="{commonj.sdo}ModelsType" minOccurs="0"/>
         <element name="xsd" type="{commonj.sdo}XSDType" minOccurs="0"/>
         <element name="changeSummary" type="{commonj.sdo}ChangeSummaryType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ChangeSummaryType changeSummary
           
protected  ModelsType models
           
protected  XSDType xsd
           
 
Constructor Summary
BaseDataGraphType()
           
 
Method Summary
 ChangeSummaryType getChangeSummary()
          Gets the value of the changeSummary property.
 ModelsType getModels()
          Gets the value of the models property.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 XSDType getXsd()
          Gets the value of the xsd property.
 void setChangeSummary(ChangeSummaryType value)
          Sets the value of the changeSummary property.
 void setModels(ModelsType value)
          Sets the value of the models property.
 void setXsd(XSDType value)
          Sets the value of the xsd property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

models

protected ModelsType models

xsd

protected XSDType xsd

changeSummary

protected ChangeSummaryType changeSummary
Constructor Detail

BaseDataGraphType

public BaseDataGraphType()
Method Detail

getModels

public ModelsType getModels()
Gets the value of the models property.

Returns:
possible object is ModelsType

setModels

public void setModels(ModelsType value)
Sets the value of the models property.

Parameters:
value - allowed object is ModelsType

getXsd

public XSDType getXsd()
Gets the value of the xsd property.

Returns:
possible object is XSDType

setXsd

public void setXsd(XSDType value)
Sets the value of the xsd property.

Parameters:
value - allowed object is XSDType

getChangeSummary

public ChangeSummaryType getChangeSummary()
Gets the value of the changeSummary property.

Returns:
possible object is ChangeSummaryType

setChangeSummary

public void setChangeSummary(ChangeSummaryType value)
Sets the value of the changeSummary property.

Parameters:
value - allowed object is ChangeSummaryType

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.