Package org.cxml

Class QualityInspectionRequestHeader

java.lang.Object
org.cxml.QualityInspectionRequestHeader

public class QualityInspectionRequestHeader extends Object
  • Field Details

  • Constructor Details

    • QualityInspectionRequestHeader

      public QualityInspectionRequestHeader()
  • 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
    • 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
    • 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
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getCreatedBy

      public String getCreatedBy()
      Gets the value of the createdBy property.
      Returns:
      possible object is String
    • setCreatedBy

      public void setCreatedBy(String value)
      Sets the value of the createdBy 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
    • getIdReference

      public IdReference getIdReference()
      Gets the value of the idReference property.
      Returns:
      possible object is IdReference
    • setIdReference

      public void setIdReference(IdReference value)
      Sets the value of the idReference property.
      Parameters:
      value - allowed object is IdReference
    • 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
    • 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

    • getPeriod

      public Period getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Period
    • setPeriod

      public void setPeriod(Period value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Period
    • 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
    • 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
    • getSampleDefinition

      public SampleDefinition getSampleDefinition()
      Gets the value of the sampleDefinition property.
      Returns:
      possible object is SampleDefinition
    • setSampleDefinition

      public void setSampleDefinition(SampleDefinition value)
      Sets the value of the sampleDefinition property.
      Parameters:
      value - allowed object is SampleDefinition
    • 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
    • getQualityInfo

      public QualityInfo getQualityInfo()
      Gets the value of the qualityInfo property.
      Returns:
      possible object is QualityInfo
    • setQualityInfo

      public void setQualityInfo(QualityInfo value)
      Sets the value of the qualityInfo property.
      Parameters:
      value - allowed object is QualityInfo
    • 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

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