Uses of Class
net.webpdf.wsclient.schema.operation.SettingsType
-
Packages that use SettingsType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of SettingsType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as SettingsType Modifier and Type Field Description protected SettingsTypeOperationData. settingsMethods in net.webpdf.wsclient.schema.operation that return SettingsType Modifier and Type Method Description SettingsTypeObjectFactory. createSettingsType()Create an instance ofSettingsTypeSettingsTypeOperationData. getSettings()Gets the value of the settings property.Methods in net.webpdf.wsclient.schema.operation with parameters of type SettingsType Modifier and Type Method Description voidOperationData. setSettings(SettingsType value)Sets the value of the settings property. -
Uses of SettingsType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return SettingsType Modifier and Type Method Description @Nullable SettingsTypeSoapWebService. getSettings()Returns theSettingsTypeof the current webservice.Methods in net.webpdf.wsclient.webservice.soap with parameters of type SettingsType Modifier and Type Method Description voidSoapWebService. setSettings(@Nullable SettingsType settings)Sets theSettingsTypefor the current webservice.
-