Package org.cxml

Class IndexItemDetail

java.lang.Object
org.cxml.IndexItemDetail

public class IndexItemDetail extends Object
  • Field Details

  • Constructor Details

    • IndexItemDetail

      public IndexItemDetail()
  • Method Details

    • getLeadTime

      public String getLeadTime()
      Gets the value of the leadTime property.
      Returns:
      possible object is String
    • setLeadTime

      public void setLeadTime(String value)
      Sets the value of the leadTime property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public String getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is String
    • setExpirationDate

      public void setExpirationDate(String value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is String
    • getEffectiveDate

      public String getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(String value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
    • getSearchGroupData

      public 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 set method 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 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 set method 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