Uses of Class
net.webpdf.wsclient.schema.operation.BillingType
-
Packages that use BillingType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of BillingType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BillingType Modifier and Type Field Description protected BillingTypeOperationData. billingMethods in net.webpdf.wsclient.schema.operation that return BillingType Modifier and Type Method Description BillingTypeObjectFactory. createBillingType()Create an instance ofBillingTypeBillingTypeOperationData. getBilling()Gets the value of the billing property.Methods in net.webpdf.wsclient.schema.operation with parameters of type BillingType Modifier and Type Method Description voidOperationData. setBilling(BillingType value)Sets the value of the billing property. -
Uses of BillingType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return BillingType Modifier and Type Method Description @NotNull BillingTypeSoapWebService. getBilling()Returns theBillingTypeof the current webservice.Methods in net.webpdf.wsclient.webservice.soap with parameters of type BillingType Modifier and Type Method Description voidSoapWebService. setBilling(@Nullable BillingType billing)Sets theBillingTypefor the current webservice.
-