Class QualityInspectionRequestHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Batchprotected BillToprotected Commentsprotected Stringprotected DocumentReferenceprotected IdReferenceprotected ItemInfoprotected Stringprotected Periodprotected Priorityprotected QualityInfoprotected ReferenceDocumentInfoprotected Stringprotected Stringprotected SampleDefinitionprotected ShipToprotected 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 billTo property.Gets the value of the comments property.Gets the value of the contact property.Gets the value of the createdBy property.Gets the value of the documentReference property.Gets the value of the extrinsic property.Gets the value of the idReference property.Gets the value of the itemInfo property.Gets the value of the operation property.Gets the value of the period property.Gets the value of the priority property.Gets the value of the qualityInfo property.Gets the value of the referenceDocumentInfo property.Gets the value of the requestDate property.Gets the value of the requestID property.Gets the value of the sampleDefinition property.Gets the value of the shipTo property.Gets the value of the version property.voidSets the value of the batch property.voidSets the value of the billTo property.voidsetComments(Comments value) Sets the value of the comments property.voidsetCreatedBy(String value) Sets the value of the createdBy property.voidSets the value of the documentReference property.voidsetIdReference(IdReference value) Sets the value of the idReference property.voidsetItemInfo(ItemInfo value) Sets the value of the itemInfo property.voidsetOperation(String value) Sets the value of the operation property.voidSets the value of the period property.voidsetPriority(Priority value) Sets the value of the priority property.voidsetQualityInfo(QualityInfo value) Sets the value of the qualityInfo property.voidSets the value of the referenceDocumentInfo property.voidsetRequestDate(String value) Sets the value of the requestDate property.voidsetRequestID(String value) Sets the value of the requestID property.voidSets the value of the sampleDefinition property.voidSets the value of the shipTo property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
requestID
-
requestDate
-
operation
-
version
-
createdBy
-
documentReference
-
idReference
-
shipTo
-
billTo
-
contact
-
period
-
priority
-
referenceDocumentInfo
-
itemInfo
-
sampleDefinition
-
batch
-
qualityInfo
-
assetInfo
-
comments
-
extrinsic
-
-
Constructor Details
-
QualityInspectionRequestHeader
public QualityInspectionRequestHeader()
-
-
Method Details
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-
getRequestDate
Gets the value of the requestDate property.- Returns:
- possible object is
String
-
setRequestDate
Sets the value of the requestDate property.- Parameters:
value- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation 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
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
getIdReference
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-
getShipTo
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
getBillTo
Gets the value of the billTo property.- Returns:
- possible object is
BillTo
-
setBillTo
Sets the value of the billTo property.- Parameters:
value- allowed object isBillTo
-
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
setmethod 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
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
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
-
getReferenceDocumentInfo
Gets the value of the referenceDocumentInfo property.- Returns:
- possible object is
ReferenceDocumentInfo
-
setReferenceDocumentInfo
Sets the value of the referenceDocumentInfo property.- Parameters:
value- allowed object isReferenceDocumentInfo
-
getItemInfo
Gets the value of the itemInfo property.- Returns:
- possible object is
ItemInfo
-
setItemInfo
Sets the value of the itemInfo property.- Parameters:
value- allowed object isItemInfo
-
getSampleDefinition
Gets the value of the sampleDefinition property.- Returns:
- possible object is
SampleDefinition
-
setSampleDefinition
Sets the value of the sampleDefinition property.- Parameters:
value- allowed object isSampleDefinition
-
getBatch
Gets the value of the batch property.- Returns:
- possible object is
Batch
-
setBatch
Sets the value of the batch property.- Parameters:
value- allowed object isBatch
-
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 -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
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
-