public class Company extends Object implements Serializable
Java class for company complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="company"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="symbol" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="exchange" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isin" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cusip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titleCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="contentCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
contentCount |
protected String |
cusip |
protected String |
exchange |
protected String |
isin |
protected String |
name |
protected boolean |
primary |
protected String |
symbol |
protected int |
titleCount |
Constructor and Description |
---|
Company() |
Modifier and Type | Method and Description |
---|---|
int |
getContentCount()
Gets the value of the contentCount property.
|
String |
getCusip()
Gets the value of the cusip property.
|
String |
getExchange()
Gets the value of the exchange property.
|
String |
getIsin()
Gets the value of the isin property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
int |
getTitleCount()
Gets the value of the titleCount property.
|
boolean |
isPrimary()
Gets the value of the primary property.
|
void |
setContentCount(int value)
Sets the value of the contentCount property.
|
void |
setCusip(String value)
Sets the value of the cusip property.
|
void |
setExchange(String value)
Sets the value of the exchange property.
|
void |
setIsin(String value)
Sets the value of the isin property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrimary(boolean value)
Sets the value of the primary property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
void |
setTitleCount(int value)
Sets the value of the titleCount property.
|
protected String name
protected String symbol
protected String exchange
protected String isin
protected String cusip
protected int titleCount
protected int contentCount
protected boolean primary
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getSymbol()
String
public void setSymbol(String value)
value
- allowed object is
String
public String getExchange()
String
public void setExchange(String value)
value
- allowed object is
String
public String getIsin()
String
public void setIsin(String value)
value
- allowed object is
String
public String getCusip()
String
public void setCusip(String value)
value
- allowed object is
String
public int getTitleCount()
public void setTitleCount(int value)
public int getContentCount()
public void setContentCount(int value)
public boolean isPrimary()
public void setPrimary(boolean value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.