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()
Booleanpublic void setAboutMePage(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic java.lang.String getEAISToken()
Stringpublic void setEAISToken(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Integer getFeedbackScore()
Integerpublic void setFeedbackScore(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Boolean isFeedbackPrivate()
Booleanpublic void setFeedbackPrivate(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic FeedbackRatingStarCodeType getFeedbackRatingStar()
FeedbackRatingStarCodeTypepublic void setFeedbackRatingStar(FeedbackRatingStarCodeType value)
value - the value
allowed object is
FeedbackRatingStarCodeTypepublic java.lang.Boolean isIDVerified()
Booleanpublic void setIDVerified(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic java.lang.Boolean isNewUser()
Booleanpublic void setNewUser(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic AddressType getRegistrationAddress()
AddressTypepublic void setRegistrationAddress(AddressType value)
value - the value
allowed object is
AddressTypepublic javax.xml.datatype.XMLGregorianCalendar getRegistrationDate()
XMLGregorianCalendarpublic void setRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic SiteCodeType getSite()
SiteCodeTypepublic void setSite(SiteCodeType value)
value - the value
allowed object is
SiteCodeTypepublic UserStatusCodeType getStatus()
UserStatusCodeTypepublic void setStatus(UserStatusCodeType value)
value - the value
allowed object is
UserStatusCodeTypepublic java.lang.String getUserID()
Stringpublic void setUserID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Boolean isUserIDChanged()
Booleanpublic void setUserIDChanged(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic javax.xml.datatype.XMLGregorianCalendar getUserIDLastChanged()
XMLGregorianCalendarpublic void setUserIDLastChanged(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic VATStatusCodeType getVATStatus()
VATStatusCodeTypepublic void setVATStatus(VATStatusCodeType value)
value - the value
allowed object is
VATStatusCodeTypepublic BuyerType getBuyerInfo()
BuyerTypepublic void setBuyerInfo(BuyerType value)
value - the value
allowed object is
BuyerTypepublic SellerType getSellerInfo()
SellerTypepublic void setSellerInfo(SellerType value)
value - the value
allowed object is
SellerTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.