Class DeliverToCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.DeliverToCountrySubdivision
-
public class DeliverToCountrySubdivision extends Object
BT-79:Deliver to country subdivisionThe subdivision of a country.
Such as a region, a county, a state, a province, etc.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeliverToCountrySubdivision()
BT-79:Deliver to country subdivisionDeliverToCountrySubdivision
setDeliverToCountrySubdivision(String value)
-
-
-
Method Detail
-
setDeliverToCountrySubdivision
public DeliverToCountrySubdivision setDeliverToCountrySubdivision(String value)
- Parameters:
value
- BT-79:Deliver to country subdivisionThe subdivision of a country.
Such as a region, a county, a state, a province, etc.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- DeliverToCountrySubdivision
-
getDeliverToCountrySubdivision
public String getDeliverToCountrySubdivision()
BT-79:Deliver to country subdivisionThe subdivision of a country.
Such as a region, a county, a state, a province, etc.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-