Class SalesOrderReference
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.SalesOrderReference
-
public class SalesOrderReference extends Object
BT-14-00:(SALES ORDER REFERENCE)XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDateTimeString()EXT:Order confirmation date, valueStringgetDateTimeStringFormat()EXT:Date, format Date FormatDocumentReferencegetSalesOrderReference()BT-14:Sales order referenceSalesOrderReferencesetDateTimeString(String value)SalesOrderReferencesetDateTimeStringFormat(String value)SalesOrderReferencesetSalesOrderReference(DocumentReference value)
-
-
-
Method Detail
-
setSalesOrderReference
public SalesOrderReference setSalesOrderReference(DocumentReference value)
- Parameters:
value- BT-14:Sales order referenceAn identifier of a referenced sales order, issued by the Seller.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument/ram:IssuerAssignedID
- Returns:
- SalesOrderReference
-
setDateTimeStringFormat
public SalesOrderReference setDateTimeStringFormat(String value)
- Parameters:
value- EXT:Date, format Date FormatXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument/ram:FormattedIssueDateTime/qdt:DateTimeString/@format
- Returns:
- SalesOrderReference
-
setDateTimeString
public SalesOrderReference setDateTimeString(String value)
- Parameters:
value- EXT:Order confirmation date, valueXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument/ram:FormattedIssueDateTime/qdt:DateTimeString
- Returns:
- SalesOrderReference
-
getSalesOrderReference
public DocumentReference getSalesOrderReference()
BT-14:Sales order referenceAn identifier of a referenced sales order, issued by the Seller.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument/ram:IssuerAssignedID
-
getDateTimeStringFormat
public String getDateTimeStringFormat()
EXT:Date, format Date Format- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument/ram:FormattedIssueDateTime/qdt:DateTimeString/@format
-
getDateTimeString
public String getDateTimeString()
EXT:Order confirmation date, value- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerOrderReferencedDocument/ram:FormattedIssueDateTime/qdt:DateTimeString
-
-