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

E22562-02

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

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

public class XMLInfo
extends java.lang.Object

Java class for XMLInfo complex type.

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

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


Field Summary
protected  java.lang.Boolean xmlElement
           
 
Constructor Summary
XMLInfo()
           
 
Method Summary
 java.lang.Boolean isXmlElement()
          Gets the value of the xmlElement property.
 void setXmlElement(java.lang.Boolean value)
          Sets the value of the xmlElement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlElement

protected java.lang.Boolean xmlElement
Constructor Detail

XMLInfo

public XMLInfo()
Method Detail

isXmlElement

public java.lang.Boolean isXmlElement()
Gets the value of the xmlElement property.

Returns:
possible object is Boolean

setXmlElement

public void setXmlElement(java.lang.Boolean value)
Sets the value of the xmlElement property.

Parameters:
value - allowed object is Boolean

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.