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
Stringpublic String getUniversalName()
Stringpublic void setUniversalName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getIndustry()
Stringpublic void setIndustry(String value)
value - allowed object is
Stringpublic String getLogoUrl()
Stringpublic void setLogoUrl(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic CompanyType getCompanyType()
CompanyTypepublic void setCompanyType(CompanyType value)
value - allowed object is
CompanyTypepublic String getSize()
Stringpublic void setSize(String value)
value - allowed object is
Stringpublic StockExchange getStockExchange()
StockExchangepublic void setStockExchange(StockExchange value)
value - allowed object is
StockExchangepublic String getTicker()
Stringpublic void setTicker(String value)
value - allowed object is
Stringpublic Specialties getSpecialties()
Specialtiespublic void setSpecialties(Specialties value)
value - allowed object is
Specialtiespublic String getBlogRssUrl()
Stringpublic void setBlogRssUrl(String value)
value - allowed object is
Stringpublic String getTwitterId()
Stringpublic void setTwitterId(String value)
value - allowed object is
Stringpublic String getSquareLogoUrl()
Stringpublic void setSquareLogoUrl(String value)
value - allowed object is
Stringpublic Locations getLocations()
Locationspublic void setLocations(Locations value)
value - allowed object is
Locationspublic Long getFoundedYear()
Stringpublic void setFoundedYear(Long value)
value - allowed object is
Stringpublic Long getEndYear()
Stringpublic void setEndYear(Long value)
value - allowed object is
Stringpublic NumFollowers getNumFollowers()
NumFollowerspublic void setNumFollowers(NumFollowers value)
value - allowed object is
NumFollowerspublic EmailDomains getEmailDomains()
EmailDomainspublic void setEmailDomains(EmailDomains value)
value - allowed object is
EmailDomainspublic String getWebsiteUrl()
Stringpublic void setWebsiteUrl(String value)
value - allowed object is
Stringpublic CompanyStatus getStatus()
CompanyStatuspublic void setStatus(CompanyStatus value)
value - allowed object is
CompanyStatuspublic EmployeeCountRange getEmployeeCountRange()
EmployeeCountRangepublic void setEmployeeCountRange(EmployeeCountRange value)
value - allowed object is
EmployeeCountRangeApache Camel