Package org.cxml

Class AcceptanceItem

java.lang.Object
org.cxml.AcceptanceItem

public class AcceptanceItem extends Object
  • Field Details

  • Constructor Details

    • AcceptanceItem

      public AcceptanceItem()
  • Method Details

    • 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
    • getAcceptanceStatus

      public String getAcceptanceStatus()
      Gets the value of the acceptanceStatus property.
      Returns:
      possible object is String
    • setAcceptanceStatus

      public void setAcceptanceStatus(String value)
      Sets the value of the acceptanceStatus property.
      Parameters:
      value - allowed object is String
    • getDeviationReason

      public List<DeviationReason> getDeviationReason()
      Gets the value of the deviationReason 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 deviationReason property.

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

          getDeviationReason().add(newItem);
       

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

    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • getAcceptanceItemDetail

      public List<AcceptanceItemDetail> getAcceptanceItemDetail()
      Gets the value of the acceptanceItemDetail 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 acceptanceItemDetail property.

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

          getAcceptanceItemDetail().add(newItem);
       

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

    • 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