Class LineDeliverTo
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.LineDeliverTo
-
public class LineDeliverTo extends Object
EXT:Detailed contact information of the goods recipientXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContactFaxNumber()
EXT:Contact fax numberString
getLineDeliverToContactEmailAddress()
EXT:Contact email addressString
getLineDeliverToContactTelephoneNumber()
EXT:Contact phone numberString
getLineDeliverToDepartmentName()
EXT:Department NameString
getLineDeliverToPersonName()
EXT:Contact NameLineDeliverTo
setContactFaxNumber(String value)
LineDeliverTo
setLineDeliverToContactEmailAddress(String value)
LineDeliverTo
setLineDeliverToContactTelephoneNumber(String value)
LineDeliverTo
setLineDeliverToDepartmentName(String value)
LineDeliverTo
setLineDeliverToPersonName(String value)
-
-
-
Method Detail
-
setLineDeliverToPersonName
public LineDeliverTo setLineDeliverToPersonName(String value)
- Parameters:
value
- EXT:Contact NameXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonName
- Returns:
- LineDeliverTo
-
setLineDeliverToDepartmentName
public LineDeliverTo setLineDeliverToDepartmentName(String value)
- Parameters:
value
- EXT:Department NameXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName
- Returns:
- LineDeliverTo
-
setLineDeliverToContactTelephoneNumber
public LineDeliverTo setLineDeliverToContactTelephoneNumber(String value)
- Parameters:
value
- EXT:Contact phone numberXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
- Returns:
- LineDeliverTo
-
setContactFaxNumber
public LineDeliverTo setContactFaxNumber(String value)
- Parameters:
value
- EXT:Contact fax numberXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
- Returns:
- LineDeliverTo
-
setLineDeliverToContactEmailAddress
public LineDeliverTo setLineDeliverToContactEmailAddress(String value)
- Parameters:
value
- EXT:Contact email addressXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
- Returns:
- LineDeliverTo
-
getLineDeliverToPersonName
public String getLineDeliverToPersonName()
EXT:Contact Name- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonName
-
getLineDeliverToDepartmentName
public String getLineDeliverToDepartmentName()
EXT:Department Name- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName
-
getLineDeliverToContactTelephoneNumber
public String getLineDeliverToContactTelephoneNumber()
EXT:Contact phone number- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
-
getContactFaxNumber
public String getContactFaxNumber()
EXT:Contact fax number- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
-
getLineDeliverToContactEmailAddress
public String getLineDeliverToContactEmailAddress()
EXT:Contact email address- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
-
-