Class IndexItemDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<SearchGroupData>protected List<TerritoryAvailable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the leadTime property.Gets the value of the searchGroupData property.Gets the value of the territoryAvailable property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidsetLeadTime(String value) Sets the value of the leadTime property.
-
Field Details
-
leadTime
-
expirationDate
-
effectiveDate
-
searchGroupData
-
territoryAvailable
-
-
Constructor Details
-
IndexItemDetail
public IndexItemDetail()
-
-
Method Details
-
getLeadTime
Gets the value of the leadTime property.- Returns:
- possible object is
String
-
setLeadTime
Sets the value of the leadTime property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getSearchGroupData
Gets the value of the searchGroupData 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
setmethod for the searchGroupData property.For example, to add a new item, do as follows:
getSearchGroupData().add(newItem);Objects of the following type(s) are allowed in the list
SearchGroupData -
getTerritoryAvailable
Gets the value of the territoryAvailable 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
setmethod for the territoryAvailable property.For example, to add a new item, do as follows:
getTerritoryAvailable().add(newItem);Objects of the following type(s) are allowed in the list
TerritoryAvailable
-