public class DomainCategory extends Object
Java class for DomainCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Coverage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
bid |
protected String |
categoryName |
protected Double |
coverage |
| Constructor and Description |
|---|
DomainCategory() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBid()
Gets the value of the bid property.
|
String |
getCategoryName()
Gets the value of the categoryName property.
|
Double |
getCoverage()
Gets the value of the coverage property.
|
void |
setBid(Double value)
Sets the value of the bid property.
|
void |
setCategoryName(String value)
Sets the value of the categoryName property.
|
void |
setCoverage(Double value)
Sets the value of the coverage property.
|
protected Double bid
protected String categoryName
protected Double coverage
public Double getBid()
Doublepublic void setBid(Double value)
value - allowed object is
Doublepublic String getCategoryName()
Stringpublic void setCategoryName(String value)
value - allowed object is
Stringpublic Double getCoverage()
DoubleCopyright © 2024. All rights reserved.