Class IndexItemDetail
- java.lang.Object
-
- org.cxml.IndexItemDetail
-
public class IndexItemDetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringeffectiveDateprotected java.lang.StringexpirationDateprotected java.lang.StringleadTimeprotected java.util.List<SearchGroupData>searchGroupDataprotected java.util.List<TerritoryAvailable>territoryAvailable
-
Constructor Summary
Constructors Constructor Description IndexItemDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEffectiveDate()Gets the value of the effectiveDate property.java.lang.StringgetExpirationDate()Gets the value of the expirationDate property.java.lang.StringgetLeadTime()Gets the value of the leadTime property.java.util.List<SearchGroupData>getSearchGroupData()Gets the value of the searchGroupData property.java.util.List<TerritoryAvailable>getTerritoryAvailable()Gets the value of the territoryAvailable property.voidsetEffectiveDate(java.lang.String value)Sets the value of the effectiveDate property.voidsetExpirationDate(java.lang.String value)Sets the value of the expirationDate property.voidsetLeadTime(java.lang.String value)Sets the value of the leadTime property.
-
-
-
Field Detail
-
leadTime
protected java.lang.String leadTime
-
expirationDate
protected java.lang.String expirationDate
-
effectiveDate
protected java.lang.String effectiveDate
-
searchGroupData
protected java.util.List<SearchGroupData> searchGroupData
-
territoryAvailable
protected java.util.List<TerritoryAvailable> territoryAvailable
-
-
Method Detail
-
getLeadTime
public java.lang.String getLeadTime()
Gets the value of the leadTime property.- Returns:
- possible object is
String
-
setLeadTime
public void setLeadTime(java.lang.String value)
Sets the value of the leadTime property.- Parameters:
value- allowed object isString
-
getExpirationDate
public java.lang.String getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getEffectiveDate
public java.lang.String getEffectiveDate()
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
public void setEffectiveDate(java.lang.String value)
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getSearchGroupData
public java.util.List<SearchGroupData> 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
public java.util.List<TerritoryAvailable> 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
-
-