|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Profile
public class Profile
Java class for Profile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Profile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="county" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="postalCode" 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="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="im" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="workPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="homePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mobilePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companySize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="industryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attribute" type="{http://cdp.emc.com/services/rest/model}Attribute" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
address1
|
protected String |
address2
|
protected List<Attribute> |
attributes
|
protected String |
city
|
protected String |
companyName
|
protected String |
companySize
|
protected String |
companyURL
|
protected String |
countryCode
|
protected String |
county
|
protected String |
email
|
protected String |
fax
|
protected String |
firstName
|
protected String |
homePhone
|
protected String |
im
|
protected String |
industryCode
|
protected String |
lastName
|
protected String |
mobilePhone
|
protected String |
pager
|
protected String |
postalCode
|
protected String |
stateCode
|
protected String |
workPhone
|
| Constructor Summary | |
|---|---|
Profile()
|
|
| Method Summary | |
|---|---|
String |
getAddress1()
Gets the value of the address1 property. |
String |
getAddress2()
Gets the value of the address2 property. |
List<Attribute> |
getAttributes()
Gets the value of the attributes property. |
String |
getCity()
Gets the value of the city property. |
String |
getCompanyName()
Gets the value of the companyName property. |
String |
getCompanySize()
Gets the value of the companySize property. |
String |
getCompanyURL()
Gets the value of the companyURL property. |
String |
getCountryCode()
Gets the value of the countryCode property. |
String |
getCounty()
Gets the value of the county property. |
String |
getEmail()
Gets the value of the email property. |
String |
getFax()
Gets the value of the fax property. |
String |
getFirstName()
Gets the value of the firstName property. |
String |
getHomePhone()
Gets the value of the homePhone property. |
String |
getIm()
Gets the value of the im property. |
String |
getIndustryCode()
Gets the value of the industryCode property. |
String |
getLastName()
Gets the value of the lastName property. |
String |
getMobilePhone()
Gets the value of the mobilePhone property. |
String |
getPager()
Gets the value of the pager property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
String |
getStateCode()
Gets the value of the stateCode property. |
String |
getWorkPhone()
Gets the value of the workPhone property. |
void |
setAddress1(String value)
Sets the value of the address1 property. |
void |
setAddress2(String value)
Sets the value of the address2 property. |
void |
setCity(String value)
Sets the value of the city property. |
void |
setCompanyName(String value)
Sets the value of the companyName property. |
void |
setCompanySize(String value)
Sets the value of the companySize property. |
void |
setCompanyURL(String value)
Sets the value of the companyURL property. |
void |
setCountryCode(String value)
Sets the value of the countryCode property. |
void |
setCounty(String value)
Sets the value of the county property. |
void |
setEmail(String value)
Sets the value of the email property. |
void |
setFax(String value)
Sets the value of the fax property. |
void |
setFirstName(String value)
Sets the value of the firstName property. |
void |
setHomePhone(String value)
Sets the value of the homePhone property. |
void |
setIm(String value)
Sets the value of the im property. |
void |
setIndustryCode(String value)
Sets the value of the industryCode property. |
void |
setLastName(String value)
Sets the value of the lastName property. |
void |
setMobilePhone(String value)
Sets the value of the mobilePhone property. |
void |
setPager(String value)
Sets the value of the pager property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setStateCode(String value)
Sets the value of the stateCode property. |
void |
setWorkPhone(String value)
Sets the value of the workPhone property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String firstName
protected String lastName
protected String address1
protected String address2
protected String city
protected String county
protected String stateCode
protected String countryCode
protected String postalCode
protected String email
protected String fax
protected String pager
protected String im
protected String workPhone
protected String homePhone
protected String mobilePhone
protected String companyName
protected String companyURL
protected String companySize
protected String industryCode
protected List<Attribute> attributes
| Constructor Detail |
|---|
public Profile()
| Method Detail |
|---|
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getAddress1()
Stringpublic void setAddress1(String value)
value - allowed object is
Stringpublic String getAddress2()
Stringpublic void setAddress2(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getCounty()
Stringpublic void setCounty(String value)
value - allowed object is
Stringpublic String getStateCode()
Stringpublic void setStateCode(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFax()
Stringpublic void setFax(String value)
value - allowed object is
Stringpublic String getPager()
Stringpublic void setPager(String value)
value - allowed object is
Stringpublic String getIm()
Stringpublic void setIm(String value)
value - allowed object is
Stringpublic String getWorkPhone()
Stringpublic void setWorkPhone(String value)
value - allowed object is
Stringpublic String getHomePhone()
Stringpublic void setHomePhone(String value)
value - allowed object is
Stringpublic String getMobilePhone()
Stringpublic void setMobilePhone(String value)
value - allowed object is
Stringpublic String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic String getCompanyURL()
Stringpublic void setCompanyURL(String value)
value - allowed object is
Stringpublic String getCompanySize()
Stringpublic void setCompanySize(String value)
value - allowed object is
Stringpublic String getIndustryCode()
Stringpublic void setIndustryCode(String value)
value - allowed object is
Stringpublic List<Attribute> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||