Skip navigation links


oracle.iam.request.history.jaxb
Class ChildRecord

java.lang.Object
  extended by oracle.iam.request.history.jaxb.ChildRecord

All Implemented Interfaces:
java.io.Serializable

public class ChildRecord
extends java.lang.Object
implements java.io.Serializable

Java class for child-record complex type.

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

 <complexType name="child_record">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="new_record" type="{http://www.example.org}new-record" maxOccurs="unbounded" minOccurs="0"/>
         <element name="modified_record" type="{http://www.example.org}modified-record" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deleted_record" type="{http://www.example.org}deleted-record" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Action" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ChildRecord()
           

 

Method Summary
 java.lang.String getAction()
          Gets the value of the action property.
 java.util.List getDeletedRecord()
          Gets the value of the deletedRecord property.
 java.util.List getModifiedRecord()
          Gets the value of the modifiedRecord property.
 java.util.List getNewRecord()
          Gets the value of the newRecord property.
 void setAction(java.lang.String value)
          Sets the value of the action property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ChildRecord

public ChildRecord()

Method Detail

getNewRecord

public java.util.List getNewRecord()
Gets the value of the newRecord 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 newRecord property.

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

    getNewRecord().add(newItem);
 

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


getModifiedRecord

public java.util.List getModifiedRecord()
Gets the value of the modifiedRecord 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 modifiedRecord property.

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

    getModifiedRecord().add(newItem);
 

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


getDeletedRecord

public java.util.List getDeletedRecord()
Gets the value of the deletedRecord 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 deletedRecord property.

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

    getDeletedRecord().add(newItem);
 

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


getAction

public java.lang.String getAction()
Gets the value of the action property.
Returns:
possible object is String

setAction

public void setAction(java.lang.String value)
Sets the value of the action property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.