Package org.cxml

Class SpendDetail

java.lang.Object
org.cxml.SpendDetail

public class SpendDetail extends Object
  • Field Details

    • travelDetailOrFeeDetailOrLaborDetailOrExtrinsic

      protected List<Object> travelDetailOrFeeDetailOrLaborDetailOrExtrinsic
  • Constructor Details

    • SpendDetail

      public SpendDetail()
  • Method Details

    • getTravelDetailOrFeeDetailOrLaborDetailOrExtrinsic

      public List<Object> getTravelDetailOrFeeDetailOrLaborDetailOrExtrinsic()
      Gets the value of the travelDetailOrFeeDetailOrLaborDetailOrExtrinsic 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 travelDetailOrFeeDetailOrLaborDetailOrExtrinsic property.

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

          getTravelDetailOrFeeDetailOrLaborDetailOrExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic FeeDetail LaborDetail TravelDetail