public class User extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="User">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GivenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MiddleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FamilyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Suffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailAddr" type="{http://schema.intuit.com/finance/v3}EmailAddress" maxOccurs="unbounded" minOccurs="0"/>
<element name="Addr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" maxOccurs="unbounded" minOccurs="0"/>
<element name="PhoneNumber" type="{http://schema.intuit.com/finance/v3}TelephoneNumber" maxOccurs="unbounded"/>
<element name="LocaleCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LocaleLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LocalePostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LocaleTimeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NameValueAttr" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PhysicalAddress> |
addr |
protected String |
displayName |
protected List<EmailAddress> |
emailAddr |
protected String |
familyName |
protected String |
givenName |
protected String |
localeCountry |
protected String |
localeLanguage |
protected String |
localePostalCode |
protected String |
localeTimeZone |
protected String |
middleName |
protected List<NameValue> |
nameValueAttr |
protected List<TelephoneNumber> |
phoneNumber |
protected String |
suffix |
protected String |
title |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<PhysicalAddress> |
getAddr()
Gets the value of the addr property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
List<EmailAddress> |
getEmailAddr()
Gets the value of the emailAddr property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
String |
getLocaleCountry()
Gets the value of the localeCountry property.
|
String |
getLocaleLanguage()
Gets the value of the localeLanguage property.
|
String |
getLocalePostalCode()
Gets the value of the localePostalCode property.
|
String |
getLocaleTimeZone()
Gets the value of the localeTimeZone property.
|
String |
getMiddleName()
Gets the value of the middleName property.
|
List<NameValue> |
getNameValueAttr()
Gets the value of the nameValueAttr property.
|
List<TelephoneNumber> |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
String |
getTitle()
Gets the value of the title property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAddr(List<PhysicalAddress> addr)
Sets the value of the addr property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setEmailAddr(List<EmailAddress> emailAddr)
Sets the value of the emailAddr property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setLocaleCountry(String value)
Sets the value of the localeCountry property.
|
void |
setLocaleLanguage(String value)
Sets the value of the localeLanguage property.
|
void |
setLocalePostalCode(String value)
Sets the value of the localePostalCode property.
|
void |
setLocaleTimeZone(String value)
Sets the value of the localeTimeZone property.
|
void |
setMiddleName(String value)
Sets the value of the middleName property.
|
void |
setNameValueAttr(List<NameValue> nameValueAttr)
Sets the value of the nameValueAttr property.
|
void |
setPhoneNumber(List<TelephoneNumber> phoneNumber)
Sets the value of the phoneNumber property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String displayName
protected String title
protected String givenName
protected String middleName
protected String familyName
protected String suffix
protected List<EmailAddress> emailAddr
protected List<PhysicalAddress> addr
protected List<TelephoneNumber> phoneNumber
protected String localeCountry
protected String localeLanguage
protected String localePostalCode
protected String localeTimeZone
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getGivenName()
Stringpublic void setGivenName(String value)
value - allowed object is
Stringpublic String getMiddleName()
Stringpublic void setMiddleName(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic List<EmailAddress> getEmailAddr()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the emailAddr property.
For example, to add a new item, do as follows:
getEmailAddr().add(newItem);
Objects of the following type(s) are allowed in the list
EmailAddress
public List<PhysicalAddress> getAddr()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the addr property.
For example, to add a new item, do as follows:
getAddr().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalAddress
public List<TelephoneNumber> getPhoneNumber()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the phoneNumber property.
For example, to add a new item, do as follows:
getPhoneNumber().add(newItem);
Objects of the following type(s) are allowed in the list
TelephoneNumber
public String getLocaleCountry()
Stringpublic void setLocaleCountry(String value)
value - allowed object is
Stringpublic String getLocaleLanguage()
Stringpublic void setLocaleLanguage(String value)
value - allowed object is
Stringpublic String getLocalePostalCode()
Stringpublic void setLocalePostalCode(String value)
value - allowed object is
Stringpublic String getLocaleTimeZone()
Stringpublic void setLocaleTimeZone(String value)
value - allowed object is
Stringpublic List<NameValue> getNameValueAttr()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameValueAttr property.
For example, to add a new item, do as follows:
getNameValueAttr().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public void setEmailAddr(List<EmailAddress> emailAddr)
emailAddr - allowed object is
EmailAddresspublic void setAddr(List<PhysicalAddress> addr)
addr - allowed object is
PhysicalAddresspublic void setPhoneNumber(List<TelephoneNumber> phoneNumber)
phoneNumber - allowed object is
TelephoneNumberpublic void setNameValueAttr(List<NameValue> nameValueAttr)
nameValueAttr - allowed object is
NameValuepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.