public class StoredValueAccountIDType extends Object
Java class for StoredValueAccountIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueAccountIDType">
<simpleContent>
<extension base="<>TextString">
<attribute name="StoredValueAccountType" use="required" type="{}StoredValueAccountTypeTypeCode" />
<attribute name="StoredValueProvider" type="{}StoredValueProviderType" />
<attribute name="OwnerName" type="{}OwnerNameType" />
<attribute name="ExpiryDate" type="{}ExpiryDateType" />
<attribute name="EntryMode" use="required" type="{}EntryModeType" />
<attribute name="IdentificationType" use="required" type="{}IdentificationTypeTypeCode" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
entryMode |
protected String |
expiryDate |
protected String |
identificationType |
protected String |
ownerName |
protected String |
storedValueAccountType |
protected String |
storedValueProvider |
protected String |
value |
| Constructor and Description |
|---|
StoredValueAccountIDType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEntryMode()
Gets the value of the entryMode property.
|
String |
getExpiryDate()
Gets the value of the expiryDate property.
|
String |
getIdentificationType()
Gets the value of the identificationType property.
|
String |
getOwnerName()
Gets the value of the ownerName property.
|
String |
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(String value)
Sets the value of the identificationType property.
|
void |
setOwnerName(String value)
Sets the value of the ownerName property.
|
void |
setStoredValueAccountType(String 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 String storedValueAccountType
protected String storedValueProvider
protected String ownerName
protected String expiryDate
protected String identificationType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getStoredValueAccountType()
Stringpublic void setStoredValueAccountType(String value)
value - allowed object is
Stringpublic 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<String> 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
String
public String getIdentificationType()
StringCopyright © 2018. All rights reserved.