public class UserType
extends java.lang.Object
Java class for UserType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AboutMePage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="EAISToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{urn:ebay:apis:eBLBaseComponents}Email"/> <element ref="{urn:ebay:apis:eBLBaseComponents}FeedbackScore" minOccurs="0"/> <element name="FeedbackPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="FeedbackRatingStar" type="{urn:ebay:apis:eBLBaseComponents}FeedbackRatingStarCodeType" minOccurs="0"/> <element name="IDVerified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="NewUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{urn:ebay:apis:eBLBaseComponents}RegistrationAddress" minOccurs="0"/> <element name="RegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element ref="{urn:ebay:apis:eBLBaseComponents}Site" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}UserStatusCodeType" minOccurs="0"/> <element ref="{urn:ebay:apis:eBLBaseComponents}UserID" minOccurs="0"/> <element name="UserIDChanged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="UserIDLastChanged" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="VATStatus" type="{urn:ebay:apis:eBLBaseComponents}VATStatusCodeType" minOccurs="0"/> <element name="BuyerInfo" type="{urn:ebay:apis:eBLBaseComponents}BuyerType" minOccurs="0"/> <element name="SellerInfo" type="{urn:ebay:apis:eBLBaseComponents}SellerType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
aboutMePage |
protected BuyerType |
buyerInfo |
protected java.lang.String |
eaisToken |
protected java.lang.String |
email |
protected java.lang.Boolean |
feedbackPrivate |
protected FeedbackRatingStarCodeType |
feedbackRatingStar |
protected java.lang.Integer |
feedbackScore |
protected java.lang.Boolean |
idVerified |
protected java.lang.Boolean |
newUser |
protected AddressType |
registrationAddress |
protected javax.xml.datatype.XMLGregorianCalendar |
registrationDate |
protected SellerType |
sellerInfo |
protected SiteCodeType |
site |
protected UserStatusCodeType |
status |
protected java.lang.String |
userID |
protected java.lang.Boolean |
userIDChanged |
protected javax.xml.datatype.XMLGregorianCalendar |
userIDLastChanged |
protected VATStatusCodeType |
vatStatus |
Constructor and Description |
---|
UserType() |
Modifier and Type | Method and Description |
---|---|
BuyerType |
getBuyerInfo()
Gets the value of the buyerInfo property.
|
java.lang.String |
getEAISToken()
Gets the value of the eaisToken property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
FeedbackRatingStarCodeType |
getFeedbackRatingStar()
Gets the value of the feedbackRatingStar property.
|
java.lang.Integer |
getFeedbackScore()
Feedback scores are a quantitative expression of the desirability of dealing
with that person as a Buyer or a Seller in auction transactions.
|
AddressType |
getRegistrationAddress()
Gets the value of the registrationAddress property.
|
javax.xml.datatype.XMLGregorianCalendar |
getRegistrationDate()
Gets the value of the registrationDate property.
|
SellerType |
getSellerInfo()
Gets the value of the sellerInfo property.
|
SiteCodeType |
getSite()
Gets the value of the site property.
|
UserStatusCodeType |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getUserID()
Gets the value of the userID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getUserIDLastChanged()
Gets the value of the userIDLastChanged property.
|
VATStatusCodeType |
getVATStatus()
Gets the value of the vatStatus property.
|
java.lang.Boolean |
isAboutMePage()
Gets the value of the aboutMePage property.
|
java.lang.Boolean |
isFeedbackPrivate()
Gets the value of the feedbackPrivate property.
|
java.lang.Boolean |
isIDVerified()
Gets the value of the idVerified property.
|
java.lang.Boolean |
isNewUser()
Gets the value of the newUser property.
|
java.lang.Boolean |
isUserIDChanged()
Gets the value of the userIDChanged property.
|
void |
setAboutMePage(java.lang.Boolean value)
Sets the value of the aboutMePage property.
|
void |
setBuyerInfo(BuyerType value)
Sets the value of the buyerInfo property.
|
void |
setEAISToken(java.lang.String value)
Sets the value of the eaisToken property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFeedbackPrivate(java.lang.Boolean value)
Sets the value of the feedbackPrivate property.
|
void |
setFeedbackRatingStar(FeedbackRatingStarCodeType value)
Sets the value of the feedbackRatingStar property.
|
void |
setFeedbackScore(java.lang.Integer value)
Sets the value of the feedbackScore property.
|
void |
setIDVerified(java.lang.Boolean value)
Sets the value of the idVerified property.
|
void |
setNewUser(java.lang.Boolean value)
Sets the value of the newUser property.
|
void |
setRegistrationAddress(AddressType value)
Sets the value of the registrationAddress property.
|
void |
setRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the registrationDate property.
|
void |
setSellerInfo(SellerType value)
Sets the value of the sellerInfo property.
|
void |
setSite(SiteCodeType value)
Sets the value of the site property.
|
void |
setStatus(UserStatusCodeType value)
Sets the value of the status property.
|
void |
setUserID(java.lang.String value)
Sets the value of the userID property.
|
void |
setUserIDChanged(java.lang.Boolean value)
Sets the value of the userIDChanged property.
|
void |
setUserIDLastChanged(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the userIDLastChanged property.
|
void |
setVATStatus(VATStatusCodeType value)
Sets the value of the vatStatus property.
|
protected java.lang.Boolean aboutMePage
protected java.lang.String eaisToken
protected java.lang.String email
protected java.lang.Integer feedbackScore
protected java.lang.Boolean feedbackPrivate
protected FeedbackRatingStarCodeType feedbackRatingStar
protected java.lang.Boolean idVerified
protected java.lang.Boolean newUser
protected AddressType registrationAddress
protected javax.xml.datatype.XMLGregorianCalendar registrationDate
protected SiteCodeType site
protected UserStatusCodeType status
protected java.lang.String userID
protected java.lang.Boolean userIDChanged
protected javax.xml.datatype.XMLGregorianCalendar userIDLastChanged
protected VATStatusCodeType vatStatus
protected BuyerType buyerInfo
protected SellerType sellerInfo
public java.lang.Boolean isAboutMePage()
Boolean
public void setAboutMePage(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.String getEAISToken()
String
public void setEAISToken(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getFeedbackScore()
Integer
public void setFeedbackScore(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Boolean isFeedbackPrivate()
Boolean
public void setFeedbackPrivate(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public FeedbackRatingStarCodeType getFeedbackRatingStar()
FeedbackRatingStarCodeType
public void setFeedbackRatingStar(FeedbackRatingStarCodeType value)
value
- the value
allowed object is
FeedbackRatingStarCodeType
public java.lang.Boolean isIDVerified()
Boolean
public void setIDVerified(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.Boolean isNewUser()
Boolean
public void setNewUser(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public AddressType getRegistrationAddress()
AddressType
public void setRegistrationAddress(AddressType value)
value
- the value
allowed object is
AddressType
public javax.xml.datatype.XMLGregorianCalendar getRegistrationDate()
XMLGregorianCalendar
public void setRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public SiteCodeType getSite()
SiteCodeType
public void setSite(SiteCodeType value)
value
- the value
allowed object is
SiteCodeType
public UserStatusCodeType getStatus()
UserStatusCodeType
public void setStatus(UserStatusCodeType value)
value
- the value
allowed object is
UserStatusCodeType
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Boolean isUserIDChanged()
Boolean
public void setUserIDChanged(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public javax.xml.datatype.XMLGregorianCalendar getUserIDLastChanged()
XMLGregorianCalendar
public void setUserIDLastChanged(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public VATStatusCodeType getVATStatus()
VATStatusCodeType
public void setVATStatus(VATStatusCodeType value)
value
- the value
allowed object is
VATStatusCodeType
public BuyerType getBuyerInfo()
BuyerType
public void setBuyerInfo(BuyerType value)
value
- the value
allowed object is
BuyerType
public SellerType getSellerInfo()
SellerType
public void setSellerInfo(SellerType value)
value
- the value
allowed object is
SellerType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.