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-10-20T16:48:32+05:00") 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 Details

    • country

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String country
    • source

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String source
  • Constructor Details

    • CountryOfOrigin

      public CountryOfOrigin()
  • Method Details

    • getCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
    • getSource

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") 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-10-20T16:48:32+05:00") public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String