Package com.pensio.api.generated
Class CountryOfOrigin
java.lang.Object
com.pensio.api.generated.CountryOfOrigin
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class CountryOfOrigin
extends Object
Java class for CountryOfOrigin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryOfOrigin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Source">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NotSet"/>
<enumeration value="CardNumber"/>
<enumeration value="BankAccount"/>
<enumeration value="BillingAddress"/>
<enumeration value="RegisteredAddress"/>
<enumeration value="ShippingAddress"/>
<enumeration value="PayPal"/>
</restriction>
</simpleType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the country property.Gets the value of the source property.voidsetCountry(String value) Sets the value of the country property.voidSets the value of the source property.
-
Field Details
-
Constructor Details
-
CountryOfOrigin
public CountryOfOrigin()
-
-
Method Details
-
getCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getCountry()Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCountry(String value) Sets the value of the country property.- Parameters:
value- allowed object isString
-
getSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getSource()Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setSource(String value) Sets the value of the source property.- Parameters:
value- allowed object isString
-