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">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="StoredValueAccountType" 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="IdentificationType" use="required" type="{}IdentificationType" />
<attribute name="StoredValueID" use="required" type="{}StoredValueID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EntryModeType> |
entryMode |
protected String |
expiryDate |
protected IdentificationType |
identificationType |
protected String |
ownerName |
protected StoredValueAccountType |
storedValueAccountType |
protected String |
storedValueID |
protected String |
storedValueProvider |
| 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 |
getStoredValueID()
Gets the value of the storedValueID property.
|
String |
getStoredValueProvider()
Gets the value of the storedValueProvider 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 |
setStoredValueID(String value)
Sets the value of the storedValueID property.
|
void |
setStoredValueProvider(String value)
Sets the value of the storedValueProvider property.
|
protected StoredValueAccountType storedValueAccountType
protected String storedValueProvider
protected String ownerName
protected String expiryDate
protected List<EntryModeType> entryMode
protected IdentificationType identificationType
protected String storedValueID
public 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()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
EntryModeType
public IdentificationType getIdentificationType()
IdentificationTypepublic void setIdentificationType(IdentificationType value)
value - allowed object is
IdentificationTypepublic String getStoredValueID()
StringCopyright © 2022. All rights reserved.