com.emc.cdp.services.rest.model
Class Profile

java.lang.Object
  extended by com.emc.cdp.services.rest.model.Profile

public class Profile
extends Object

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

firstName

protected String firstName

lastName

protected String lastName

address1

protected String address1

address2

protected String address2

city

protected String city

county

protected String county

stateCode

protected String stateCode

countryCode

protected String countryCode

postalCode

protected String postalCode

email

protected String email

fax

protected String fax

pager

protected String pager

im

protected String im

workPhone

protected String workPhone

homePhone

protected String homePhone

mobilePhone

protected String mobilePhone

companyName

protected String companyName

companyURL

protected String companyURL

companySize

protected String companySize

industryCode

protected String industryCode

attributes

protected List<Attribute> attributes
Constructor Detail

Profile

public Profile()
Method Detail

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getAddress1

public String getAddress1()
Gets the value of the address1 property.

Returns:
possible object is String

setAddress1

public void setAddress1(String value)
Sets the value of the address1 property.

Parameters:
value - allowed object is String

getAddress2

public String getAddress2()
Gets the value of the address2 property.

Returns:
possible object is String

setAddress2

public void setAddress2(String value)
Sets the value of the address2 property.

Parameters:
value - allowed object is String

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getCounty

public String getCounty()
Gets the value of the county property.

Returns:
possible object is String

setCounty

public void setCounty(String value)
Sets the value of the county property.

Parameters:
value - allowed object is String

getStateCode

public String getStateCode()
Gets the value of the stateCode property.

Returns:
possible object is String

setStateCode

public void setStateCode(String value)
Sets the value of the stateCode property.

Parameters:
value - allowed object is String

getCountryCode

public String getCountryCode()
Gets the value of the countryCode property.

Returns:
possible object is String

setCountryCode

public void setCountryCode(String value)
Sets the value of the countryCode property.

Parameters:
value - allowed object is String

getPostalCode

public String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getFax

public String getFax()
Gets the value of the fax property.

Returns:
possible object is String

setFax

public void setFax(String value)
Sets the value of the fax property.

Parameters:
value - allowed object is String

getPager

public String getPager()
Gets the value of the pager property.

Returns:
possible object is String

setPager

public void setPager(String value)
Sets the value of the pager property.

Parameters:
value - allowed object is String

getIm

public String getIm()
Gets the value of the im property.

Returns:
possible object is String

setIm

public void setIm(String value)
Sets the value of the im property.

Parameters:
value - allowed object is String

getWorkPhone

public String getWorkPhone()
Gets the value of the workPhone property.

Returns:
possible object is String

setWorkPhone

public void setWorkPhone(String value)
Sets the value of the workPhone property.

Parameters:
value - allowed object is String

getHomePhone

public String getHomePhone()
Gets the value of the homePhone property.

Returns:
possible object is String

setHomePhone

public void setHomePhone(String value)
Sets the value of the homePhone property.

Parameters:
value - allowed object is String

getMobilePhone

public String getMobilePhone()
Gets the value of the mobilePhone property.

Returns:
possible object is String

setMobilePhone

public void setMobilePhone(String value)
Sets the value of the mobilePhone property.

Parameters:
value - allowed object is String

getCompanyName

public String getCompanyName()
Gets the value of the companyName property.

Returns:
possible object is String

setCompanyName

public void setCompanyName(String value)
Sets the value of the companyName property.

Parameters:
value - allowed object is String

getCompanyURL

public String getCompanyURL()
Gets the value of the companyURL property.

Returns:
possible object is String

setCompanyURL

public void setCompanyURL(String value)
Sets the value of the companyURL property.

Parameters:
value - allowed object is String

getCompanySize

public String getCompanySize()
Gets the value of the companySize property.

Returns:
possible object is String

setCompanySize

public void setCompanySize(String value)
Sets the value of the companySize property.

Parameters:
value - allowed object is String

getIndustryCode

public String getIndustryCode()
Gets the value of the industryCode property.

Returns:
possible object is String

setIndustryCode

public void setIndustryCode(String value)
Sets the value of the industryCode property.

Parameters:
value - allowed object is String

getAttributes

public List<Attribute> getAttributes()
Gets the value of the attributes property.

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



Copyright © 2014. All Rights Reserved.