Class OrderRequestHeaderIndustry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExternalDocumentTypeprotected Priorityprotected QualityInfoprotected List<ReferenceDocumentInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetInfo property.Gets the value of the externalDocumentType property.Gets the value of the priority property.Gets the value of the qualityInfo property.Gets the value of the referenceDocumentInfo property.voidSets the value of the externalDocumentType property.voidsetPriority(Priority value) Sets the value of the priority property.voidsetQualityInfo(QualityInfo value) Sets the value of the qualityInfo property.
-
Field Details
-
referenceDocumentInfo
-
priority
-
externalDocumentType
-
qualityInfo
-
assetInfo
-
-
Constructor Details
-
OrderRequestHeaderIndustry
public OrderRequestHeaderIndustry()
-
-
Method Details
-
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
setmethod 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
Gets the value of the priority property.- Returns:
- possible object is
Priority
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isPriority
-
getExternalDocumentType
Gets the value of the externalDocumentType property.- Returns:
- possible object is
ExternalDocumentType
-
setExternalDocumentType
Sets the value of the externalDocumentType property.- Parameters:
value- allowed object isExternalDocumentType
-
getQualityInfo
Gets the value of the qualityInfo property.- Returns:
- possible object is
QualityInfo
-
setQualityInfo
Sets the value of the qualityInfo property.- Parameters:
value- allowed object isQualityInfo
-
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
setmethod 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
-