Package org.cxml

Class ItemSegment

java.lang.Object
org.cxml.ItemSegment

public class ItemSegment extends Object
  • Field Details

  • Constructor Details

    • ItemSegment

      public ItemSegment()
  • Method Details

    • getSegmentKey

      public String getSegmentKey()
      Gets the value of the segmentKey property.
      Returns:
      possible object is String
    • setSegmentKey

      public void setSegmentKey(String value)
      Sets the value of the segmentKey property.
      Parameters:
      value - allowed object is String
    • getContractItem

      public List<ContractItem> getContractItem()
      Gets the value of the contractItem 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 contractItem property.

      For example, to add a new item, do as follows:

          getContractItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list ContractItem