public class Name extends SObject
Java class for Name complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Name">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastReferencedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastViewedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Profile" type="{urn:tooling.soap.sforce.com}Profile" minOccurs="0"/>
<element name="ProfileId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="RecordType" type="{urn:tooling.soap.sforce.com}RecordType" minOccurs="0"/>
<element name="RecordTypeId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserRoleId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
email |
protected String |
firstName |
protected Boolean |
isActive |
protected String |
lastName |
protected XMLGregorianCalendar |
lastReferencedDate |
protected XMLGregorianCalendar |
lastViewedDate |
protected String |
name |
protected String |
phone |
protected Profile |
profile |
protected String |
profileId |
protected RecordType |
recordType |
protected String |
recordTypeId |
protected String |
title |
protected String |
type |
protected String |
username |
protected String |
userRoleId |
fieldsToNull, id| Constructor and Description |
|---|
Name() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
XMLGregorianCalendar |
getLastReferencedDate()
Gets the value of the lastReferencedDate property.
|
XMLGregorianCalendar |
getLastViewedDate()
Gets the value of the lastViewedDate property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPhone()
Gets the value of the phone property.
|
Profile |
getProfile()
Gets the value of the profile property.
|
String |
getProfileId()
Gets the value of the profileId property.
|
RecordType |
getRecordType()
Gets the value of the recordType property.
|
String |
getRecordTypeId()
Gets the value of the recordTypeId property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
String |
getUserRoleId()
Gets the value of the userRoleId property.
|
Boolean |
isIsActive()
Gets the value of the isActive property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setLastReferencedDate(XMLGregorianCalendar value)
Sets the value of the lastReferencedDate property.
|
void |
setLastViewedDate(XMLGregorianCalendar value)
Sets the value of the lastViewedDate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setProfile(Profile value)
Sets the value of the profile property.
|
void |
setProfileId(String value)
Sets the value of the profileId property.
|
void |
setRecordType(RecordType value)
Sets the value of the recordType property.
|
void |
setRecordTypeId(String value)
Sets the value of the recordTypeId property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setUserRoleId(String value)
Sets the value of the userRoleId property.
|
getFieldsToNull, getId, setIdprotected String alias
protected String email
protected String firstName
protected Boolean isActive
protected String lastName
protected XMLGregorianCalendar lastReferencedDate
protected XMLGregorianCalendar lastViewedDate
protected String name
protected String phone
protected Profile profile
protected String profileId
protected RecordType recordType
protected String recordTypeId
protected String title
protected String type
protected String userRoleId
protected String username
public String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic Boolean isIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastReferencedDate()
XMLGregorianCalendarpublic void setLastReferencedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLastViewedDate()
XMLGregorianCalendarpublic void setLastViewedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic Profile getProfile()
Profilepublic void setProfile(Profile value)
value - allowed object is
Profilepublic String getProfileId()
Stringpublic void setProfileId(String value)
value - allowed object is
Stringpublic RecordType getRecordType()
RecordTypepublic void setRecordType(RecordType value)
value - allowed object is
RecordTypepublic String getRecordTypeId()
Stringpublic void setRecordTypeId(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUserRoleId()
Stringpublic void setUserRoleId(String value)
value - allowed object is
Stringpublic String getUsername()
StringCopyright © 2016. All rights reserved.