Package org.cxml

Class ContractRequestHeader

java.lang.Object
org.cxml.ContractRequestHeader

public class ContractRequestHeader extends Object
  • Field Details

  • Constructor Details

    • ContractRequestHeader

      public ContractRequestHeader()
  • Method Details

    • getContractID

      public String getContractID()
      Gets the value of the contractID property.
      Returns:
      possible object is String
    • setContractID

      public void setContractID(String value)
      Sets the value of the contractID property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getCreateDate

      public String getCreateDate()
      Gets the value of the createDate property.
      Returns:
      possible object is String
    • setCreateDate

      public void setCreateDate(String value)
      Sets the value of the createDate property.
      Parameters:
      value - allowed object is String
    • getAgreementDate

      public String getAgreementDate()
      Gets the value of the agreementDate property.
      Returns:
      possible object is String
    • setAgreementDate

      public void setAgreementDate(String value)
      Sets the value of the agreementDate property.
      Parameters:
      value - allowed object is String
    • getEffectiveDate

      public String getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(String value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public String getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is String
    • setExpirationDate

      public void setExpirationDate(String value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is String
    • getXmlLang

      public String getXmlLang()
      Gets the value of the xmlLang property.
      Returns:
      possible object is String
    • setXmlLang

      public void setXmlLang(String value)
      Sets the value of the xmlLang property.
      Parameters:
      value - allowed object is String
    • 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
    • getLegalEntity

      public LegalEntity getLegalEntity()
      Gets the value of the legalEntity property.
      Returns:
      possible object is LegalEntity
    • setLegalEntity

      public void setLegalEntity(LegalEntity value)
      Sets the value of the legalEntity property.
      Parameters:
      value - allowed object is LegalEntity
    • getOrganizationID

      public OrganizationID getOrganizationID()
      Gets the value of the organizationID property.
      Returns:
      possible object is OrganizationID
    • setOrganizationID

      public void setOrganizationID(OrganizationID value)
      Sets the value of the organizationID property.
      Parameters:
      value - allowed object is OrganizationID
    • getOrganizationalUnit

      public List<OrganizationalUnit> getOrganizationalUnit()
      Gets the value of the organizationalUnit 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 organizationalUnit property.

      For example, to add a new item, do as follows:

          getOrganizationalUnit().add(newItem);
       

      Objects of the following type(s) are allowed in the list OrganizationalUnit

    • getPaymentTerm

      public List<PaymentTerm> getPaymentTerm()
      Gets the value of the paymentTerm 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 paymentTerm property.

      For example, to add a new item, do as follows:

          getPaymentTerm().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentTerm

    • getQuoteRequestReference

      public QuoteRequestReference getQuoteRequestReference()
      Gets the value of the quoteRequestReference property.
      Returns:
      possible object is QuoteRequestReference
    • setQuoteRequestReference

      public void setQuoteRequestReference(QuoteRequestReference value)
      Sets the value of the quoteRequestReference property.
      Parameters:
      value - allowed object is QuoteRequestReference
    • 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
    • getContact

      public List<Contact> getContact()
      Gets the value of the contact 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 contact property.

      For example, to add a new item, do as follows:

          getContact().add(newItem);
       

      Objects of the following type(s) are allowed in the list Contact

    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • getDocumentInfo

      public DocumentInfo getDocumentInfo()
      Gets the value of the documentInfo property.
      Returns:
      possible object is DocumentInfo
    • setDocumentInfo

      public void setDocumentInfo(DocumentInfo value)
      Sets the value of the documentInfo property.
      Parameters:
      value - allowed object is DocumentInfo
    • getParentContractInfo

      public ParentContractInfo getParentContractInfo()
      Gets the value of the parentContractInfo property.
      Returns:
      possible object is ParentContractInfo
    • setParentContractInfo

      public void setParentContractInfo(ParentContractInfo value)
      Sets the value of the parentContractInfo property.
      Parameters:
      value - allowed object is ParentContractInfo
    • getFollowUpDocument

      public FollowUpDocument getFollowUpDocument()
      Gets the value of the followUpDocument property.
      Returns:
      possible object is FollowUpDocument
    • setFollowUpDocument

      public void setFollowUpDocument(FollowUpDocument value)
      Sets the value of the followUpDocument property.
      Parameters:
      value - allowed object is FollowUpDocument
    • 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
    • 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