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 String
getDateTimeString()
EXT:Order confirmation date, valueString
getDateTimeStringFormat()
EXT:Date, format Date FormatDocumentReference
getSalesOrderReference()
BT-14:Sales order referenceSalesOrderReference
setDateTimeString(String value)
SalesOrderReference
setDateTimeStringFormat(String value)
SalesOrderReference
setSalesOrderReference(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
-
-