Skip navigation links


oracle.iam.request.history.jaxb
Class RequestHistoryType

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for request-history-type complex type.

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

 <complexType name="request_history_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status_change" type="{http://www.example.org}status-change"/>
         <element name="beneficiary_change" type="{http://www.example.org}beneficiary-change" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entity_change" type="{http://www.example.org}entity-change" maxOccurs="unbounded" minOccurs="0"/>
         <element name="approval_change" type="{http://www.example.org}approval-change"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
RequestHistoryType()
           

 

Method Summary
 ApprovalChange getApprovalChange()
          Gets the value of the approvalChange property.
 java.util.List getBeneficiaryChange()
          Gets the value of the beneficiaryChange property.
 java.util.List getEntityChange()
          Gets the value of the entityChange property.
 StatusChange getStatusChange()
          Gets the value of the statusChange property.
 void setApprovalChange(ApprovalChange value)
          Sets the value of the approvalChange property.
 void setStatusChange(StatusChange value)
          Sets the value of the statusChange property.

 

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

 

Constructor Detail

RequestHistoryType

public RequestHistoryType()

Method Detail

getStatusChange

public StatusChange getStatusChange()
Gets the value of the statusChange property.
Returns:
possible object is StatusChange

setStatusChange

public void setStatusChange(StatusChange value)
Sets the value of the statusChange property.
Parameters:
value - allowed object is StatusChange

getBeneficiaryChange

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

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

    getBeneficiaryChange().add(newItem);
 

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


getEntityChange

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

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

    getEntityChange().add(newItem);
 

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


getApprovalChange

public ApprovalChange getApprovalChange()
Gets the value of the approvalChange property.
Returns:
possible object is ApprovalChange

setApprovalChange

public void setApprovalChange(ApprovalChange value)
Sets the value of the approvalChange property.
Parameters:
value - allowed object is ApprovalChange

Skip navigation links


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