Skip navigation links


oracle.iam.request.history.jaxb
Class BeneficiaryChange

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for beneficiary-change complex type.

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

 <complexType name="beneficiary_change">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ChangeType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="BenficiaryKey" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
BeneficiaryChange()
           

 

Method Summary
 java.lang.String getBenficiaryKey()
          Gets the value of the benficiaryKey property.
 java.lang.String getChangeType()
          Gets the value of the changeType property.
 void setBenficiaryKey(java.lang.String value)
          Sets the value of the benficiaryKey property.
 void setChangeType(java.lang.String value)
          Sets the value of the changeType property.

 

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

 

Constructor Detail

BeneficiaryChange

public BeneficiaryChange()

Method Detail

getChangeType

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

setChangeType

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

getBenficiaryKey

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

setBenficiaryKey

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

Skip navigation links


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