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 ChangeSummaryType

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

public class ChangeSummaryType
extends java.lang.Object

Java class for ChangeSummaryType complex type.

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

 <complexType name="ChangeSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
       <attribute name="create" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="delete" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="logging" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String create
           
protected  java.lang.String delete
           
protected  java.lang.Boolean logging
           
 
Constructor Summary
ChangeSummaryType()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.lang.String getCreate()
          Gets the value of the create property.
 java.lang.String getDelete()
          Gets the value of the delete property.
 java.lang.Boolean isLogging()
          Gets the value of the logging property.
 void setCreate(java.lang.String value)
          Sets the value of the create property.
 void setDelete(java.lang.String value)
          Sets the value of the delete property.
 void setLogging(java.lang.Boolean value)
          Sets the value of the logging property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected java.util.List<java.lang.Object> any

create

protected java.lang.String create

delete

protected java.lang.String delete

logging

protected java.lang.Boolean logging
Constructor Detail

ChangeSummaryType

public ChangeSummaryType()
Method Detail

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object Element


getCreate

public java.lang.String getCreate()
Gets the value of the create property.

Returns:
possible object is String

setCreate

public void setCreate(java.lang.String value)
Sets the value of the create property.

Parameters:
value - allowed object is String

getDelete

public java.lang.String getDelete()
Gets the value of the delete property.

Returns:
possible object is String

setDelete

public void setDelete(java.lang.String value)
Sets the value of the delete property.

Parameters:
value - allowed object is String

isLogging

public java.lang.Boolean isLogging()
Gets the value of the logging property.

Returns:
possible object is Boolean

setLogging

public void setLogging(java.lang.Boolean value)
Sets the value of the logging property.

Parameters:
value - allowed object is Boolean

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.