Class UserInfoCT


  • public class UserInfoCT
    extends Object
    Information of the user, person information

    Java class for UserInfo_CT complex type.

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

     <complexType name="UserInfo_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Address" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="street" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="street2" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="p-o-box" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="city" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="country" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="firstname" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="surename" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="phone" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="companyID" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="companyURL" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • UserInfoCT

        public UserInfoCT()
    • Method Detail

      • getId

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

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

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title 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
      • getSurename

        public String getSurename()
        Gets the value of the surename property.
        Returns:
        possible object is String
      • setSurename

        public void setSurename​(String value)
        Sets the value of the surename 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
      • getPhone

        public String getPhone()
        Gets the value of the phone property.
        Returns:
        possible object is String
      • setPhone

        public void setPhone​(String value)
        Sets the value of the phone property.
        Parameters:
        value - allowed object is String
      • getCompanyID

        public String getCompanyID()
        Gets the value of the companyID property.
        Returns:
        possible object is String
      • setCompanyID

        public void setCompanyID​(String value)
        Sets the value of the companyID property.
        Parameters:
        value - allowed object is String
      • getCompanyURL

        public String getCompanyURL()
        Gets the value of the companyURL property.
        Returns:
        possible object is String
      • setCompanyURL

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