Package com.pensio.api.generated
Class GiftCard
java.lang.Object
com.pensio.api.generated.GiftCard
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
public class GiftCard
extends Object
Java class for GiftCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GiftCard">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="AccountIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AccountAuthenticator" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountAuthenticator property.Gets the value of the accountIdentifier property.voidsetAccountAuthenticator(String value) Sets the value of the accountAuthenticator property.voidsetAccountIdentifier(String value) Sets the value of the accountIdentifier property.
-
Field Details
-
accountIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String accountIdentifier -
accountAuthenticator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String accountAuthenticator
-
-
Constructor Details
-
GiftCard
public GiftCard()
-
-
Method Details
-
getAccountIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getAccountIdentifier()Gets the value of the accountIdentifier property.- Returns:
- possible object is
String
-
setAccountIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAccountIdentifier(String value) Sets the value of the accountIdentifier property.- Parameters:
value- allowed object isString
-
getAccountAuthenticator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getAccountAuthenticator()Gets the value of the accountAuthenticator property.- Returns:
- possible object is
String
-
setAccountAuthenticator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAccountAuthenticator(String value) Sets the value of the accountAuthenticator property.- Parameters:
value- allowed object isString
-