Class ContractRequestHeader
- java.lang.Object
-
- org.cxml.ContractRequestHeader
-
public class ContractRequestHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringagreementDateprotected Commentscommentsprotected java.util.List<Contact>contactprotected java.lang.StringcontractIDprotected java.lang.StringcreateDateprotected DocumentInfodocumentInfoprotected java.lang.StringeffectiveDateprotected java.lang.StringexpirationDateprotected java.util.List<Extrinsic>extrinsicprotected LegalEntitylegalEntityprotected MaxAmountmaxAmountprotected MaxReleaseAmountmaxReleaseAmountprotected MinAmountminAmountprotected MinReleaseAmountminReleaseAmountprotected java.lang.Stringoperationprotected java.util.List<OrganizationalUnit>organizationalUnitprotected OrganizationIDorganizationIDprotected ParentContractInfoparentContractInfoprotected java.util.List<PaymentTerm>paymentTermprotected QuoteRequestReferencequoteRequestReferenceprotected TermsOfDeliverytermsOfDeliveryprotected java.lang.Stringtypeprotected java.lang.StringxmlLang
-
Constructor Summary
Constructors Constructor Description ContractRequestHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAgreementDate()Gets the value of the agreementDate property.CommentsgetComments()Gets the value of the comments property.java.util.List<Contact>getContact()Gets the value of the contact property.java.lang.StringgetContractID()Gets the value of the contractID property.java.lang.StringgetCreateDate()Gets the value of the createDate property.DocumentInfogetDocumentInfo()Gets the value of the documentInfo property.java.lang.StringgetEffectiveDate()Gets the value of the effectiveDate property.java.lang.StringgetExpirationDate()Gets the value of the expirationDate property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.LegalEntitygetLegalEntity()Gets the value of the legalEntity property.MaxAmountgetMaxAmount()Gets the value of the maxAmount property.MaxReleaseAmountgetMaxReleaseAmount()Gets the value of the maxReleaseAmount property.MinAmountgetMinAmount()Gets the value of the minAmount property.MinReleaseAmountgetMinReleaseAmount()Gets the value of the minReleaseAmount property.java.lang.StringgetOperation()Gets the value of the operation property.java.util.List<OrganizationalUnit>getOrganizationalUnit()Gets the value of the organizationalUnit property.OrganizationIDgetOrganizationID()Gets the value of the organizationID property.ParentContractInfogetParentContractInfo()Gets the value of the parentContractInfo property.java.util.List<PaymentTerm>getPaymentTerm()Gets the value of the paymentTerm property.QuoteRequestReferencegetQuoteRequestReference()Gets the value of the quoteRequestReference property.TermsOfDeliverygetTermsOfDelivery()Gets the value of the termsOfDelivery property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetXmlLang()Gets the value of the xmlLang property.voidsetAgreementDate(java.lang.String value)Sets the value of the agreementDate property.voidsetComments(Comments value)Sets the value of the comments property.voidsetContractID(java.lang.String value)Sets the value of the contractID property.voidsetCreateDate(java.lang.String value)Sets the value of the createDate property.voidsetDocumentInfo(DocumentInfo value)Sets the value of the documentInfo property.voidsetEffectiveDate(java.lang.String value)Sets the value of the effectiveDate property.voidsetExpirationDate(java.lang.String value)Sets the value of the expirationDate property.voidsetLegalEntity(LegalEntity value)Sets the value of the legalEntity property.voidsetMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidsetMaxReleaseAmount(MaxReleaseAmount value)Sets the value of the maxReleaseAmount property.voidsetMinAmount(MinAmount value)Sets the value of the minAmount property.voidsetMinReleaseAmount(MinReleaseAmount value)Sets the value of the minReleaseAmount property.voidsetOperation(java.lang.String value)Sets the value of the operation property.voidsetOrganizationID(OrganizationID value)Sets the value of the organizationID property.voidsetParentContractInfo(ParentContractInfo value)Sets the value of the parentContractInfo property.voidsetQuoteRequestReference(QuoteRequestReference value)Sets the value of the quoteRequestReference property.voidsetTermsOfDelivery(TermsOfDelivery value)Sets the value of the termsOfDelivery property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetXmlLang(java.lang.String value)Sets the value of the xmlLang property.
-
-
-
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
-
legalEntity
protected LegalEntity legalEntity
-
organizationID
protected OrganizationID organizationID
-
organizationalUnit
protected java.util.List<OrganizationalUnit> organizationalUnit
-
paymentTerm
protected java.util.List<PaymentTerm> paymentTerm
-
quoteRequestReference
protected QuoteRequestReference quoteRequestReference
-
maxAmount
protected MaxAmount maxAmount
-
minAmount
protected MinAmount minAmount
-
maxReleaseAmount
protected MaxReleaseAmount maxReleaseAmount
-
minReleaseAmount
protected MinReleaseAmount minReleaseAmount
-
contact
protected java.util.List<Contact> contact
-
comments
protected Comments comments
-
documentInfo
protected DocumentInfo documentInfo
-
parentContractInfo
protected ParentContractInfo parentContractInfo
-
termsOfDelivery
protected TermsOfDelivery termsOfDelivery
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isLegalEntity
-
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 isOrganizationID
-
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
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
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
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
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 isQuoteRequestReference
-
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 isMaxAmount
-
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 isMinAmount
-
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 isMaxReleaseAmount
-
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 isMinReleaseAmount
-
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
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
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 isComments
-
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 isDocumentInfo
-
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 isParentContractInfo
-
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 isTermsOfDelivery
-
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
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
-
-