public class ContractReference
extends java.lang.Object
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:ContractReferencedDocument
Modifier and Type | Method and Description |
---|---|
DocumentReference |
getContractReference()
BT-12:Contract reference
|
java.lang.String |
getDateTimeString()
EXT:Contract Date, Value
|
java.lang.String |
getDateTimeStringFormat()
EXT:Date, format Date Format
|
ContractReference |
setContractReference(DocumentReference value) |
ContractReference |
setDateTimeString(java.lang.String value) |
ContractReference |
setDateTimeStringFormat(java.lang.String value) |
public ContractReference setContractReference(DocumentReference value)
value
- BT-12:Contract reference
The identification of a contract.
The contract identifier should be unique in the context of the specific trading relationship and for a defined time period.
CHORUSPRO : This is the "numéro de Marché" (contract number)
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:ContractReferencedDocument/ram:IssuerAssignedID
public ContractReference setDateTimeStringFormat(java.lang.String value)
value
- EXT:Date, format Date Format
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:ContractReferencedDocument/ram:FormattedIssueDateTime/qdt:DateTimeString/@format
public ContractReference setDateTimeString(java.lang.String value)
value
- EXT:Contract Date, Value
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:ContractReferencedDocument/ram:FormattedIssueDateTime/qdt:DateTimeString
public DocumentReference getContractReference()
The identification of a contract.
The contract identifier should be unique in the context of the specific trading relationship and for a defined time period.
CHORUSPRO : This is the "numéro de Marché" (contract number)
public java.lang.String getDateTimeStringFormat()
public java.lang.String getDateTimeString()