public class StoredValueAccountID extends Object
Java class for StoredValueAccountID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueAccountID">
<simpleContent>
<extension base="TextString">
<attribute name="StoredValueAccount" use="required" type="{}StoredValueAccountType" />
<attribute name="StoredValueProvider" type="{}StoredValueProvider" />
<attribute name="OwnerName" type="{}OwnerName" />
<attribute name="ExpiryDate" type="{}ExpiryDate" />
<attribute name="EntryMode" use="required" type="{}EntryMode" />
<attribute name="Identification" use="required" type="{}IdentificationType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EntryModeType> |
entryMode
The Entry mode.
|
protected String |
expiryDate
The Expiry date.
|
protected IdentificationType |
identificationType
The Identification.
|
protected String |
ownerName
The Owner name.
|
protected StoredValueAccountType |
storedValueAccountType
The Stored value account.
|
protected String |
storedValueProvider
The Stored value provider.
|
protected String |
value
The Value.
|
| Constructor and Description |
|---|
StoredValueAccountID() |
| Modifier and Type | Method and Description |
|---|---|
List<EntryModeType> |
getEntryMode()
Gets the value of the entryMode property.
|
String |
getExpiryDate()
Gets the value of the expiryDate property.
|
IdentificationType |
getIdentificationType()
Gets the value of the identificationType property.
|
String |
getOwnerName()
Gets the value of the ownerName property.
|
StoredValueAccountType |
getStoredValueAccountType()
Gets the value of the storedValueAccountType property.
|
String |
getStoredValueProvider()
Gets the value of the storedValueProvider property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setExpiryDate(String value)
Sets the value of the expiryDate property.
|
void |
setIdentificationType(IdentificationType value)
Sets the value of the identificationType property.
|
void |
setOwnerName(String value)
Sets the value of the ownerName property.
|
void |
setStoredValueAccountType(StoredValueAccountType value)
Sets the value of the storedValueAccountType property.
|
void |
setStoredValueProvider(String value)
Sets the value of the storedValueProvider property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected StoredValueAccountType storedValueAccountType
protected String storedValueProvider
protected String ownerName
protected String expiryDate
protected List<EntryModeType> entryMode
protected IdentificationType identificationType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic StoredValueAccountType getStoredValueAccountType()
StoredValueAccountTypepublic void setStoredValueAccountType(StoredValueAccountType value)
value - allowed object is StoredValueAccountTypepublic String getStoredValueProvider()
Stringpublic void setStoredValueProvider(String value)
value - allowed object is Stringpublic String getOwnerName()
Stringpublic void setOwnerName(String value)
value - allowed object is Stringpublic String getExpiryDate()
Stringpublic void setExpiryDate(String value)
value - allowed object is Stringpublic List<EntryModeType> getEntryMode()
set method for the entryMode property.
For example, to add a new item, do as follows:
getEntryMode().add(newItem);
Objects of the following type(s) are allowed in the list
EntryModeTypepublic IdentificationType getIdentificationType()
IdentificationTypepublic void setIdentificationType(IdentificationType value)
value - allowed object is IdentificationTypeCopyright © 2019. All rights reserved.