Class ContractReference
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.en16931.ContractReference
-
public class ContractReference extends Object
BT-12-00:(CONTRACT REFERENCE)XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:ContractReferencedDocument
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReference
getContractReference()
BT-12:Contract referenceContractReference
setContractReference(DocumentReference value)
-
-
-
Method Detail
-
setContractReference
public ContractReference setContractReference(DocumentReference value)
- Parameters:
value
- BT-12:Contract referenceThe 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
- Returns:
- ContractReference
-
getContractReference
public DocumentReference getContractReference()
BT-12:Contract referenceThe 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)
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:ContractReferencedDocument/ram:IssuerAssignedID
-
-