Package org.cxml
Class ContractItemIn
- java.lang.Object
-
- org.cxml.ContractItemIn
-
public class ContractItemIn extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ItemInitemInprotected MaxAmountmaxAmountprotected java.lang.StringmaxQuantityprotected MaxReleaseAmountmaxReleaseAmountprotected java.lang.StringmaxReleaseQuantityprotected MinAmountminAmountprotected java.lang.StringminQuantityprotected MinReleaseAmountminReleaseAmountprotected java.lang.StringminReleaseQuantityprotected java.util.List<ReferenceDocumentInfo>referenceDocumentInfoprotected TermsOfDeliverytermsOfDelivery
-
Constructor Summary
Constructors Constructor Description ContractItemIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemIngetItemIn()Gets the value of the itemIn property.MaxAmountgetMaxAmount()Gets the value of the maxAmount property.java.lang.StringgetMaxQuantity()Gets the value of the maxQuantity property.MaxReleaseAmountgetMaxReleaseAmount()Gets the value of the maxReleaseAmount property.java.lang.StringgetMaxReleaseQuantity()Gets the value of the maxReleaseQuantity property.MinAmountgetMinAmount()Gets the value of the minAmount property.java.lang.StringgetMinQuantity()Gets the value of the minQuantity property.MinReleaseAmountgetMinReleaseAmount()Gets the value of the minReleaseAmount property.java.lang.StringgetMinReleaseQuantity()Gets the value of the minReleaseQuantity property.java.util.List<ReferenceDocumentInfo>getReferenceDocumentInfo()Gets the value of the referenceDocumentInfo property.TermsOfDeliverygetTermsOfDelivery()Gets the value of the termsOfDelivery property.voidsetItemIn(ItemIn value)Sets the value of the itemIn property.voidsetMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidsetMaxQuantity(java.lang.String value)Sets the value of the maxQuantity property.voidsetMaxReleaseAmount(MaxReleaseAmount value)Sets the value of the maxReleaseAmount property.voidsetMaxReleaseQuantity(java.lang.String value)Sets the value of the maxReleaseQuantity property.voidsetMinAmount(MinAmount value)Sets the value of the minAmount property.voidsetMinQuantity(java.lang.String value)Sets the value of the minQuantity property.voidsetMinReleaseAmount(MinReleaseAmount value)Sets the value of the minReleaseAmount property.voidsetMinReleaseQuantity(java.lang.String value)Sets the value of the minReleaseQuantity property.voidsetTermsOfDelivery(TermsOfDelivery value)Sets the value of the termsOfDelivery property.
-
-
-
Field Detail
-
maxAmount
protected MaxAmount maxAmount
-
minAmount
protected MinAmount minAmount
-
maxReleaseAmount
protected MaxReleaseAmount maxReleaseAmount
-
minReleaseAmount
protected MinReleaseAmount minReleaseAmount
-
maxQuantity
protected java.lang.String maxQuantity
-
minQuantity
protected java.lang.String minQuantity
-
maxReleaseQuantity
protected java.lang.String maxReleaseQuantity
-
minReleaseQuantity
protected java.lang.String minReleaseQuantity
-
termsOfDelivery
protected TermsOfDelivery termsOfDelivery
-
itemIn
protected ItemIn itemIn
-
referenceDocumentInfo
protected java.util.List<ReferenceDocumentInfo> referenceDocumentInfo
-
-
Method Detail
-
getMaxAmount
public MaxAmount getMaxAmount()
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
public void setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
public MinAmount getMinAmount()
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
public void setMinAmount(MinAmount value)
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxReleaseAmount
public MaxReleaseAmount getMaxReleaseAmount()
Gets the value of the maxReleaseAmount property.- Returns:
- possible object is
MaxReleaseAmount
-
setMaxReleaseAmount
public void setMaxReleaseAmount(MaxReleaseAmount value)
Sets the value of the maxReleaseAmount property.- Parameters:
value- allowed object isMaxReleaseAmount
-
getMinReleaseAmount
public MinReleaseAmount getMinReleaseAmount()
Gets the value of the minReleaseAmount property.- Returns:
- possible object is
MinReleaseAmount
-
setMinReleaseAmount
public void setMinReleaseAmount(MinReleaseAmount value)
Sets the value of the minReleaseAmount property.- Parameters:
value- allowed object isMinReleaseAmount
-
getMaxQuantity
public java.lang.String getMaxQuantity()
Gets the value of the maxQuantity property.- Returns:
- possible object is
String
-
setMaxQuantity
public void setMaxQuantity(java.lang.String value)
Sets the value of the maxQuantity property.- Parameters:
value- allowed object isString
-
getMinQuantity
public java.lang.String getMinQuantity()
Gets the value of the minQuantity property.- Returns:
- possible object is
String
-
setMinQuantity
public void setMinQuantity(java.lang.String value)
Sets the value of the minQuantity property.- Parameters:
value- allowed object isString
-
getMaxReleaseQuantity
public java.lang.String getMaxReleaseQuantity()
Gets the value of the maxReleaseQuantity property.- Returns:
- possible object is
String
-
setMaxReleaseQuantity
public void setMaxReleaseQuantity(java.lang.String value)
Sets the value of the maxReleaseQuantity property.- Parameters:
value- allowed object isString
-
getMinReleaseQuantity
public java.lang.String getMinReleaseQuantity()
Gets the value of the minReleaseQuantity property.- Returns:
- possible object is
String
-
setMinReleaseQuantity
public void setMinReleaseQuantity(java.lang.String value)
Sets the value of the minReleaseQuantity property.- Parameters:
value- allowed object isString
-
getTermsOfDelivery
public TermsOfDelivery getTermsOfDelivery()
Gets the value of the termsOfDelivery property.- Returns:
- possible object is
TermsOfDelivery
-
setTermsOfDelivery
public void setTermsOfDelivery(TermsOfDelivery value)
Sets the value of the termsOfDelivery property.- Parameters:
value- allowed object isTermsOfDelivery
-
getItemIn
public ItemIn getItemIn()
Gets the value of the itemIn property.- Returns:
- possible object is
ItemIn
-
setItemIn
public void setItemIn(ItemIn value)
Sets the value of the itemIn property.- Parameters:
value- allowed object isItemIn
-
getReferenceDocumentInfo
public java.util.List<ReferenceDocumentInfo> 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
-
-