Class QualityInspectionResultRequestHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected QualityInspectionQuantityprotected QualityInspectionRequestReferenceprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetInfo property.getBatch()Gets the value of the batch property.Gets the value of the comments property.Gets the value of the createdBy property.Gets the value of the extrinsic property.Gets the value of the qualityInspectionQuantity property.Gets the value of the qualityInspectionRequestReference property.Gets the value of the resultDate property.Gets the value of the resultID property.Gets the value of the version property.voidsetCreatedBy(String value) Sets the value of the createdBy property.voidSets the value of the qualityInspectionQuantity property.voidSets the value of the qualityInspectionRequestReference property.voidsetResultDate(String value) Sets the value of the resultDate property.voidsetResultID(String value) Sets the value of the resultID property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
resultID
-
resultDate
-
version
-
createdBy
-
qualityInspectionRequestReference
-
batch
-
comments
-
qualityInspectionQuantity
-
assetInfo
-
extrinsic
-
-
Constructor Details
-
QualityInspectionResultRequestHeader
public QualityInspectionResultRequestHeader()
-
-
Method Details
-
getResultID
Gets the value of the resultID property.- Returns:
- possible object is
String
-
setResultID
Sets the value of the resultID property.- Parameters:
value- allowed object isString
-
getResultDate
Gets the value of the resultDate property.- Returns:
- possible object is
String
-
setResultDate
Sets the value of the resultDate property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getCreatedBy
Gets the value of the createdBy property.- Returns:
- possible object is
String
-
setCreatedBy
Sets the value of the createdBy property.- Parameters:
value- allowed object isString
-
getQualityInspectionRequestReference
Gets the value of the qualityInspectionRequestReference property.- Returns:
- possible object is
QualityInspectionRequestReference
-
setQualityInspectionRequestReference
Sets the value of the qualityInspectionRequestReference property.- Parameters:
value- allowed object isQualityInspectionRequestReference
-
getBatch
Gets the value of the batch 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 batch property.For example, to add a new item, do as follows:
getBatch().add(newItem);Objects of the following type(s) are allowed in the list
Batch -
getComments
Gets the value of the comments 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 comments property.For example, to add a new item, do as follows:
getComments().add(newItem);Objects of the following type(s) are allowed in the list
Comments -
getQualityInspectionQuantity
Gets the value of the qualityInspectionQuantity property.- Returns:
- possible object is
QualityInspectionQuantity
-
setQualityInspectionQuantity
Sets the value of the qualityInspectionQuantity property.- Parameters:
value- allowed object isQualityInspectionQuantity
-
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 -
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
setmethod 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
-