Package org.cxml

Class ContractRequestHeader


  • public class ContractRequestHeader
    extends java.lang.Object
    • Field Detail

      • contractID

        protected java.lang.String contractID
      • type

        protected java.lang.String type
      • createDate

        protected java.lang.String createDate
      • agreementDate

        protected java.lang.String agreementDate
      • effectiveDate

        protected java.lang.String effectiveDate
      • expirationDate

        protected java.lang.String expirationDate
      • xmlLang

        protected java.lang.String xmlLang
      • operation

        protected java.lang.String operation
      • paymentTerm

        protected java.util.List<PaymentTerm> paymentTerm
      • contact

        protected java.util.List<Contact> contact
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • ContractRequestHeader

        public ContractRequestHeader()
    • Method Detail

      • getContractID

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void setXmlLang​(java.lang.String value)
        Sets the value of the xmlLang property.
        Parameters:
        value - allowed object is String
      • getOperation

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

        public void setOperation​(java.lang.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 java.util.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 java.util.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

      • 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 java.util.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
      • setParentContractInfo

        public void setParentContractInfo​(ParentContractInfo value)
        Sets the value of the parentContractInfo property.
        Parameters:
        value - allowed object is ParentContractInfo
      • 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
      • getExtrinsic

        public java.util.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