Package com.pensio.api.generated
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-06-04T12:18:59Z")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the firstname property.Gets the value of the lastname property.Gets the value of the postalCode property.Gets the value of the region property.voidsetAddress(String value) Sets the value of the address property.voidSets the value of the city property.voidsetCountry(String value) Sets the value of the country property.voidsetFirstname(String value) Sets the value of the firstname property.voidsetLastname(String value) Sets the value of the lastname property.voidsetPostalCode(String value) Sets the value of the postalCode property.voidSets the value of the region property.
-
Field Details
-
firstname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String firstname -
lastname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String lastname -
address
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String address -
city
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String city -
region
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String region -
country
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String country -
postalCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setFirstname(String value) Sets the value of the firstname property.- Parameters:
value- allowed object isString
-
getLastname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setLastname(String value) Sets the value of the lastname property.- Parameters:
value- allowed object isString
-
getAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setAddress(String value) Sets the value of the address property.- Parameters:
value- allowed object isString
-
getCity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setCity(String value) Sets the value of the city property.- Parameters:
value- allowed object isString
-
getRegion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setRegion(String value) Sets the value of the region property.- Parameters:
value- allowed object isString
-
getCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setCountry(String value) Sets the value of the country property.- Parameters:
value- allowed object isString
-
getPostalCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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-06-04T12:18:59Z") public void setPostalCode(String value) Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-