Package org.cxml

Class QualityNotificationRequestHeader

java.lang.Object
org.cxml.QualityNotificationRequestHeader

public class QualityNotificationRequestHeader extends Object
  • Field Details

  • Constructor Details

    • QualityNotificationRequestHeader

      public QualityNotificationRequestHeader()
  • Method Details

    • getRequestID

      public String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

      public void setRequestID(String value)
      Sets the value of the requestID property.
      Parameters:
      value - allowed object is String
    • getExternalRequestID

      public String getExternalRequestID()
      Gets the value of the externalRequestID property.
      Returns:
      possible object is String
    • setExternalRequestID

      public void setExternalRequestID(String value)
      Sets the value of the externalRequestID property.
      Parameters:
      value - allowed object is String
    • getRequestDate

      public String getRequestDate()
      Gets the value of the requestDate property.
      Returns:
      possible object is String
    • setRequestDate

      public void setRequestDate(String value)
      Sets the value of the requestDate property.
      Parameters:
      value - allowed object is String
    • getRequestVersion

      public String getRequestVersion()
      Gets the value of the requestVersion property.
      Returns:
      possible object is String
    • setRequestVersion

      public void setRequestVersion(String value)
      Sets the value of the requestVersion property.
      Parameters:
      value - allowed object is String
    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getDiscoveryDate

      public String getDiscoveryDate()
      Gets the value of the discoveryDate property.
      Returns:
      possible object is String
    • setDiscoveryDate

      public void setDiscoveryDate(String value)
      Sets the value of the discoveryDate property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public String getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is String
    • setSerialNumber

      public void setSerialNumber(String value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is String
    • getReturnDate

      public String getReturnDate()
      Gets the value of the returnDate property.
      Returns:
      possible object is String
    • setReturnDate

      public void setReturnDate(String value)
      Sets the value of the returnDate property.
      Parameters:
      value - allowed object is String
    • getReturnAuthorizationNumber

      public String getReturnAuthorizationNumber()
      Gets the value of the returnAuthorizationNumber property.
      Returns:
      possible object is String
    • setReturnAuthorizationNumber

      public void setReturnAuthorizationNumber(String value)
      Sets the value of the returnAuthorizationNumber property.
      Parameters:
      value - allowed object is String
    • getItemCategory

      public String getItemCategory()
      Gets the value of the itemCategory property.
      Returns:
      possible object is String
    • setItemCategory

      public void setItemCategory(String value)
      Sets the value of the itemCategory property.
      Parameters:
      value - allowed object is String
    • getMinimumRequiredTasks

      public String getMinimumRequiredTasks()
      Gets the value of the minimumRequiredTasks property.
      Returns:
      possible object is String
    • setMinimumRequiredTasks

      public void setMinimumRequiredTasks(String value)
      Sets the value of the minimumRequiredTasks property.
      Parameters:
      value - allowed object is String
    • getMinimumRequiredActivities

      public String getMinimumRequiredActivities()
      Gets the value of the minimumRequiredActivities property.
      Returns:
      possible object is String
    • setMinimumRequiredActivities

      public void setMinimumRequiredActivities(String value)
      Sets the value of the minimumRequiredActivities property.
      Parameters:
      value - allowed object is String
    • getMinimumRequiredCauses

      public String getMinimumRequiredCauses()
      Gets the value of the minimumRequiredCauses property.
      Returns:
      possible object is String
    • setMinimumRequiredCauses

      public void setMinimumRequiredCauses(String value)
      Sets the value of the minimumRequiredCauses property.
      Parameters:
      value - allowed object is String
    • getDocumentReference

      public DocumentReference getDocumentReference()
      Gets the value of the documentReference property.
      Returns:
      possible object is DocumentReference
    • setDocumentReference

      public void setDocumentReference(DocumentReference value)
      Sets the value of the documentReference property.
      Parameters:
      value - allowed object is DocumentReference
    • getQualityInspectionRequestReference

      public QualityInspectionRequestReference getQualityInspectionRequestReference()
      Gets the value of the qualityInspectionRequestReference property.
      Returns:
      possible object is QualityInspectionRequestReference
    • setQualityInspectionRequestReference

      public void setQualityInspectionRequestReference(QualityInspectionRequestReference value)
      Sets the value of the qualityInspectionRequestReference property.
      Parameters:
      value - allowed object is QualityInspectionRequestReference
    • getQNCode

      public List<QNCode> getQNCode()
      Gets the value of the qnCode 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 qnCode property.

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

          getQNCode().add(newItem);
       

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

    • getShipTo

      public ShipTo getShipTo()
      Gets the value of the shipTo property.
      Returns:
      possible object is ShipTo
    • setShipTo

      public void setShipTo(ShipTo value)
      Sets the value of the shipTo property.
      Parameters:
      value - allowed object is ShipTo
    • getBillTo

      public BillTo getBillTo()
      Gets the value of the billTo property.
      Returns:
      possible object is BillTo
    • setBillTo

      public void setBillTo(BillTo value)
      Sets the value of the billTo property.
      Parameters:
      value - allowed object is BillTo
    • getShipping

      public Shipping getShipping()
      Gets the value of the shipping property.
      Returns:
      possible object is Shipping
    • setShipping

      public void setShipping(Shipping value)
      Sets the value of the shipping property.
      Parameters:
      value - allowed object is Shipping
    • getContact

      public List<Contact> getContact()
      Gets the value of the contact 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 contact property.

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

          getContact().add(newItem);
       

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

    • getQNNotes

      public List<QNNotes> getQNNotes()
      Gets the value of the qnNotes 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 qnNotes property.

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

          getQNNotes().add(newItem);
       

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

    • getPriority

      public Priority getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is Priority
    • setPriority

      public void setPriority(Priority value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is Priority
    • getRequestedProcessingPeriod

      public RequestedProcessingPeriod getRequestedProcessingPeriod()
      Gets the value of the requestedProcessingPeriod property.
      Returns:
      possible object is RequestedProcessingPeriod
    • setRequestedProcessingPeriod

      public void setRequestedProcessingPeriod(RequestedProcessingPeriod value)
      Sets the value of the requestedProcessingPeriod property.
      Parameters:
      value - allowed object is RequestedProcessingPeriod
    • getMalfunctionPeriod

      public MalfunctionPeriod getMalfunctionPeriod()
      Gets the value of the malfunctionPeriod property.
      Returns:
      possible object is MalfunctionPeriod
    • setMalfunctionPeriod

      public void setMalfunctionPeriod(MalfunctionPeriod value)
      Sets the value of the malfunctionPeriod property.
      Parameters:
      value - allowed object is MalfunctionPeriod
    • getReferenceDocumentInfo

      public ReferenceDocumentInfo getReferenceDocumentInfo()
      Gets the value of the referenceDocumentInfo property.
      Returns:
      possible object is ReferenceDocumentInfo
    • setReferenceDocumentInfo

      public void setReferenceDocumentInfo(ReferenceDocumentInfo value)
      Sets the value of the referenceDocumentInfo property.
      Parameters:
      value - allowed object is ReferenceDocumentInfo
    • getItemInfo

      public ItemInfo getItemInfo()
      Gets the value of the itemInfo property.
      Returns:
      possible object is ItemInfo
    • setItemInfo

      public void setItemInfo(ItemInfo value)
      Sets the value of the itemInfo property.
      Parameters:
      value - allowed object is ItemInfo
    • getBatch

      public Batch getBatch()
      Gets the value of the batch property.
      Returns:
      possible object is Batch
    • setBatch

      public void setBatch(Batch value)
      Sets the value of the batch property.
      Parameters:
      value - allowed object is Batch
    • getComplainQuantity

      public ComplainQuantity getComplainQuantity()
      Gets the value of the complainQuantity property.
      Returns:
      possible object is ComplainQuantity
    • setComplainQuantity

      public void setComplainQuantity(ComplainQuantity value)
      Sets the value of the complainQuantity property.
      Parameters:
      value - allowed object is ComplainQuantity
    • getReturnQuantity

      public ReturnQuantity getReturnQuantity()
      Gets the value of the returnQuantity property.
      Returns:
      possible object is ReturnQuantity
    • setReturnQuantity

      public void setReturnQuantity(ReturnQuantity value)
      Sets the value of the returnQuantity property.
      Parameters:
      value - allowed object is ReturnQuantity
    • getQualityNotificationTask

      public List<QualityNotificationTask> getQualityNotificationTask()
      Gets the value of the qualityNotificationTask 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 qualityNotificationTask property.

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

          getQualityNotificationTask().add(newItem);
       

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

    • getQualityNotificationActivity

      public List<QualityNotificationActivity> getQualityNotificationActivity()
      Gets the value of the qualityNotificationActivity 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 qualityNotificationActivity property.

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

          getQualityNotificationActivity().add(newItem);
       

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

    • getAssetInfo

      public List<AssetInfo> getAssetInfo()
      Gets the value of the assetInfo 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 assetInfo property.

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

          getAssetInfo().add(newItem);
       

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

    • 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