Class User

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 Details

    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String id
    • username

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String username
    • firstname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected PrimaryMethod firstname
    • lastname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Natures lastname
    • email

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Natures email
    • credentials

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Credentials credentials
    • shops

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Shops shops
    • flags

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Flags flags
    • merchantId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String merchantId
  • Constructor Details

    • User

      public User()
  • Method Details

    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getUsername

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
    • getFirstname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setFirstname(PrimaryMethod value)
      Sets the value of the firstname property.
      Parameters:
      value - allowed object is PrimaryMethod
    • getLastname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setLastname(Natures value)
      Sets the value of the lastname property.
      Parameters:
      value - allowed object is Natures
    • getEmail

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setEmail(Natures value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is Natures
    • getCredentials

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setCredentials(Credentials value)
      Sets the value of the credentials property.
      Parameters:
      value - allowed object is Credentials
    • getShops

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setShops(Shops value)
      Sets the value of the shops property.
      Parameters:
      value - allowed object is Shops
    • getFlags

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setFlags(Flags value)
      Sets the value of the flags property.
      Parameters:
      value - allowed object is Flags
    • getMerchantId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setMerchantId(String value)
      Sets the value of the merchantId property.
      Parameters:
      value - allowed object is String