Class CustomerInfoAddress

java.lang.Object
com.pensio.api.generated.CustomerInfoAddress

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public class CustomerInfoAddress extends Object

Java class for CustomerInfoAddress complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomerInfoAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Firstname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Lastname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Region" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • firstname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String firstname
    • lastname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String lastname
    • address

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String address
    • city

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String city
    • region

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String region
    • country

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String country
    • postalCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String postalCode
  • Constructor Details

    • CustomerInfoAddress

      public CustomerInfoAddress()
  • Method Details

    • getFirstname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getFirstname()
      Gets the value of the firstname property.
      Returns:
      possible object is String
    • setFirstname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setFirstname(String value)
      Sets the value of the firstname property.
      Parameters:
      value - allowed object is String
    • getLastname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getLastname()
      Gets the value of the lastname property.
      Returns:
      possible object is String
    • setLastname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setLastname(String value)
      Sets the value of the lastname property.
      Parameters:
      value - allowed object is String
    • getAddress

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getAddress()
      Gets the value of the address property.
      Returns:
      possible object is String
    • setAddress

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setAddress(String value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is String
    • getCity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getCity()
      Gets the value of the city property.
      Returns:
      possible object is String
    • setCity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
    • getRegion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getRegion()
      Gets the value of the region property.
      Returns:
      possible object is String
    • setRegion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setRegion(String value)
      Sets the value of the region property.
      Parameters:
      value - allowed object is String
    • getCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
    • getPostalCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getPostalCode()
      Gets the value of the postalCode property.
      Returns:
      possible object is String
    • setPostalCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setPostalCode(String value)
      Sets the value of the postalCode property.
      Parameters:
      value - allowed object is String