Package com.pensio.api.generated
Class CustomerInfo
java.lang.Object
com.pensio.api.generated.CustomerInfo
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
public class CustomerInfo
extends Object
Java class for CustomerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="UserAgent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IpAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OrganisationNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompanyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryOfOrigin" type="{}CountryOfOrigin" minOccurs="0"/>
<element name="Gender" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="M"/>
<enumeration value="F"/>
</restriction>
</simpleType>
</element>
<element name="BillingAddress" type="{}CustomerInfoAddress" minOccurs="0"/>
<element name="ShippingAddress" type="{}CustomerInfoAddress" minOccurs="0"/>
<element name="RegisteredAddress" type="{}CustomerInfoAddress" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CustomerInfoAddressprotected Stringprotected Stringprotected CountryOfOriginprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected CustomerInfoAddressprotected CustomerInfoAddressprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountIdentifier property.Gets the value of the billingAddress property.Gets the value of the companyName property.Gets the value of the companyType property.Gets the value of the countryOfOrigin property.Gets the value of the customerPhone property.getEmail()Gets the value of the email property.Gets the value of the gender property.Gets the value of the ipAddress property.Gets the value of the organisationNumber property.Gets the value of the registeredAddress property.Gets the value of the shippingAddress property.Gets the value of the userAgent property.Gets the value of the username property.voidsetAccountIdentifier(String value) Sets the value of the accountIdentifier property.voidSets the value of the billingAddress property.voidsetCompanyName(String value) Sets the value of the companyName property.voidsetCompanyType(String value) Sets the value of the companyType property.voidSets the value of the countryOfOrigin property.voidsetCustomerPhone(String value) Sets the value of the customerPhone property.voidSets the value of the email property.voidSets the value of the gender property.voidsetIpAddress(String value) Sets the value of the ipAddress property.voidsetOrganisationNumber(String value) Sets the value of the organisationNumber property.voidSets the value of the registeredAddress property.voidSets the value of the shippingAddress property.voidsetUserAgent(String value) Sets the value of the userAgent property.voidsetUsername(String value) Sets the value of the username property.
-
Field Details
-
userAgent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String userAgent -
ipAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String ipAddress -
email
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String email -
username
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String username -
accountIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String accountIdentifier -
customerPhone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String customerPhone -
organisationNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String organisationNumber -
companyName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String companyName -
companyType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String companyType -
countryOfOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CountryOfOrigin countryOfOrigin -
gender
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String gender -
billingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CustomerInfoAddress billingAddress -
shippingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CustomerInfoAddress shippingAddress -
registeredAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CustomerInfoAddress registeredAddress
-
-
Constructor Details
-
CustomerInfo
public CustomerInfo()
-
-
Method Details
-
getUserAgent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getUserAgent()Gets the value of the userAgent property.- Returns:
- possible object is
String
-
setUserAgent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setUserAgent(String value) Sets the value of the userAgent property.- Parameters:
value- allowed object isString
-
getIpAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getIpAddress()Gets the value of the ipAddress property.- Returns:
- possible object is
String
-
setIpAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setIpAddress(String value) Sets the value of the ipAddress property.- Parameters:
value- allowed object isString
-
getEmail
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getEmail()Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setEmail(String value) Sets the value of the email property.- Parameters:
value- allowed object isString
-
getUsername
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getUsername()Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setUsername(String value) Sets the value of the username property.- Parameters:
value- allowed object isString
-
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
-
getCustomerPhone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCustomerPhone()Gets the value of the customerPhone property.- Returns:
- possible object is
String
-
setCustomerPhone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCustomerPhone(String value) Sets the value of the customerPhone property.- Parameters:
value- allowed object isString
-
getOrganisationNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getOrganisationNumber()Gets the value of the organisationNumber property.- Returns:
- possible object is
String
-
setOrganisationNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setOrganisationNumber(String value) Sets the value of the organisationNumber property.- Parameters:
value- allowed object isString
-
getCompanyName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCompanyName()Gets the value of the companyName property.- Returns:
- possible object is
String
-
setCompanyName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCompanyName(String value) Sets the value of the companyName property.- Parameters:
value- allowed object isString
-
getCompanyType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCompanyType()Gets the value of the companyType property.- Returns:
- possible object is
String
-
setCompanyType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCompanyType(String value) Sets the value of the companyType property.- Parameters:
value- allowed object isString
-
getCountryOfOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CountryOfOrigin getCountryOfOrigin()Gets the value of the countryOfOrigin property.- Returns:
- possible object is
CountryOfOrigin
-
setCountryOfOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCountryOfOrigin(CountryOfOrigin value) Sets the value of the countryOfOrigin property.- Parameters:
value- allowed object isCountryOfOrigin
-
getGender
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getGender()Gets the value of the gender property.- Returns:
- possible object is
String
-
setGender
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setGender(String value) Sets the value of the gender property.- Parameters:
value- allowed object isString
-
getBillingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CustomerInfoAddress getBillingAddress()Gets the value of the billingAddress property.- Returns:
- possible object is
CustomerInfoAddress
-
setBillingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setBillingAddress(CustomerInfoAddress value) Sets the value of the billingAddress property.- Parameters:
value- allowed object isCustomerInfoAddress
-
getShippingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CustomerInfoAddress getShippingAddress()Gets the value of the shippingAddress property.- Returns:
- possible object is
CustomerInfoAddress
-
setShippingAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setShippingAddress(CustomerInfoAddress value) Sets the value of the shippingAddress property.- Parameters:
value- allowed object isCustomerInfoAddress
-
getRegisteredAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CustomerInfoAddress getRegisteredAddress()Gets the value of the registeredAddress property.- Returns:
- possible object is
CustomerInfoAddress
-
setRegisteredAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setRegisteredAddress(CustomerInfoAddress value) Sets the value of the registeredAddress property.- Parameters:
value- allowed object isCustomerInfoAddress
-