Class AcceptanceItemDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AcceptanceScheduleDetail>protected Stringprotected UnitPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptanceScheduleDetail property.Gets the value of the approvedAction property.Gets the value of the extrinsic property.Gets the value of the unitPrice property.voidsetApprovedAction(String value) Sets the value of the approvedAction property.voidsetUnitPrice(UnitPrice value) Sets the value of the unitPrice property.
-
Field Details
-
approvedAction
-
acceptanceScheduleDetail
-
unitPrice
-
extrinsic
-
-
Constructor Details
-
AcceptanceItemDetail
public AcceptanceItemDetail()
-
-
Method Details
-
getApprovedAction
Gets the value of the approvedAction property.- Returns:
- possible object is
String
-
setApprovedAction
Sets the value of the approvedAction property.- Parameters:
value- allowed object isString
-
getAcceptanceScheduleDetail
Gets the value of the acceptanceScheduleDetail 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 acceptanceScheduleDetail property.For example, to add a new item, do as follows:
getAcceptanceScheduleDetail().add(newItem);Objects of the following type(s) are allowed in the list
AcceptanceScheduleDetail -
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
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
-