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>
Constructor and Description |
---|
BeneficiaryChange() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getChangeType()
String
public void setChangeType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBenficiaryKey()
String
public void setBenficiaryKey(java.lang.String value)
value
- allowed object is
String