Package org.cxml

Class OrderRequestHeaderIndustry

java.lang.Object
org.cxml.OrderRequestHeaderIndustry

public class OrderRequestHeaderIndustry extends Object
  • Field Details

  • Constructor Details

    • OrderRequestHeaderIndustry

      public OrderRequestHeaderIndustry()
  • Method Details

    • getReferenceDocumentInfo

      public List<ReferenceDocumentInfo> getReferenceDocumentInfo()
      Gets the value of the referenceDocumentInfo 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 referenceDocumentInfo property.

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

          getReferenceDocumentInfo().add(newItem);
       

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

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

      public ExternalDocumentType getExternalDocumentType()
      Gets the value of the externalDocumentType property.
      Returns:
      possible object is ExternalDocumentType
    • setExternalDocumentType

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