Package oracle.iam.request.history.jaxb
Class BeneficiaryChange
java.lang.Object
oracle.iam.request.history.jaxb.BeneficiaryChange
- All Implemented Interfaces:
Serializable
<p>Java class for beneficiary-change complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the benficiaryKey property.Gets the value of the changeType property.void
setBenficiaryKey
(String value) Sets the value of the benficiaryKey property.void
setChangeType
(String value) Sets the value of the changeType property.
-
Constructor Details
-
BeneficiaryChange
public BeneficiaryChange()
-
-
Method Details
-
getChangeType
Gets the value of the changeType property.- Returns:
- possible object is
String
-
setChangeType
Sets the value of the changeType property.- Parameters:
value
- allowed object isString
-
getBenficiaryKey
Gets the value of the benficiaryKey property.- Returns:
- possible object is
String
-
setBenficiaryKey
Sets the value of the benficiaryKey property.- Parameters:
value
- allowed object isString
-