| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CategoryType |
Container for data on the primary category of listing.
Java class for CategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AutoPayEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="B2BVATEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CatalogEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CategoryLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CategoryParentID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="CategoryParentName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="CSIDList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Expired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IntlAutosFixedCat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LeafCategory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Virtual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| autoPayEnabled | |||||||||||
| b2BVATEnabled | |||||||||||
| catalogEnabled | |||||||||||
| categoryID | |||||||||||
| categoryLevel | |||||||||||
| categoryName | |||||||||||
| categoryParentID | |||||||||||
| categoryParentName | |||||||||||
| csidList | |||||||||||
| expired | |||||||||||
| intlAutosFixedCat | |||||||||||
| leafCategory | |||||||||||
| virtual | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the csidList property.
| |||||||||||
Gets the value of the categoryID property.
| |||||||||||
Gets the value of the categoryLevel property.
| |||||||||||
Gets the value of the categoryName property.
| |||||||||||
Gets the value of the categoryParentID property.
| |||||||||||
Gets the value of the categoryParentName property.
| |||||||||||
Gets the value of the autoPayEnabled property.
| |||||||||||
Gets the value of the b2BVATEnabled property.
| |||||||||||
Gets the value of the catalogEnabled property.
| |||||||||||
Gets the value of the expired property.
| |||||||||||
Gets the value of the intlAutosFixedCat property.
| |||||||||||
Gets the value of the leafCategory property.
| |||||||||||
Gets the value of the virtual property.
| |||||||||||
Sets the value of the autoPayEnabled property.
| |||||||||||
Sets the value of the b2BVATEnabled property.
| |||||||||||
Sets the value of the catalogEnabled property.
| |||||||||||
Sets the value of the categoryID property.
| |||||||||||
Sets the value of the categoryLevel property.
| |||||||||||
Sets the value of the categoryName property.
| |||||||||||
Sets the value of the expired property.
| |||||||||||
Sets the value of the intlAutosFixedCat property.
| |||||||||||
Sets the value of the leafCategory property.
| |||||||||||
Sets the value of the virtual property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the csidList 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 csidList property.
For example, to add a new item, do as follows:
getCSIDList().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the categoryID property.
Gets the value of the categoryLevel property.
Gets the value of the categoryName property.
Gets the value of the categoryParentID 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 categoryParentID property.
For example, to add a new item, do as follows:
getCategoryParentID().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the categoryParentName 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 categoryParentName property.
For example, to add a new item, do as follows:
getCategoryParentName().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the autoPayEnabled property.
Gets the value of the b2BVATEnabled property.
Gets the value of the catalogEnabled property.
Gets the value of the expired property.
Gets the value of the intlAutosFixedCat property.
Gets the value of the leafCategory property.
Gets the value of the virtual property.
Sets the value of the autoPayEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the b2BVATEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the catalogEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the categoryID property.
| value | Allowed object is String |
|---|
Sets the value of the categoryLevel property.
| value | Allowed object is Integer |
|---|
Sets the value of the categoryName property.
| value | Allowed object is String |
|---|
Sets the value of the expired property.
| value | Allowed object is Boolean |
|---|
Sets the value of the intlAutosFixedCat property.
| value | Allowed object is Boolean |
|---|
Sets the value of the leafCategory property.
| value | Allowed object is Boolean |
|---|
Sets the value of the virtual property.
| value | Allowed object is Boolean |
|---|