public class ContractRequestHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agreementDate |
protected Comments |
comments |
protected java.util.List<Contact> |
contact |
protected java.lang.String |
contractID |
protected java.lang.String |
createDate |
protected DocumentInfo |
documentInfo |
protected java.lang.String |
effectiveDate |
protected java.lang.String |
expirationDate |
protected java.util.List<Extrinsic> |
extrinsic |
protected LegalEntity |
legalEntity |
protected MaxAmount |
maxAmount |
protected MaxReleaseAmount |
maxReleaseAmount |
protected MinAmount |
minAmount |
protected MinReleaseAmount |
minReleaseAmount |
protected java.lang.String |
operation |
protected java.util.List<OrganizationalUnit> |
organizationalUnit |
protected OrganizationID |
organizationID |
protected ParentContractInfo |
parentContractInfo |
protected java.util.List<PaymentTerm> |
paymentTerm |
protected QuoteRequestReference |
quoteRequestReference |
protected TermsOfDelivery |
termsOfDelivery |
protected java.lang.String |
type |
protected java.lang.String |
xmlLang |
| Constructor and Description |
|---|
ContractRequestHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgreementDate()
Gets the value of the agreementDate property.
|
Comments |
getComments()
Gets the value of the comments property.
|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
java.lang.String |
getContractID()
Gets the value of the contractID property.
|
java.lang.String |
getCreateDate()
Gets the value of the createDate property.
|
DocumentInfo |
getDocumentInfo()
Gets the value of the documentInfo property.
|
java.lang.String |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
LegalEntity |
getLegalEntity()
Gets the value of the legalEntity property.
|
MaxAmount |
getMaxAmount()
Gets the value of the maxAmount property.
|
MaxReleaseAmount |
getMaxReleaseAmount()
Gets the value of the maxReleaseAmount property.
|
MinAmount |
getMinAmount()
Gets the value of the minAmount property.
|
MinReleaseAmount |
getMinReleaseAmount()
Gets the value of the minReleaseAmount property.
|
java.lang.String |
getOperation()
Gets the value of the operation property.
|
java.util.List<OrganizationalUnit> |
getOrganizationalUnit()
Gets the value of the organizationalUnit property.
|
OrganizationID |
getOrganizationID()
Gets the value of the organizationID property.
|
ParentContractInfo |
getParentContractInfo()
Gets the value of the parentContractInfo property.
|
java.util.List<PaymentTerm> |
getPaymentTerm()
Gets the value of the paymentTerm property.
|
QuoteRequestReference |
getQuoteRequestReference()
Gets the value of the quoteRequestReference property.
|
TermsOfDelivery |
getTermsOfDelivery()
Gets the value of the termsOfDelivery property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property.
|
void |
setAgreementDate(java.lang.String value)
Sets the value of the agreementDate property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setContractID(java.lang.String value)
Sets the value of the contractID property.
|
void |
setCreateDate(java.lang.String value)
Sets the value of the createDate property.
|
void |
setDocumentInfo(DocumentInfo value)
Sets the value of the documentInfo property.
|
void |
setEffectiveDate(java.lang.String value)
Sets the value of the effectiveDate property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
void |
setLegalEntity(LegalEntity value)
Sets the value of the legalEntity property.
|
void |
setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.
|
void |
setMaxReleaseAmount(MaxReleaseAmount value)
Sets the value of the maxReleaseAmount property.
|
void |
setMinAmount(MinAmount value)
Sets the value of the minAmount property.
|
void |
setMinReleaseAmount(MinReleaseAmount value)
Sets the value of the minReleaseAmount property.
|
void |
setOperation(java.lang.String value)
Sets the value of the operation property.
|
void |
setOrganizationID(OrganizationID value)
Sets the value of the organizationID property.
|
void |
setParentContractInfo(ParentContractInfo value)
Sets the value of the parentContractInfo property.
|
void |
setQuoteRequestReference(QuoteRequestReference value)
Sets the value of the quoteRequestReference property.
|
void |
setTermsOfDelivery(TermsOfDelivery value)
Sets the value of the termsOfDelivery property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.
|
protected java.lang.String contractID
protected java.lang.String type
protected java.lang.String createDate
protected java.lang.String agreementDate
protected java.lang.String effectiveDate
protected java.lang.String expirationDate
protected java.lang.String xmlLang
protected java.lang.String operation
protected LegalEntity legalEntity
protected OrganizationID organizationID
protected java.util.List<OrganizationalUnit> organizationalUnit
protected java.util.List<PaymentTerm> paymentTerm
protected QuoteRequestReference quoteRequestReference
protected MaxAmount maxAmount
protected MinAmount minAmount
protected MaxReleaseAmount maxReleaseAmount
protected MinReleaseAmount minReleaseAmount
protected java.util.List<Contact> contact
protected Comments comments
protected DocumentInfo documentInfo
protected ParentContractInfo parentContractInfo
protected TermsOfDelivery termsOfDelivery
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getContractID()
Stringpublic void setContractID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreateDate()
Stringpublic void setCreateDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgreementDate()
Stringpublic void setAgreementDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEffectiveDate()
Stringpublic void setEffectiveDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpirationDate()
Stringpublic void setExpirationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXmlLang()
Stringpublic void setXmlLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic LegalEntity getLegalEntity()
LegalEntitypublic void setLegalEntity(LegalEntity value)
value - allowed object is
LegalEntitypublic OrganizationID getOrganizationID()
OrganizationIDpublic void setOrganizationID(OrganizationID value)
value - allowed object is
OrganizationIDpublic java.util.List<OrganizationalUnit> getOrganizationalUnit()
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
public java.util.List<PaymentTerm> getPaymentTerm()
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
public QuoteRequestReference getQuoteRequestReference()
QuoteRequestReferencepublic void setQuoteRequestReference(QuoteRequestReference value)
value - allowed object is
QuoteRequestReferencepublic 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.util.List<Contact> getContact()
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
public Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic DocumentInfo getDocumentInfo()
DocumentInfopublic void setDocumentInfo(DocumentInfo value)
value - allowed object is
DocumentInfopublic ParentContractInfo getParentContractInfo()
ParentContractInfopublic void setParentContractInfo(ParentContractInfo value)
value - allowed object is
ParentContractInfopublic TermsOfDelivery getTermsOfDelivery()
TermsOfDeliverypublic void setTermsOfDelivery(TermsOfDelivery value)
value - allowed object is
TermsOfDeliverypublic java.util.List<Extrinsic> getExtrinsic()
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
Copyright © 2018 SAP SE. All Rights Reserved.