Package com.adyen.model.nexo
Class StoredValueAccountID
- java.lang.Object
-
- com.adyen.model.nexo.StoredValueAccountID
-
public class StoredValueAccountID extends Object
Definition: Identification of the stored value account or the stored value card -- Usage: It contains the identifications of the stored value account or the stored value card, and the associated product sold by the Sale System for stored value requests.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EntryModeType>entryModeprotected StringexpiryDateprotected IdentificationTypeidentificationTypeprotected StringownerNameprotected StoredValueAccountTypestoredValueAccountTypeprotected StringstoredValueIDprotected StringstoredValueProvider
-
Constructor Summary
Constructors Constructor Description StoredValueAccountID()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EntryModeType>getEntryMode()Gets the value of the entryMode property.StringgetExpiryDate()Gets the value of the expiryDate property.IdentificationTypegetIdentificationType()Gets the value of the identificationType property.StringgetOwnerName()Gets the value of the ownerName property.StoredValueAccountTypegetStoredValueAccountType()Gets the value of the storedValueAccountType property.StringgetStoredValueID()Gets the value of the storedValueID property.StringgetStoredValueProvider()Gets the value of the storedValueProvider property.voidsetExpiryDate(String value)Sets the value of the expiryDate property.voidsetIdentificationType(IdentificationType value)Sets the value of the identificationType property.voidsetOwnerName(String value)Sets the value of the ownerName property.voidsetStoredValueAccountType(StoredValueAccountType value)Sets the value of the storedValueAccountType property.voidsetStoredValueID(String value)Sets the value of the storedValueID property.voidsetStoredValueProvider(String value)Sets the value of the storedValueProvider property.
-
-
-
Field Detail
-
storedValueAccountType
protected StoredValueAccountType storedValueAccountType
-
storedValueProvider
protected String storedValueProvider
-
ownerName
protected String ownerName
-
expiryDate
protected String expiryDate
-
entryMode
protected List<EntryModeType> entryMode
-
identificationType
protected IdentificationType identificationType
-
storedValueID
protected String storedValueID
-
-
Method Detail
-
getStoredValueAccountType
public StoredValueAccountType getStoredValueAccountType()
Gets the value of the storedValueAccountType property.- Returns:
- possible object is
StoredValueAccountType
-
setStoredValueAccountType
public void setStoredValueAccountType(StoredValueAccountType value)
Sets the value of the storedValueAccountType property.- Parameters:
value- allowed object isStoredValueAccountType
-
getStoredValueProvider
public String getStoredValueProvider()
Gets the value of the storedValueProvider property.- Returns:
- possible object is
String
-
setStoredValueProvider
public void setStoredValueProvider(String value)
Sets the value of the storedValueProvider property.- Parameters:
value- allowed object isString
-
getOwnerName
public String getOwnerName()
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
public void setOwnerName(String value)
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-
getExpiryDate
public String getExpiryDate()
Gets the value of the expiryDate property.- Returns:
- possible object is
String
-
setExpiryDate
public void setExpiryDate(String value)
Sets the value of the expiryDate property.- Parameters:
value- allowed object isString
-
getEntryMode
public List<EntryModeType> getEntryMode()
Gets the value of the entryMode property.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
setmethod 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
-
getIdentificationType
public IdentificationType getIdentificationType()
Gets the value of the identificationType property.- Returns:
- possible object is
IdentificationType
-
setIdentificationType
public void setIdentificationType(IdentificationType value)
Sets the value of the identificationType property.- Parameters:
value- allowed object isIdentificationType
-
getStoredValueID
public String getStoredValueID()
Gets the value of the storedValueID property.- Returns:
- possible object is
String
-
-