public class Company extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}id" minOccurs="0"/> <element ref="{}universal-name" minOccurs="0"/> <element ref="{}description"/> <element name="industry" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}logo-url"/> <element ref="{}name"/> <element ref="{}type"/> <element ref="{}company-type"/> <element ref="{}size"/> <element ref="{}stock-exchange"/> <element ref="{}ticker"/> <element ref="{}specialties"/> <element ref="{}blog-rss-url"/> <element ref="{}twitter-id"/> <element ref="{}square-logo-url"/> <element ref="{}locations"/> <element ref="{}founded-year"/> <element ref="{}end-year"/> <element ref="{}num-followers"/> <element ref="{}email-domains"/> <element ref="{}website-url"/> <element name="status" type="{}company-status"/> <element ref="{}employee-count-range"/> </sequence> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
blogRssUrl |
protected CompanyType |
companyType |
protected String |
description |
protected EmailDomains |
emailDomains |
protected EmployeeCountRange |
employeeCountRange |
protected Long |
endYear |
protected Long |
foundedYear |
protected String |
id |
protected String |
industry |
protected String |
key |
protected Locations |
locations |
protected String |
logoUrl |
protected String |
name |
protected NumFollowers |
numFollowers |
protected String |
size |
protected Specialties |
specialties |
protected String |
squareLogoUrl |
protected CompanyStatus |
status |
protected StockExchange |
stockExchange |
protected String |
ticker |
protected String |
twitterId |
protected String |
type |
protected String |
universalName |
protected String |
websiteUrl |
Constructor and Description |
---|
Company() |
Modifier and Type | Method and Description |
---|---|
String |
getBlogRssUrl()
Gets the value of the blogRssUrl property.
|
CompanyType |
getCompanyType()
Gets the value of the companyType property.
|
String |
getDescription()
Gets the value of the description property.
|
EmailDomains |
getEmailDomains()
Gets the value of the emailDomains property.
|
EmployeeCountRange |
getEmployeeCountRange()
Gets the value of the employeeCountRange property.
|
Long |
getEndYear()
Gets the value of the endYear property.
|
Long |
getFoundedYear()
Gets the value of the foundedYear property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIndustry()
Gets the value of the industry property.
|
String |
getKey()
Gets the value of the key property.
|
Locations |
getLocations()
Gets the value of the locations property.
|
String |
getLogoUrl()
Gets the value of the logoUrl property.
|
String |
getName()
Gets the value of the name property.
|
NumFollowers |
getNumFollowers()
Gets the value of the numFollowers property.
|
String |
getSize()
Gets the value of the size property.
|
Specialties |
getSpecialties()
Gets the value of the specialties property.
|
String |
getSquareLogoUrl()
Gets the value of the squareLogoUrl property.
|
CompanyStatus |
getStatus()
Gets the value of the status property.
|
StockExchange |
getStockExchange()
Gets the value of the stockExchange property.
|
String |
getTicker()
Gets the value of the ticker property.
|
String |
getTwitterId()
Gets the value of the twitterId property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUniversalName()
Gets the value of the universalName property.
|
String |
getWebsiteUrl()
Gets the value of the websiteUrl property.
|
void |
setBlogRssUrl(String value)
Sets the value of the blogRssUrl property.
|
void |
setCompanyType(CompanyType value)
Sets the value of the companyType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEmailDomains(EmailDomains value)
Sets the value of the emailDomains property.
|
void |
setEmployeeCountRange(EmployeeCountRange value)
Sets the value of the employeeCountRange property.
|
void |
setEndYear(Long value)
Sets the value of the endYear property.
|
void |
setFoundedYear(Long value)
Sets the value of the foundedYear property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIndustry(String value)
Sets the value of the industry property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLocations(Locations value)
Sets the value of the locations property.
|
void |
setLogoUrl(String value)
Sets the value of the logoUrl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumFollowers(NumFollowers value)
Sets the value of the numFollowers property.
|
void |
setSize(String value)
Sets the value of the size property.
|
void |
setSpecialties(Specialties value)
Sets the value of the specialties property.
|
void |
setSquareLogoUrl(String value)
Sets the value of the squareLogoUrl property.
|
void |
setStatus(CompanyStatus value)
Sets the value of the status property.
|
void |
setStockExchange(StockExchange value)
Sets the value of the stockExchange property.
|
void |
setTicker(String value)
Sets the value of the ticker property.
|
void |
setTwitterId(String value)
Sets the value of the twitterId property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUniversalName(String value)
Sets the value of the universalName property.
|
void |
setWebsiteUrl(String value)
Sets the value of the websiteUrl property.
|
protected String id
protected String universalName
protected String description
protected String industry
protected String logoUrl
protected String name
protected String type
protected CompanyType companyType
protected String size
protected StockExchange stockExchange
protected String ticker
protected Specialties specialties
protected String blogRssUrl
protected String twitterId
protected String squareLogoUrl
protected Locations locations
protected Long foundedYear
protected Long endYear
protected NumFollowers numFollowers
protected EmailDomains emailDomains
protected String websiteUrl
protected CompanyStatus status
protected EmployeeCountRange employeeCountRange
protected String key
public void setId(String value)
value
- allowed object is
String
public String getUniversalName()
String
public void setUniversalName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getIndustry()
String
public void setIndustry(String value)
value
- allowed object is
String
public String getLogoUrl()
String
public void setLogoUrl(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public CompanyType getCompanyType()
CompanyType
public void setCompanyType(CompanyType value)
value
- allowed object is
CompanyType
public String getSize()
String
public void setSize(String value)
value
- allowed object is
String
public StockExchange getStockExchange()
StockExchange
public void setStockExchange(StockExchange value)
value
- allowed object is
StockExchange
public String getTicker()
String
public void setTicker(String value)
value
- allowed object is
String
public Specialties getSpecialties()
Specialties
public void setSpecialties(Specialties value)
value
- allowed object is
Specialties
public String getBlogRssUrl()
String
public void setBlogRssUrl(String value)
value
- allowed object is
String
public String getTwitterId()
String
public void setTwitterId(String value)
value
- allowed object is
String
public String getSquareLogoUrl()
String
public void setSquareLogoUrl(String value)
value
- allowed object is
String
public Locations getLocations()
Locations
public void setLocations(Locations value)
value
- allowed object is
Locations
public Long getFoundedYear()
String
public void setFoundedYear(Long value)
value
- allowed object is
String
public Long getEndYear()
String
public void setEndYear(Long value)
value
- allowed object is
String
public NumFollowers getNumFollowers()
NumFollowers
public void setNumFollowers(NumFollowers value)
value
- allowed object is
NumFollowers
public EmailDomains getEmailDomains()
EmailDomains
public void setEmailDomains(EmailDomains value)
value
- allowed object is
EmailDomains
public String getWebsiteUrl()
String
public void setWebsiteUrl(String value)
value
- allowed object is
String
public CompanyStatus getStatus()
CompanyStatus
public void setStatus(CompanyStatus value)
value
- allowed object is
CompanyStatus
public EmployeeCountRange getEmployeeCountRange()
EmployeeCountRange
public void setEmployeeCountRange(EmployeeCountRange value)
value
- allowed object is
EmployeeCountRange
public String getKey()
String
Apache Camel