Class ContractItemIn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Alternativeprotected ItemInprotected Stringprotected MaxAmountprotected Stringprotected MaxReleaseAmountprotected Stringprotected MinAmountprotected Stringprotected MinReleaseAmountprotected Stringprotected Stringprotected List<ReferenceDocumentInfo>protected Stringprotected SupplierProductionFacilityRelationsprotected TermsOfDelivery -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alternative property.Gets the value of the extrinsic property.Gets the value of the itemIn property.Gets the value of the itemType property.Gets the value of the maxAmount property.Gets the value of the maxQuantity property.Gets the value of the maxReleaseAmount property.Gets the value of the maxReleaseQuantity property.Gets the value of the minAmount property.Gets the value of the minQuantity property.Gets the value of the minReleaseAmount property.Gets the value of the minReleaseQuantity property.Gets the value of the operation property.Gets the value of the referenceDocumentInfo property.Gets the value of the serviceLineType property.Gets the value of the supplierProductionFacilityRelations property.Gets the value of the termsOfDelivery property.voidsetAlternative(Alternative value) Sets the value of the alternative property.voidSets the value of the itemIn property.voidsetItemType(String value) Sets the value of the itemType property.voidsetMaxAmount(MaxAmount value) Sets the value of the maxAmount property.voidsetMaxQuantity(String value) Sets the value of the maxQuantity property.voidSets the value of the maxReleaseAmount property.voidsetMaxReleaseQuantity(String value) Sets the value of the maxReleaseQuantity property.voidsetMinAmount(MinAmount value) Sets the value of the minAmount property.voidsetMinQuantity(String value) Sets the value of the minQuantity property.voidSets the value of the minReleaseAmount property.voidsetMinReleaseQuantity(String value) Sets the value of the minReleaseQuantity property.voidsetOperation(String value) Sets the value of the operation property.voidsetServiceLineType(String value) Sets the value of the serviceLineType property.voidSets the value of the supplierProductionFacilityRelations property.voidSets the value of the termsOfDelivery property.
-
Field Details
-
operation
-
itemType
-
serviceLineType
-
maxAmount
-
minAmount
-
maxReleaseAmount
-
minReleaseAmount
-
maxQuantity
-
minQuantity
-
maxReleaseQuantity
-
minReleaseQuantity
-
termsOfDelivery
-
itemIn
-
referenceDocumentInfo
-
alternative
-
supplierProductionFacilityRelations
-
extrinsic
-
-
Constructor Details
-
ContractItemIn
public ContractItemIn()
-
-
Method Details
-
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
-
getItemType
Gets the value of the itemType property.- Returns:
- possible object is
String
-
setItemType
Sets the value of the itemType property.- Parameters:
value- allowed object isString
-
getServiceLineType
Gets the value of the serviceLineType property.- Returns:
- possible object is
String
-
setServiceLineType
Sets the value of the serviceLineType property.- Parameters:
value- allowed object isString
-
getMaxAmount
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxReleaseAmount
Gets the value of the maxReleaseAmount property.- Returns:
- possible object is
MaxReleaseAmount
-
setMaxReleaseAmount
Sets the value of the maxReleaseAmount property.- Parameters:
value- allowed object isMaxReleaseAmount
-
getMinReleaseAmount
Gets the value of the minReleaseAmount property.- Returns:
- possible object is
MinReleaseAmount
-
setMinReleaseAmount
Sets the value of the minReleaseAmount property.- Parameters:
value- allowed object isMinReleaseAmount
-
getMaxQuantity
Gets the value of the maxQuantity property.- Returns:
- possible object is
String
-
setMaxQuantity
Sets the value of the maxQuantity property.- Parameters:
value- allowed object isString
-
getMinQuantity
Gets the value of the minQuantity property.- Returns:
- possible object is
String
-
setMinQuantity
Sets the value of the minQuantity property.- Parameters:
value- allowed object isString
-
getMaxReleaseQuantity
Gets the value of the maxReleaseQuantity property.- Returns:
- possible object is
String
-
setMaxReleaseQuantity
Sets the value of the maxReleaseQuantity property.- Parameters:
value- allowed object isString
-
getMinReleaseQuantity
Gets the value of the minReleaseQuantity property.- Returns:
- possible object is
String
-
setMinReleaseQuantity
Sets the value of the minReleaseQuantity property.- Parameters:
value- allowed object isString
-
getTermsOfDelivery
Gets the value of the termsOfDelivery property.- Returns:
- possible object is
TermsOfDelivery
-
setTermsOfDelivery
Sets the value of the termsOfDelivery property.- Parameters:
value- allowed object isTermsOfDelivery
-
getItemIn
Gets the value of the itemIn property.- Returns:
- possible object is
ItemIn
-
setItemIn
Sets the value of the itemIn property.- Parameters:
value- allowed object isItemIn
-
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 -
getAlternative
Gets the value of the alternative property.- Returns:
- possible object is
Alternative
-
setAlternative
Sets the value of the alternative property.- Parameters:
value- allowed object isAlternative
-
getSupplierProductionFacilityRelations
Gets the value of the supplierProductionFacilityRelations property.- Returns:
- possible object is
SupplierProductionFacilityRelations
-
setSupplierProductionFacilityRelations
Sets the value of the supplierProductionFacilityRelations property.- Parameters:
value- allowed object isSupplierProductionFacilityRelations
-
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
-