public abstract class GeneratedSapB2BDocument
extends B2BDocument
SapB2BDocument.| Modifier and Type | Field and Description |
|---|---|
static String |
BILLADDRESS
Qualifier of the
SapB2BDocument.billAddress attribute |
static String |
CUSTOMERNUMBER
Qualifier of the
SapB2BDocument.customerNumber attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
DELIVERYDATE
Qualifier of the
SapB2BDocument.deliveryDate attribute |
static String |
DELIVERYNUMBER
Qualifier of the
SapB2BDocument.deliveryNumber attribute |
static String |
FINALDISCOUNT
Qualifier of the
SapB2BDocument.finalDiscount attribute |
static String |
GRANDTOTAL
Qualifier of the
SapB2BDocument.grandTotal attribute |
static String |
GROSSWEIGHT
Qualifier of the
SapB2BDocument.grossWeight attribute |
static String |
INVOICEDATE
Qualifier of the
SapB2BDocument.invoiceDate attribute |
static String |
INVOICENUMBER
Qualifier of the
SapB2BDocument.invoiceNumber attribute |
static String |
MATERIAL
Qualifier of the
SapB2BDocument.material attribute |
protected static OneToManyHandler<Material> |
MATERIALHANDLER
OneToManyHandler for handling 1:n MATERIAL's relation attributes from 'many' side. |
static String |
NETWEIGHT
Qualifier of the
SapB2BDocument.netWeight attribute |
static String |
ORDERDATE
Qualifier of the
SapB2BDocument.orderDate attribute |
static String |
ORDERNUMBER
Qualifier of the
SapB2BDocument.orderNumber attribute |
static String |
OURTAXNUMBER
Qualifier of the
SapB2BDocument.ourTaxNumber attribute |
static String |
OVERALLTAX
Qualifier of the
SapB2BDocument.overAllTax attribute |
static String |
PARTNERADDRESS
Qualifier of the
SapB2BDocument.partnerAddress attribute |
protected static OneToManyHandler<PartnerAddress> |
PARTNERADDRESSHANDLER
OneToManyHandler for handling 1:n PARTNERADDRESS's relation attributes from 'many' side. |
static String |
PAYERADDRESS
Qualifier of the
SapB2BDocument.payerAddress attribute |
static String |
PAYERNAME
Qualifier of the
SapB2BDocument.payerName attribute |
static String |
SHIPPINGCOST
Qualifier of the
SapB2BDocument.shippingCost attribute |
static String |
SUBTOTAL
Qualifier of the
SapB2BDocument.subTotal attribute |
static String |
TAXNUMBER
Qualifier of the
SapB2BDocument.taxNumber attribute |
static String |
TERMSOFDELIVERY
Qualifier of the
SapB2BDocument.termsOfDelivery attribute |
static String |
TERMSOFPAYMENT
Qualifier of the
SapB2BDocument.termsOfPayment attribute |
static String |
UNITS
Qualifier of the
SapB2BDocument.units attribute |
| Constructor and Description |
|---|
GeneratedSapB2BDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToMaterial(Material value)
Generated method - Adds
value to material. |
void |
addToMaterial(SessionContext ctx,
Material value)
Generated method - Adds
value to material. |
void |
addToPartnerAddress(PartnerAddress value)
Generated method - Adds
value to partnerAddress. |
void |
addToPartnerAddress(SessionContext ctx,
PartnerAddress value)
Generated method - Adds
value to partnerAddress. |
String |
getBillAddress()
Generated method - Getter of the
SapB2BDocument.billAddress attribute. |
String |
getBillAddress(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.billAddress attribute. |
String |
getCustomerNumber()
Generated method - Getter of the
SapB2BDocument.customerNumber attribute. |
String |
getCustomerNumber(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.customerNumber attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getDeliveryDate()
Generated method - Getter of the
SapB2BDocument.deliveryDate attribute. |
String |
getDeliveryDate(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.deliveryDate attribute. |
String |
getDeliveryNumber()
Generated method - Getter of the
SapB2BDocument.deliveryNumber attribute. |
String |
getDeliveryNumber(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.deliveryNumber attribute. |
String |
getFinalDiscount()
Generated method - Getter of the
SapB2BDocument.finalDiscount attribute. |
String |
getFinalDiscount(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.finalDiscount attribute. |
String |
getGrandTotal()
Generated method - Getter of the
SapB2BDocument.grandTotal attribute. |
String |
getGrandTotal(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.grandTotal attribute. |
String |
getGrossWeight()
Generated method - Getter of the
SapB2BDocument.grossWeight attribute. |
String |
getGrossWeight(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.grossWeight attribute. |
String |
getInvoiceDate()
Generated method - Getter of the
SapB2BDocument.invoiceDate attribute. |
String |
getInvoiceDate(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.invoiceDate attribute. |
String |
getInvoiceNumber()
Generated method - Getter of the
SapB2BDocument.invoiceNumber attribute. |
String |
getInvoiceNumber(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.invoiceNumber attribute. |
List<Material> |
getMaterial()
Generated method - Getter of the
SapB2BDocument.material attribute. |
List<Material> |
getMaterial(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.material attribute. |
String |
getNetWeight()
Generated method - Getter of the
SapB2BDocument.netWeight attribute. |
String |
getNetWeight(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.netWeight attribute. |
String |
getOrderDate()
Generated method - Getter of the
SapB2BDocument.orderDate attribute. |
String |
getOrderDate(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.orderDate attribute. |
String |
getOrderNumber()
Generated method - Getter of the
SapB2BDocument.orderNumber attribute. |
String |
getOrderNumber(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.orderNumber attribute. |
String |
getOurTaxNumber()
Generated method - Getter of the
SapB2BDocument.ourTaxNumber attribute. |
String |
getOurTaxNumber(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.ourTaxNumber attribute. |
String |
getOverAllTax()
Generated method - Getter of the
SapB2BDocument.overAllTax attribute. |
String |
getOverAllTax(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.overAllTax attribute. |
List<PartnerAddress> |
getPartnerAddress()
Generated method - Getter of the
SapB2BDocument.partnerAddress attribute. |
List<PartnerAddress> |
getPartnerAddress(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.partnerAddress attribute. |
String |
getPayerAddress()
Generated method - Getter of the
SapB2BDocument.payerAddress attribute. |
String |
getPayerAddress(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.payerAddress attribute. |
String |
getPayerName()
Generated method - Getter of the
SapB2BDocument.payerName attribute. |
String |
getPayerName(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.payerName attribute. |
String |
getShippingCost()
Generated method - Getter of the
SapB2BDocument.shippingCost attribute. |
String |
getShippingCost(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.shippingCost attribute. |
String |
getSubTotal()
Generated method - Getter of the
SapB2BDocument.subTotal attribute. |
String |
getSubTotal(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.subTotal attribute. |
String |
getTaxNumber()
Generated method - Getter of the
SapB2BDocument.taxNumber attribute. |
String |
getTaxNumber(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.taxNumber attribute. |
String |
getTermsOfDelivery()
Generated method - Getter of the
SapB2BDocument.termsOfDelivery attribute. |
String |
getTermsOfDelivery(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.termsOfDelivery attribute. |
String |
getTermsOfPayment()
Generated method - Getter of the
SapB2BDocument.termsOfPayment attribute. |
String |
getTermsOfPayment(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.termsOfPayment attribute. |
String |
getUnits()
Generated method - Getter of the
SapB2BDocument.units attribute. |
String |
getUnits(SessionContext ctx)
Generated method - Getter of the
SapB2BDocument.units attribute. |
void |
removeFromMaterial(Material value)
Generated method - Removes
value from material. |
void |
removeFromMaterial(SessionContext ctx,
Material value)
Generated method - Removes
value from material. |
void |
removeFromPartnerAddress(PartnerAddress value)
Generated method - Removes
value from partnerAddress. |
void |
removeFromPartnerAddress(SessionContext ctx,
PartnerAddress value)
Generated method - Removes
value from partnerAddress. |
void |
setBillAddress(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.billAddress attribute. |
void |
setBillAddress(String value)
Generated method - Setter of the
SapB2BDocument.billAddress attribute. |
void |
setCustomerNumber(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.customerNumber attribute. |
void |
setCustomerNumber(String value)
Generated method - Setter of the
SapB2BDocument.customerNumber attribute. |
void |
setDeliveryDate(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.deliveryDate attribute. |
void |
setDeliveryDate(String value)
Generated method - Setter of the
SapB2BDocument.deliveryDate attribute. |
void |
setDeliveryNumber(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.deliveryNumber attribute. |
void |
setDeliveryNumber(String value)
Generated method - Setter of the
SapB2BDocument.deliveryNumber attribute. |
void |
setFinalDiscount(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.finalDiscount attribute. |
void |
setFinalDiscount(String value)
Generated method - Setter of the
SapB2BDocument.finalDiscount attribute. |
void |
setGrandTotal(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.grandTotal attribute. |
void |
setGrandTotal(String value)
Generated method - Setter of the
SapB2BDocument.grandTotal attribute. |
void |
setGrossWeight(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.grossWeight attribute. |
void |
setGrossWeight(String value)
Generated method - Setter of the
SapB2BDocument.grossWeight attribute. |
void |
setInvoiceDate(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.invoiceDate attribute. |
void |
setInvoiceDate(String value)
Generated method - Setter of the
SapB2BDocument.invoiceDate attribute. |
void |
setInvoiceNumber(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.invoiceNumber attribute. |
void |
setInvoiceNumber(String value)
Generated method - Setter of the
SapB2BDocument.invoiceNumber attribute. |
void |
setMaterial(List<Material> value)
Generated method - Setter of the
SapB2BDocument.material attribute. |
void |
setMaterial(SessionContext ctx,
List<Material> value)
Generated method - Setter of the
SapB2BDocument.material attribute. |
void |
setNetWeight(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.netWeight attribute. |
void |
setNetWeight(String value)
Generated method - Setter of the
SapB2BDocument.netWeight attribute. |
void |
setOrderDate(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.orderDate attribute. |
void |
setOrderDate(String value)
Generated method - Setter of the
SapB2BDocument.orderDate attribute. |
void |
setOrderNumber(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.orderNumber attribute. |
void |
setOrderNumber(String value)
Generated method - Setter of the
SapB2BDocument.orderNumber attribute. |
void |
setOurTaxNumber(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.ourTaxNumber attribute. |
void |
setOurTaxNumber(String value)
Generated method - Setter of the
SapB2BDocument.ourTaxNumber attribute. |
void |
setOverAllTax(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.overAllTax attribute. |
void |
setOverAllTax(String value)
Generated method - Setter of the
SapB2BDocument.overAllTax attribute. |
void |
setPartnerAddress(List<PartnerAddress> value)
Generated method - Setter of the
SapB2BDocument.partnerAddress attribute. |
void |
setPartnerAddress(SessionContext ctx,
List<PartnerAddress> value)
Generated method - Setter of the
SapB2BDocument.partnerAddress attribute. |
void |
setPayerAddress(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.payerAddress attribute. |
void |
setPayerAddress(String value)
Generated method - Setter of the
SapB2BDocument.payerAddress attribute. |
void |
setPayerName(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.payerName attribute. |
void |
setPayerName(String value)
Generated method - Setter of the
SapB2BDocument.payerName attribute. |
void |
setShippingCost(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.shippingCost attribute. |
void |
setShippingCost(String value)
Generated method - Setter of the
SapB2BDocument.shippingCost attribute. |
void |
setSubTotal(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.subTotal attribute. |
void |
setSubTotal(String value)
Generated method - Setter of the
SapB2BDocument.subTotal attribute. |
void |
setTaxNumber(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.taxNumber attribute. |
void |
setTaxNumber(String value)
Generated method - Setter of the
SapB2BDocument.taxNumber attribute. |
void |
setTermsOfDelivery(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.termsOfDelivery attribute. |
void |
setTermsOfDelivery(String value)
Generated method - Setter of the
SapB2BDocument.termsOfDelivery attribute. |
void |
setTermsOfPayment(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.termsOfPayment attribute. |
void |
setTermsOfPayment(String value)
Generated method - Setter of the
SapB2BDocument.termsOfPayment attribute. |
void |
setUnits(SessionContext ctx,
String value)
Generated method - Setter of the
SapB2BDocument.units attribute. |
void |
setUnits(String value)
Generated method - Setter of the
SapB2BDocument.units attribute. |
public static final String INVOICENUMBER
SapB2BDocument.invoiceNumber attributepublic static final String INVOICEDATE
SapB2BDocument.invoiceDate attributepublic static final String ORDERNUMBER
SapB2BDocument.orderNumber attributepublic static final String ORDERDATE
SapB2BDocument.orderDate attributepublic static final String DELIVERYNUMBER
SapB2BDocument.deliveryNumber attributepublic static final String DELIVERYDATE
SapB2BDocument.deliveryDate attributepublic static final String CUSTOMERNUMBER
SapB2BDocument.customerNumber attributepublic static final String TAXNUMBER
SapB2BDocument.taxNumber attributepublic static final String OURTAXNUMBER
SapB2BDocument.ourTaxNumber attributepublic static final String NETWEIGHT
SapB2BDocument.netWeight attributepublic static final String GROSSWEIGHT
SapB2BDocument.grossWeight attributepublic static final String UNITS
SapB2BDocument.units attributepublic static final String TERMSOFPAYMENT
SapB2BDocument.termsOfPayment attributepublic static final String TERMSOFDELIVERY
SapB2BDocument.termsOfDelivery attributepublic static final String SUBTOTAL
SapB2BDocument.subTotal attributepublic static final String FINALDISCOUNT
SapB2BDocument.finalDiscount attributepublic static final String PAYERNAME
SapB2BDocument.payerName attributepublic static final String PAYERADDRESS
SapB2BDocument.payerAddress attributepublic static final String BILLADDRESS
SapB2BDocument.billAddress attributepublic static final String OVERALLTAX
SapB2BDocument.overAllTax attributepublic static final String GRANDTOTAL
SapB2BDocument.grandTotal attributepublic static final String SHIPPINGCOST
SapB2BDocument.shippingCost attributepublic static final String MATERIAL
SapB2BDocument.material attributepublic static final String PARTNERADDRESS
SapB2BDocument.partnerAddress attributeprotected static final OneToManyHandler<Material> MATERIALHANDLER
OneToManyHandler for handling 1:n MATERIAL's relation attributes from 'many' side.protected static final OneToManyHandler<PartnerAddress> PARTNERADDRESSHANDLER
OneToManyHandler for handling 1:n PARTNERADDRESS's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public String getBillAddress(SessionContext ctx)
SapB2BDocument.billAddress attribute.public String getBillAddress()
SapB2BDocument.billAddress attribute.public void setBillAddress(SessionContext ctx, String value)
SapB2BDocument.billAddress attribute.value - the billAddresspublic void setBillAddress(String value)
SapB2BDocument.billAddress attribute.value - the billAddresspublic String getCustomerNumber(SessionContext ctx)
SapB2BDocument.customerNumber attribute.public String getCustomerNumber()
SapB2BDocument.customerNumber attribute.public void setCustomerNumber(SessionContext ctx, String value)
SapB2BDocument.customerNumber attribute.value - the customerNumberpublic void setCustomerNumber(String value)
SapB2BDocument.customerNumber attribute.value - the customerNumberpublic String getDeliveryDate(SessionContext ctx)
SapB2BDocument.deliveryDate attribute.public String getDeliveryDate()
SapB2BDocument.deliveryDate attribute.public void setDeliveryDate(SessionContext ctx, String value)
SapB2BDocument.deliveryDate attribute.value - the deliveryDatepublic void setDeliveryDate(String value)
SapB2BDocument.deliveryDate attribute.value - the deliveryDatepublic String getDeliveryNumber(SessionContext ctx)
SapB2BDocument.deliveryNumber attribute.public String getDeliveryNumber()
SapB2BDocument.deliveryNumber attribute.public void setDeliveryNumber(SessionContext ctx, String value)
SapB2BDocument.deliveryNumber attribute.value - the deliveryNumberpublic void setDeliveryNumber(String value)
SapB2BDocument.deliveryNumber attribute.value - the deliveryNumberpublic String getFinalDiscount(SessionContext ctx)
SapB2BDocument.finalDiscount attribute.public String getFinalDiscount()
SapB2BDocument.finalDiscount attribute.public void setFinalDiscount(SessionContext ctx, String value)
SapB2BDocument.finalDiscount attribute.value - the finalDiscountpublic void setFinalDiscount(String value)
SapB2BDocument.finalDiscount attribute.value - the finalDiscountpublic String getGrandTotal(SessionContext ctx)
SapB2BDocument.grandTotal attribute.public String getGrandTotal()
SapB2BDocument.grandTotal attribute.public void setGrandTotal(SessionContext ctx, String value)
SapB2BDocument.grandTotal attribute.value - the grandTotalpublic void setGrandTotal(String value)
SapB2BDocument.grandTotal attribute.value - the grandTotalpublic String getGrossWeight(SessionContext ctx)
SapB2BDocument.grossWeight attribute.public String getGrossWeight()
SapB2BDocument.grossWeight attribute.public void setGrossWeight(SessionContext ctx, String value)
SapB2BDocument.grossWeight attribute.value - the grossWeightpublic void setGrossWeight(String value)
SapB2BDocument.grossWeight attribute.value - the grossWeightpublic String getInvoiceDate(SessionContext ctx)
SapB2BDocument.invoiceDate attribute.public String getInvoiceDate()
SapB2BDocument.invoiceDate attribute.public void setInvoiceDate(SessionContext ctx, String value)
SapB2BDocument.invoiceDate attribute.value - the invoiceDatepublic void setInvoiceDate(String value)
SapB2BDocument.invoiceDate attribute.value - the invoiceDatepublic String getInvoiceNumber(SessionContext ctx)
SapB2BDocument.invoiceNumber attribute.public String getInvoiceNumber()
SapB2BDocument.invoiceNumber attribute.public void setInvoiceNumber(SessionContext ctx, String value)
SapB2BDocument.invoiceNumber attribute.value - the invoiceNumberpublic void setInvoiceNumber(String value)
SapB2BDocument.invoiceNumber attribute.value - the invoiceNumberpublic List<Material> getMaterial(SessionContext ctx)
SapB2BDocument.material attribute.public List<Material> getMaterial()
SapB2BDocument.material attribute.public void setMaterial(SessionContext ctx, List<Material> value)
SapB2BDocument.material attribute.value - the materialpublic void setMaterial(List<Material> value)
SapB2BDocument.material attribute.value - the materialpublic void addToMaterial(SessionContext ctx, Material value)
value to material.value - the item to add to materialpublic void addToMaterial(Material value)
value to material.value - the item to add to materialpublic void removeFromMaterial(SessionContext ctx, Material value)
value from material.value - the item to remove from materialpublic void removeFromMaterial(Material value)
value from material.value - the item to remove from materialpublic String getNetWeight(SessionContext ctx)
SapB2BDocument.netWeight attribute.public String getNetWeight()
SapB2BDocument.netWeight attribute.public void setNetWeight(SessionContext ctx, String value)
SapB2BDocument.netWeight attribute.value - the netWeightpublic void setNetWeight(String value)
SapB2BDocument.netWeight attribute.value - the netWeightpublic String getOrderDate(SessionContext ctx)
SapB2BDocument.orderDate attribute.public String getOrderDate()
SapB2BDocument.orderDate attribute.public void setOrderDate(SessionContext ctx, String value)
SapB2BDocument.orderDate attribute.value - the orderDatepublic void setOrderDate(String value)
SapB2BDocument.orderDate attribute.value - the orderDatepublic String getOrderNumber(SessionContext ctx)
SapB2BDocument.orderNumber attribute.public String getOrderNumber()
SapB2BDocument.orderNumber attribute.public void setOrderNumber(SessionContext ctx, String value)
SapB2BDocument.orderNumber attribute.value - the orderNumberpublic void setOrderNumber(String value)
SapB2BDocument.orderNumber attribute.value - the orderNumberpublic String getOurTaxNumber(SessionContext ctx)
SapB2BDocument.ourTaxNumber attribute.public String getOurTaxNumber()
SapB2BDocument.ourTaxNumber attribute.public void setOurTaxNumber(SessionContext ctx, String value)
SapB2BDocument.ourTaxNumber attribute.value - the ourTaxNumberpublic void setOurTaxNumber(String value)
SapB2BDocument.ourTaxNumber attribute.value - the ourTaxNumberpublic String getOverAllTax(SessionContext ctx)
SapB2BDocument.overAllTax attribute.public String getOverAllTax()
SapB2BDocument.overAllTax attribute.public void setOverAllTax(SessionContext ctx, String value)
SapB2BDocument.overAllTax attribute.value - the overAllTaxpublic void setOverAllTax(String value)
SapB2BDocument.overAllTax attribute.value - the overAllTaxpublic List<PartnerAddress> getPartnerAddress(SessionContext ctx)
SapB2BDocument.partnerAddress attribute.public List<PartnerAddress> getPartnerAddress()
SapB2BDocument.partnerAddress attribute.public void setPartnerAddress(SessionContext ctx, List<PartnerAddress> value)
SapB2BDocument.partnerAddress attribute.value - the partnerAddresspublic void setPartnerAddress(List<PartnerAddress> value)
SapB2BDocument.partnerAddress attribute.value - the partnerAddresspublic void addToPartnerAddress(SessionContext ctx, PartnerAddress value)
value to partnerAddress.value - the item to add to partnerAddresspublic void addToPartnerAddress(PartnerAddress value)
value to partnerAddress.value - the item to add to partnerAddresspublic void removeFromPartnerAddress(SessionContext ctx, PartnerAddress value)
value from partnerAddress.value - the item to remove from partnerAddresspublic void removeFromPartnerAddress(PartnerAddress value)
value from partnerAddress.value - the item to remove from partnerAddresspublic String getPayerAddress(SessionContext ctx)
SapB2BDocument.payerAddress attribute.public String getPayerAddress()
SapB2BDocument.payerAddress attribute.public void setPayerAddress(SessionContext ctx, String value)
SapB2BDocument.payerAddress attribute.value - the payerAddresspublic void setPayerAddress(String value)
SapB2BDocument.payerAddress attribute.value - the payerAddresspublic String getPayerName(SessionContext ctx)
SapB2BDocument.payerName attribute.public String getPayerName()
SapB2BDocument.payerName attribute.public void setPayerName(SessionContext ctx, String value)
SapB2BDocument.payerName attribute.value - the payerNamepublic void setPayerName(String value)
SapB2BDocument.payerName attribute.value - the payerNamepublic String getShippingCost(SessionContext ctx)
SapB2BDocument.shippingCost attribute.public String getShippingCost()
SapB2BDocument.shippingCost attribute.public void setShippingCost(SessionContext ctx, String value)
SapB2BDocument.shippingCost attribute.value - the shippingCostpublic void setShippingCost(String value)
SapB2BDocument.shippingCost attribute.value - the shippingCostpublic String getSubTotal(SessionContext ctx)
SapB2BDocument.subTotal attribute.public String getSubTotal()
SapB2BDocument.subTotal attribute.public void setSubTotal(SessionContext ctx, String value)
SapB2BDocument.subTotal attribute.value - the subTotalpublic void setSubTotal(String value)
SapB2BDocument.subTotal attribute.value - the subTotalpublic String getTaxNumber(SessionContext ctx)
SapB2BDocument.taxNumber attribute.public String getTaxNumber()
SapB2BDocument.taxNumber attribute.public void setTaxNumber(SessionContext ctx, String value)
SapB2BDocument.taxNumber attribute.value - the taxNumberpublic void setTaxNumber(String value)
SapB2BDocument.taxNumber attribute.value - the taxNumberpublic String getTermsOfDelivery(SessionContext ctx)
SapB2BDocument.termsOfDelivery attribute.public String getTermsOfDelivery()
SapB2BDocument.termsOfDelivery attribute.public void setTermsOfDelivery(SessionContext ctx, String value)
SapB2BDocument.termsOfDelivery attribute.value - the termsOfDeliverypublic void setTermsOfDelivery(String value)
SapB2BDocument.termsOfDelivery attribute.value - the termsOfDeliverypublic String getTermsOfPayment(SessionContext ctx)
SapB2BDocument.termsOfPayment attribute.public String getTermsOfPayment()
SapB2BDocument.termsOfPayment attribute.public void setTermsOfPayment(SessionContext ctx, String value)
SapB2BDocument.termsOfPayment attribute.value - the termsOfPaymentpublic void setTermsOfPayment(String value)
SapB2BDocument.termsOfPayment attribute.value - the termsOfPaymentpublic String getUnits(SessionContext ctx)
SapB2BDocument.units attribute.public String getUnits()
SapB2BDocument.units attribute.public void setUnits(SessionContext ctx, String value)
SapB2BDocument.units attribute.value - the unitspublic void setUnits(String value)
SapB2BDocument.units attribute.value - the unitsCopyright © 2017 SAP SE. All Rights Reserved.