Package org.cxml

Class AcceptanceScheduleDetail

java.lang.Object
org.cxml.AcceptanceScheduleDetail

public class AcceptanceScheduleDetail extends Object
  • Field Details

    • quantity

      protected String quantity
    • deliveryDate

      protected String deliveryDate
    • approvedAction

      protected String approvedAction
    • lineNumber

      protected String lineNumber
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • AcceptanceScheduleDetail

      public AcceptanceScheduleDetail()
  • Method Details

    • getQuantity

      public String getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is String
    • setQuantity

      public void setQuantity(String value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is String
    • getDeliveryDate

      public String getDeliveryDate()
      Gets the value of the deliveryDate property.
      Returns:
      possible object is String
    • setDeliveryDate

      public void setDeliveryDate(String value)
      Sets the value of the deliveryDate property.
      Parameters:
      value - allowed object is String
    • getApprovedAction

      public String getApprovedAction()
      Gets the value of the approvedAction property.
      Returns:
      possible object is String
    • setApprovedAction

      public void setApprovedAction(String value)
      Sets the value of the approvedAction property.
      Parameters:
      value - allowed object is String
    • getLineNumber

      public String getLineNumber()
      Gets the value of the lineNumber property.
      Returns:
      possible object is String
    • setLineNumber

      public void setLineNumber(String value)
      Sets the value of the lineNumber property.
      Parameters:
      value - allowed object is String
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic 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 extrinsic property.

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

          getExtrinsic().add(newItem);
       

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