Class 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>
     
    • Constructor Detail

      • StoredValueAccountID

        public StoredValueAccountID()
    • Method Detail

      • 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 is String
      • 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 is String
      • 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 is String
      • 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 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

      • setIdentificationType

        public void setIdentificationType​(IdentificationType value)
        Sets the value of the identificationType property.
        Parameters:
        value - allowed object is IdentificationType
      • getStoredValueID

        public String getStoredValueID()
        Gets the value of the storedValueID property.
        Returns:
        possible object is String
      • setStoredValueID

        public void setStoredValueID​(String value)
        Sets the value of the storedValueID property.
        Parameters:
        value - allowed object is String