Class UserInfoCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.UserInfoCT
-
public class UserInfoCT extends Object
Information of the user, person informationJava 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserInfoCT.Address
Java class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description UserInfoCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserInfoCT.Address
getAddress()
Gets the value of the address property.String
getCompanyID()
Gets the value of the companyID property.String
getCompanyURL()
Gets the value of the companyURL property.String
getEmail()
Gets the value of the email property.String
getFirstname()
Gets the value of the firstname property.String
getId()
Gets the value of the id property.String
getPhone()
Gets the value of the phone property.String
getSurename()
Gets the value of the surename property.String
getTitle()
Gets the value of the title property.void
setAddress(UserInfoCT.Address value)
Sets the value of the address property.void
setCompanyID(String value)
Sets the value of the companyID property.void
setCompanyURL(String value)
Sets the value of the companyURL property.void
setEmail(String value)
Sets the value of the email property.void
setFirstname(String value)
Sets the value of the firstname property.void
setId(String value)
Sets the value of the id property.void
setPhone(String value)
Sets the value of the phone property.void
setSurename(String value)
Sets the value of the surename property.void
setTitle(String value)
Sets the value of the title property.
-
-
-
Field Detail
-
address
protected UserInfoCT.Address address
-
id
protected String id
-
title
protected String title
-
firstname
protected String firstname
-
surename
protected String surename
-
email
protected String email
-
phone
protected String phone
-
companyID
protected String companyID
-
companyURL
protected String companyURL
-
-
Method Detail
-
getAddress
public UserInfoCT.Address getAddress()
Gets the value of the address property.- Returns:
- possible object is
UserInfoCT.Address
-
setAddress
public void setAddress(UserInfoCT.Address value)
Sets the value of the address property.- Parameters:
value
- allowed object isUserInfoCT.Address
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getCompanyURL
public String getCompanyURL()
Gets the value of the companyURL property.- Returns:
- possible object is
String
-
-