Class AcceptanceItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AcceptanceItemDetail>protected Stringprotected Commentsprotected List<DeviationReason>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptanceItemDetail property.Gets the value of the acceptanceStatus property.Gets the value of the comments property.Gets the value of the deviationReason property.Gets the value of the extrinsic property.Gets the value of the lineNumber property.voidsetAcceptanceStatus(String value) Sets the value of the acceptanceStatus property.voidsetComments(Comments value) Sets the value of the comments property.voidsetLineNumber(String value) Sets the value of the lineNumber property.
-
Field Details
-
lineNumber
-
acceptanceStatus
-
deviationReason
-
comments
-
acceptanceItemDetail
-
extrinsic
-
-
Constructor Details
-
AcceptanceItem
public AcceptanceItem()
-
-
Method Details
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getAcceptanceStatus
Gets the value of the acceptanceStatus property.- Returns:
- possible object is
String
-
setAcceptanceStatus
Sets the value of the acceptanceStatus property.- Parameters:
value- allowed object isString
-
getDeviationReason
Gets the value of the deviationReason 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 deviationReason property.For example, to add a new item, do as follows:
getDeviationReason().add(newItem);Objects of the following type(s) are allowed in the list
DeviationReason -
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
-
getAcceptanceItemDetail
Gets the value of the acceptanceItemDetail 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 acceptanceItemDetail property.For example, to add a new item, do as follows:
getAcceptanceItemDetail().add(newItem);Objects of the following type(s) are allowed in the list
AcceptanceItemDetail -
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
-