public class ContractItemIn
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ItemIn |
itemIn |
protected MaxAmount |
maxAmount |
protected java.lang.String |
maxQuantity |
protected MaxReleaseAmount |
maxReleaseAmount |
protected java.lang.String |
maxReleaseQuantity |
protected MinAmount |
minAmount |
protected java.lang.String |
minQuantity |
protected MinReleaseAmount |
minReleaseAmount |
protected java.lang.String |
minReleaseQuantity |
protected java.util.List<ReferenceDocumentInfo> |
referenceDocumentInfo |
protected TermsOfDelivery |
termsOfDelivery |
| Constructor and Description |
|---|
ContractItemIn() |
| Modifier and Type | Method and Description |
|---|---|
ItemIn |
getItemIn()
Gets the value of the itemIn property.
|
MaxAmount |
getMaxAmount()
Gets the value of the maxAmount property.
|
java.lang.String |
getMaxQuantity()
Gets the value of the maxQuantity property.
|
MaxReleaseAmount |
getMaxReleaseAmount()
Gets the value of the maxReleaseAmount property.
|
java.lang.String |
getMaxReleaseQuantity()
Gets the value of the maxReleaseQuantity property.
|
MinAmount |
getMinAmount()
Gets the value of the minAmount property.
|
java.lang.String |
getMinQuantity()
Gets the value of the minQuantity property.
|
MinReleaseAmount |
getMinReleaseAmount()
Gets the value of the minReleaseAmount property.
|
java.lang.String |
getMinReleaseQuantity()
Gets the value of the minReleaseQuantity property.
|
java.util.List<ReferenceDocumentInfo> |
getReferenceDocumentInfo()
Gets the value of the referenceDocumentInfo property.
|
TermsOfDelivery |
getTermsOfDelivery()
Gets the value of the termsOfDelivery property.
|
void |
setItemIn(ItemIn value)
Sets the value of the itemIn property.
|
void |
setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.
|
void |
setMaxQuantity(java.lang.String value)
Sets the value of the maxQuantity property.
|
void |
setMaxReleaseAmount(MaxReleaseAmount value)
Sets the value of the maxReleaseAmount property.
|
void |
setMaxReleaseQuantity(java.lang.String value)
Sets the value of the maxReleaseQuantity property.
|
void |
setMinAmount(MinAmount value)
Sets the value of the minAmount property.
|
void |
setMinQuantity(java.lang.String value)
Sets the value of the minQuantity property.
|
void |
setMinReleaseAmount(MinReleaseAmount value)
Sets the value of the minReleaseAmount property.
|
void |
setMinReleaseQuantity(java.lang.String value)
Sets the value of the minReleaseQuantity property.
|
void |
setTermsOfDelivery(TermsOfDelivery value)
Sets the value of the termsOfDelivery property.
|
protected MaxAmount maxAmount
protected MinAmount minAmount
protected MaxReleaseAmount maxReleaseAmount
protected MinReleaseAmount minReleaseAmount
protected java.lang.String maxQuantity
protected java.lang.String minQuantity
protected java.lang.String maxReleaseQuantity
protected java.lang.String minReleaseQuantity
protected TermsOfDelivery termsOfDelivery
protected ItemIn itemIn
protected java.util.List<ReferenceDocumentInfo> referenceDocumentInfo
public MaxAmount getMaxAmount()
MaxAmountpublic void setMaxAmount(MaxAmount value)
value - allowed object is
MaxAmountpublic MinAmount getMinAmount()
MinAmountpublic void setMinAmount(MinAmount value)
value - allowed object is
MinAmountpublic MaxReleaseAmount getMaxReleaseAmount()
MaxReleaseAmountpublic void setMaxReleaseAmount(MaxReleaseAmount value)
value - allowed object is
MaxReleaseAmountpublic MinReleaseAmount getMinReleaseAmount()
MinReleaseAmountpublic void setMinReleaseAmount(MinReleaseAmount value)
value - allowed object is
MinReleaseAmountpublic java.lang.String getMaxQuantity()
Stringpublic void setMaxQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinQuantity()
Stringpublic void setMinQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxReleaseQuantity()
Stringpublic void setMaxReleaseQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinReleaseQuantity()
Stringpublic void setMinReleaseQuantity(java.lang.String value)
value - allowed object is
Stringpublic TermsOfDelivery getTermsOfDelivery()
TermsOfDeliverypublic void setTermsOfDelivery(TermsOfDelivery value)
value - allowed object is
TermsOfDeliverypublic ItemIn getItemIn()
ItemInpublic void setItemIn(ItemIn value)
value - allowed object is
ItemInpublic java.util.List<ReferenceDocumentInfo> getReferenceDocumentInfo()
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 set method 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
Copyright © 2018 SAP SE. All Rights Reserved.