Class User

  • All Implemented Interfaces:
    Serializable

    public class User
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="userReference" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
             <element name="lastname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="firstname" 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="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="createFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="adminFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="dimensionReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="documentReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="guestuser" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="fullDn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="validity" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
                     <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • lastname

        protected String lastname
      • firstname

        protected String firstname
      • email

        protected String email
      • language

        protected String language
      • createFlag

        protected boolean createFlag
      • adminFlag

        protected boolean adminFlag
      • guestuser

        protected boolean guestuser
      • fullDn

        protected String fullDn
      • disabled

        protected boolean disabled
    • Method Detail

      • getUserReference

        public UserReference getUserReference()
        Gets the value of the userReference property.
        Returns:
        possible object is UserReference
      • setUserReference

        public void setUserReference​(UserReference value)
        Sets the value of the userReference property.
        Parameters:
        value - allowed object is UserReference
      • getLastname

        public String getLastname()
        Gets the value of the lastname property.
        Returns:
        possible object is String
      • setLastname

        public void setLastname​(String value)
        Sets the value of the lastname property.
        Parameters:
        value - allowed object is String
      • getFirstname

        public String getFirstname()
        Gets the value of the firstname property.
        Returns:
        possible object is String
      • setFirstname

        public void setFirstname​(String value)
        Sets the value of the firstname property.
        Parameters:
        value - allowed object is String
      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

        public void setEmail​(String value)
        Sets the value of the email property.
        Parameters:
        value - allowed object is String
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • isCreateFlag

        public boolean isCreateFlag()
        Gets the value of the createFlag property.
      • setCreateFlag

        public void setCreateFlag​(boolean value)
        Sets the value of the createFlag property.
      • isAdminFlag

        public boolean isAdminFlag()
        Gets the value of the adminFlag property.
      • setAdminFlag

        public void setAdminFlag​(boolean value)
        Sets the value of the adminFlag property.
      • getDimensionReference

        public ObjectReference getDimensionReference()
        Gets the value of the dimensionReference property.
        Returns:
        possible object is ObjectReference
      • setDimensionReference

        public void setDimensionReference​(ObjectReference value)
        Sets the value of the dimensionReference property.
        Parameters:
        value - allowed object is ObjectReference
      • getDocumentReference

        public ObjectReference getDocumentReference()
        Gets the value of the documentReference property.
        Returns:
        possible object is ObjectReference
      • setDocumentReference

        public void setDocumentReference​(ObjectReference value)
        Sets the value of the documentReference property.
        Parameters:
        value - allowed object is ObjectReference
      • isGuestuser

        public boolean isGuestuser()
        Gets the value of the guestuser property.
      • setGuestuser

        public void setGuestuser​(boolean value)
        Sets the value of the guestuser property.
      • getFullDn

        public String getFullDn()
        Gets the value of the fullDn property.
        Returns:
        possible object is String
      • setFullDn

        public void setFullDn​(String value)
        Sets the value of the fullDn property.
        Parameters:
        value - allowed object is String
      • isDisabled

        public boolean isDisabled()
        Gets the value of the disabled property.
      • setDisabled

        public void setDisabled​(boolean value)
        Sets the value of the disabled property.
      • getValidity

        public User.Validity getValidity()
        Gets the value of the validity property.
        Returns:
        possible object is User.Validity
      • setValidity

        public void setValidity​(User.Validity value)
        Sets the value of the validity property.
        Parameters:
        value - allowed object is User.Validity
      • withLastname

        public User withLastname​(String value)
      • withFirstname

        public User withFirstname​(String value)
      • withEmail

        public User withEmail​(String value)
      • withLanguage

        public User withLanguage​(String value)
      • withCreateFlag

        public User withCreateFlag​(boolean value)
      • withAdminFlag

        public User withAdminFlag​(boolean value)
      • withGuestuser

        public User withGuestuser​(boolean value)
      • withFullDn

        public User withFullDn​(String value)
      • withDisabled

        public User withDisabled​(boolean value)