Class UserReference

  • All Implemented Interfaces:
    Serializable

    public class UserReference
    extends Object
    implements Serializable

    Java class for userReference complex type.

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

     <complexType name="userReference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="dn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • UserReference

        public UserReference()
        Default no-arg constructor
      • UserReference

        public UserReference​(Integer id)
      • UserReference

        public UserReference​(String username)
    • Method Detail

      • getGuid

        public String getGuid()
        Gets the value of the guid property.
        Returns:
        possible object is String
      • setGuid

        public void setGuid​(String value)
        Sets the value of the guid property.
        Parameters:
        value - allowed object is String
      • getId

        public Integer getId()
        Gets the value of the id property.
        Returns:
        possible object is Integer
      • setId

        public void setId​(Integer value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Integer
      • getUsername

        public String getUsername()
        Gets the value of the username property.
        Returns:
        possible object is String
      • setUsername

        public void setUsername​(String value)
        Sets the value of the username property.
        Parameters:
        value - allowed object is String
      • getDn

        public String getDn()
        Gets the value of the dn property.
        Returns:
        possible object is String
      • setDn

        public void setDn​(String value)
        Sets the value of the dn property.
        Parameters:
        value - allowed object is String
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String