Package org.cxml

Class ContractItemIn

java.lang.Object
org.cxml.ContractItemIn

public class ContractItemIn extends Object
  • Field Details

  • Constructor Details

    • ContractItemIn

      public ContractItemIn()
  • Method Details

    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
    • getItemType

      public String getItemType()
      Gets the value of the itemType property.
      Returns:
      possible object is String
    • setItemType

      public void setItemType(String value)
      Sets the value of the itemType property.
      Parameters:
      value - allowed object is String
    • getServiceLineType

      public String getServiceLineType()
      Gets the value of the serviceLineType property.
      Returns:
      possible object is String
    • setServiceLineType

      public void setServiceLineType(String value)
      Sets the value of the serviceLineType property.
      Parameters:
      value - allowed object is String
    • 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 is MaxAmount
    • 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 is MinAmount
    • 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 is MaxReleaseAmount
    • 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 is MinReleaseAmount
    • getMaxQuantity

      public String getMaxQuantity()
      Gets the value of the maxQuantity property.
      Returns:
      possible object is String
    • setMaxQuantity

      public void setMaxQuantity(String value)
      Sets the value of the maxQuantity property.
      Parameters:
      value - allowed object is String
    • getMinQuantity

      public String getMinQuantity()
      Gets the value of the minQuantity property.
      Returns:
      possible object is String
    • setMinQuantity

      public void setMinQuantity(String value)
      Sets the value of the minQuantity property.
      Parameters:
      value - allowed object is String
    • getMaxReleaseQuantity

      public String getMaxReleaseQuantity()
      Gets the value of the maxReleaseQuantity property.
      Returns:
      possible object is String
    • setMaxReleaseQuantity

      public void setMaxReleaseQuantity(String value)
      Sets the value of the maxReleaseQuantity property.
      Parameters:
      value - allowed object is String
    • getMinReleaseQuantity

      public String getMinReleaseQuantity()
      Gets the value of the minReleaseQuantity property.
      Returns:
      possible object is String
    • setMinReleaseQuantity

      public void setMinReleaseQuantity(String value)
      Sets the value of the minReleaseQuantity property.
      Parameters:
      value - allowed object is String
    • 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 is TermsOfDelivery
    • 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 is ItemIn
    • getReferenceDocumentInfo

      public 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 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

    • getAlternative

      public Alternative getAlternative()
      Gets the value of the alternative property.
      Returns:
      possible object is Alternative
    • setAlternative

      public void setAlternative(Alternative value)
      Sets the value of the alternative property.
      Parameters:
      value - allowed object is Alternative
    • getSupplierProductionFacilityRelations

      public SupplierProductionFacilityRelations getSupplierProductionFacilityRelations()
      Gets the value of the supplierProductionFacilityRelations property.
      Returns:
      possible object is SupplierProductionFacilityRelations
    • setSupplierProductionFacilityRelations

      public void setSupplierProductionFacilityRelations(SupplierProductionFacilityRelations value)
      Sets the value of the supplierProductionFacilityRelations property.
      Parameters:
      value - allowed object is SupplierProductionFacilityRelations
    • getExtrinsic

      public List<Extrinsic> 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 set method 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