Class User


  • public class User
    extends java.lang.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">
           <sequence>
             <element name="uniqueId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="displayName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="status" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="attributes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="attribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="tokens" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="token" type="{http://certificateservices.org/xsd/csmessages2_0}Token" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  User.Attributes
      Java class for anonymous complex type.
      static class  User.Tokens
      Java class for anonymous complex type.
    • Constructor Summary

      Constructors 
      Constructor Description
      User()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      User.Attributes getAttributes()
      Gets the value of the attributes property.
      javax.xml.datatype.XMLGregorianCalendar getDateCreated()
      Gets the value of the dateCreated property.
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getDisplayName()
      Gets the value of the displayName property.
      javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
      Gets the value of the lastUpdated property.
      java.lang.String getStatus()
      Gets the value of the status property.
      User.Tokens getTokens()
      Gets the value of the tokens property.
      java.lang.String getUniqueId()
      Gets the value of the uniqueId property.
      void setAttributes​(User.Attributes value)
      Sets the value of the attributes property.
      void setDateCreated​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the dateCreated property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setDisplayName​(java.lang.String value)
      Sets the value of the displayName property.
      void setLastUpdated​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the lastUpdated property.
      void setStatus​(java.lang.String value)
      Sets the value of the status property.
      void setTokens​(User.Tokens value)
      Sets the value of the tokens property.
      void setUniqueId​(java.lang.String value)
      Sets the value of the uniqueId property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uniqueId

        protected java.lang.String uniqueId
      • displayName

        protected java.lang.String displayName
      • status

        protected java.lang.String status
      • description

        protected java.lang.String description
      • dateCreated

        protected javax.xml.datatype.XMLGregorianCalendar dateCreated
      • lastUpdated

        protected javax.xml.datatype.XMLGregorianCalendar lastUpdated
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getUniqueId

        public java.lang.String getUniqueId()
        Gets the value of the uniqueId property.
        Returns:
        possible object is String
      • setUniqueId

        public void setUniqueId​(java.lang.String value)
        Sets the value of the uniqueId property.
        Parameters:
        value - allowed object is String
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the value of the displayName property.
        Returns:
        possible object is String
      • setDisplayName

        public void setDisplayName​(java.lang.String value)
        Sets the value of the displayName property.
        Parameters:
        value - allowed object is String
      • getStatus

        public java.lang.String getStatus()
        Gets the value of the status property.
        Returns:
        possible object is String
      • setStatus

        public void setStatus​(java.lang.String value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getDateCreated

        public javax.xml.datatype.XMLGregorianCalendar getDateCreated()
        Gets the value of the dateCreated property.
        Returns:
        possible object is XMLGregorianCalendar
      • setDateCreated

        public void setDateCreated​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the dateCreated property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getLastUpdated

        public javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
        Gets the value of the lastUpdated property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLastUpdated

        public void setLastUpdated​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lastUpdated property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • setAttributes

        public void setAttributes​(User.Attributes value)
        Sets the value of the attributes property.
        Parameters:
        value - allowed object is User.Attributes
      • getTokens

        public User.Tokens getTokens()
        Gets the value of the tokens property.
        Returns:
        possible object is User.Tokens
      • setTokens

        public void setTokens​(User.Tokens value)
        Sets the value of the tokens property.
        Parameters:
        value - allowed object is User.Tokens