Class ContractRequestHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Commentsprotected Stringprotected Stringprotected DocumentInfoprotected Stringprotected Stringprotected FollowUpDocumentprotected LegalEntityprotected MaxAmountprotected MaxReleaseAmountprotected MinAmountprotected MinReleaseAmountprotected Stringprotected List<OrganizationalUnit>protected OrganizationIDprotected ParentContractInfoprotected List<PaymentTerm>protected QuoteRequestReferenceprotected SupplierProductionFacilityRelationsprotected TermsOfDeliveryprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the agreementDate property.Gets the value of the comments property.Gets the value of the contact property.Gets the value of the contractID property.Gets the value of the createDate property.Gets the value of the documentInfo property.Gets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the extrinsic property.Gets the value of the followUpDocument property.Gets the value of the legalEntity property.Gets the value of the maxAmount property.Gets the value of the maxReleaseAmount property.Gets the value of the minAmount property.Gets the value of the minReleaseAmount property.Gets the value of the operation property.Gets the value of the organizationalUnit property.Gets the value of the organizationID property.Gets the value of the parentContractInfo property.Gets the value of the paymentTerm property.Gets the value of the quoteRequestReference property.Gets the value of the supplierProductionFacilityRelations property.Gets the value of the termsOfDelivery property.getType()Gets the value of the type property.Gets the value of the xmlLang property.voidsetAgreementDate(String value) Sets the value of the agreementDate property.voidsetComments(Comments value) Sets the value of the comments property.voidsetContractID(String value) Sets the value of the contractID property.voidsetCreateDate(String value) Sets the value of the createDate property.voidsetDocumentInfo(DocumentInfo value) Sets the value of the documentInfo property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidSets the value of the followUpDocument property.voidsetLegalEntity(LegalEntity value) Sets the value of the legalEntity property.voidsetMaxAmount(MaxAmount value) Sets the value of the maxAmount property.voidSets the value of the maxReleaseAmount property.voidsetMinAmount(MinAmount value) Sets the value of the minAmount property.voidSets the value of the minReleaseAmount property.voidsetOperation(String value) Sets the value of the operation property.voidsetOrganizationID(OrganizationID value) Sets the value of the organizationID property.voidSets the value of the parentContractInfo property.voidSets the value of the quoteRequestReference property.voidSets the value of the supplierProductionFacilityRelations property.voidSets the value of the termsOfDelivery property.voidSets the value of the type property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
contractID
-
type
-
createDate
-
agreementDate
-
effectiveDate
-
expirationDate
-
xmlLang
-
operation
-
legalEntity
-
organizationID
-
organizationalUnit
-
paymentTerm
-
quoteRequestReference
-
maxAmount
-
minAmount
-
maxReleaseAmount
-
minReleaseAmount
-
contact
-
comments
-
documentInfo
-
parentContractInfo
-
followUpDocument
-
termsOfDelivery
-
supplierProductionFacilityRelations
-
extrinsic
-
-
Constructor Details
-
ContractRequestHeader
public ContractRequestHeader()
-
-
Method Details
-
getContractID
Gets the value of the contractID property.- Returns:
- possible object is
String
-
setContractID
Sets the value of the contractID property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCreateDate
Gets the value of the createDate property.- Returns:
- possible object is
String
-
setCreateDate
Sets the value of the createDate property.- Parameters:
value- allowed object isString
-
getAgreementDate
Gets the value of the agreementDate property.- Returns:
- possible object is
String
-
setAgreementDate
Sets the value of the agreementDate property.- Parameters:
value- allowed object isString
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getLegalEntity
Gets the value of the legalEntity property.- Returns:
- possible object is
LegalEntity
-
setLegalEntity
Sets the value of the legalEntity property.- Parameters:
value- allowed object isLegalEntity
-
getOrganizationID
Gets the value of the organizationID property.- Returns:
- possible object is
OrganizationID
-
setOrganizationID
Sets the value of the organizationID property.- Parameters:
value- allowed object isOrganizationID
-
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
setmethod 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
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
setmethod 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
Gets the value of the quoteRequestReference property.- Returns:
- possible object is
QuoteRequestReference
-
setQuoteRequestReference
Sets the value of the quoteRequestReference property.- Parameters:
value- allowed object isQuoteRequestReference
-
getMaxAmount
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxReleaseAmount
Gets the value of the maxReleaseAmount property.- Returns:
- possible object is
MaxReleaseAmount
-
setMaxReleaseAmount
Sets the value of the maxReleaseAmount property.- Parameters:
value- allowed object isMaxReleaseAmount
-
getMinReleaseAmount
Gets the value of the minReleaseAmount property.- Returns:
- possible object is
MinReleaseAmount
-
setMinReleaseAmount
Sets the value of the minReleaseAmount property.- Parameters:
value- allowed object isMinReleaseAmount
-
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
setmethod 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
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getDocumentInfo
Gets the value of the documentInfo property.- Returns:
- possible object is
DocumentInfo
-
setDocumentInfo
Sets the value of the documentInfo property.- Parameters:
value- allowed object isDocumentInfo
-
getParentContractInfo
Gets the value of the parentContractInfo property.- Returns:
- possible object is
ParentContractInfo
-
setParentContractInfo
Sets the value of the parentContractInfo property.- Parameters:
value- allowed object isParentContractInfo
-
getFollowUpDocument
Gets the value of the followUpDocument property.- Returns:
- possible object is
FollowUpDocument
-
setFollowUpDocument
Sets the value of the followUpDocument property.- Parameters:
value- allowed object isFollowUpDocument
-
getTermsOfDelivery
Gets the value of the termsOfDelivery property.- Returns:
- possible object is
TermsOfDelivery
-
setTermsOfDelivery
Sets the value of the termsOfDelivery property.- Parameters:
value- allowed object isTermsOfDelivery
-
getSupplierProductionFacilityRelations
Gets the value of the supplierProductionFacilityRelations property.- Returns:
- possible object is
SupplierProductionFacilityRelations
-
setSupplierProductionFacilityRelations
Sets the value of the supplierProductionFacilityRelations property.- Parameters:
value- allowed object isSupplierProductionFacilityRelations
-
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
setmethod 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
-