Package com.pensio.api.generated
Class User
java.lang.Object
com.pensio.api.generated.User
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
public class User
extends Object
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="User">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Firstname" type="{}PrimaryMethod" minOccurs="0"/>
<element name="Lastname" type="{}Natures" minOccurs="0"/>
<element name="Email" type="{}Natures" minOccurs="0"/>
<element name="Credentials" type="{}Credentials" minOccurs="0"/>
<element name="Shops" type="{}Shops" minOccurs="0"/>
<element name="Flags" type="{}Flags" minOccurs="0"/>
<element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Credentialsprotected Naturesprotected PrimaryMethodprotected Flagsprotected Stringprotected Naturesprotected Stringprotected Shopsprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the credentials property.getEmail()Gets the value of the email property.Gets the value of the firstname property.getFlags()Gets the value of the flags property.getId()Gets the value of the id property.Gets the value of the lastname property.Gets the value of the merchantId property.getShops()Gets the value of the shops property.Gets the value of the username property.voidsetCredentials(Credentials value) Sets the value of the credentials property.voidSets the value of the email property.voidsetFirstname(PrimaryMethod value) Sets the value of the firstname property.voidSets the value of the flags property.voidSets the value of the id property.voidsetLastname(Natures value) Sets the value of the lastname property.voidsetMerchantId(String value) Sets the value of the merchantId property.voidSets the value of the shops property.voidsetUsername(String value) Sets the value of the username property.
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String id -
username
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String username -
firstname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected PrimaryMethod firstname -
lastname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Natures lastname -
email
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Natures email -
credentials
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Credentials credentials -
shops
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Shops shops -
flags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Flags flags -
merchantId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String merchantId
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setId(String value) Sets the value of the id 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
-
getFirstname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public PrimaryMethod getFirstname()Gets the value of the firstname property.- Returns:
- possible object is
PrimaryMethod
-
setFirstname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setFirstname(PrimaryMethod value) Sets the value of the firstname property.- Parameters:
value- allowed object isPrimaryMethod
-
getLastname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Natures getLastname()Gets the value of the lastname property.- Returns:
- possible object is
Natures
-
setLastname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setLastname(Natures value) Sets the value of the lastname property.- Parameters:
value- allowed object isNatures
-
getEmail
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Natures getEmail()Gets the value of the email property.- Returns:
- possible object is
Natures
-
setEmail
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setEmail(Natures value) Sets the value of the email property.- Parameters:
value- allowed object isNatures
-
getCredentials
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Credentials getCredentials()Gets the value of the credentials property.- Returns:
- possible object is
Credentials
-
setCredentials
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCredentials(Credentials value) Sets the value of the credentials property.- Parameters:
value- allowed object isCredentials
-
getShops
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Shops getShops()Gets the value of the shops property.- Returns:
- possible object is
Shops
-
setShops
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setShops(Shops value) Sets the value of the shops property.- Parameters:
value- allowed object isShops
-
getFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Flags getFlags()Gets the value of the flags property.- Returns:
- possible object is
Flags
-
setFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setFlags(Flags value) Sets the value of the flags property.- Parameters:
value- allowed object isFlags
-
getMerchantId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getMerchantId()Gets the value of the merchantId property.- Returns:
- possible object is
String
-
setMerchantId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setMerchantId(String value) Sets the value of the merchantId property.- Parameters:
value- allowed object isString
-