Class QuoteHeaderInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocumentReferenceprotected FollowUpDocumentprotected LegalEntityprotected List<OrganizationalUnit>protected List<PaymentTerms> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference 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 organizationalUnit property.Gets the value of the paymentTerms property.voidSets the value of the documentReference property.voidSets the value of the followUpDocument property.voidsetLegalEntity(LegalEntity value) Sets the value of the legalEntity property.
-
Field Details
-
legalEntity
-
organizationalUnit
-
paymentTerms
-
followUpDocument
-
documentReference
-
extrinsic
-
-
Constructor Details
-
QuoteHeaderInfo
public QuoteHeaderInfo()
-
-
Method Details
-
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
-
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 -
getPaymentTerms
Gets the value of the paymentTerms 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 paymentTerms property.For example, to add a new item, do as follows:
getPaymentTerms().add(newItem);Objects of the following type(s) are allowed in the list
PaymentTerms -
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
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
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
-