Class BeneficiaryChange

java.lang.Object
oracle.iam.request.history.jaxb.BeneficiaryChange
All Implemented Interfaces:
Serializable

public class BeneficiaryChange extends Object implements Serializable
<p>Java class for beneficiary-change complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="beneficiary-change"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="ChangeType" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="BenficiaryKey" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • BeneficiaryChange

      public BeneficiaryChange()
  • Method Details

    • getChangeType

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

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

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

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