Class DetailedInformationAboutTheDeliveryMethod
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.DetailedInformationAboutTheDeliveryMethod
-
public class DetailedInformationAboutTheDeliveryMethod extends Object
EXT:Detailed information about the delivery methodXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModeCode()
EXT:Delivery method (Code)DetailedInformationAboutTheDeliveryMethod
setModeCode(String value)
-
-
-
Method Detail
-
setModeCode
public DetailedInformationAboutTheDeliveryMethod setModeCode(String value)
- Parameters:
value
- EXT:Delivery method (Code)XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode
- Returns:
- DetailedInformationAboutTheDeliveryMethod
-
getModeCode
public String getModeCode()
EXT:Delivery method (Code)- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode
-
-