Uses of Class
net.webpdf.wsclient.schema.operation.FileDataSourceType
-
Packages that use FileDataSourceType Package Description net.webpdf.wsclient.schema net.webpdf.wsclient.schema.operation -
-
Uses of FileDataSourceType in net.webpdf.wsclient.schema
Methods in net.webpdf.wsclient.schema that return FileDataSourceType Modifier and Type Method Description @Nullable FileDataSourceTypeFileDataType. getSource()Return the file data source.Methods in net.webpdf.wsclient.schema with parameters of type FileDataSourceType Modifier and Type Method Description voidFileDataType. setSource(@Nullable FileDataSourceType value)Set the file data source. -
Uses of FileDataSourceType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as FileDataSourceType Modifier and Type Field Description protected FileDataSourceTypeAppearanceFileDataType. source<?protected FileDataSourceTypeAttachmentFileDataType. source<?protected FileDataSourceTypeBackgroundFileDataType. source<?protected FileDataSourceTypeCertificateFileDataType. source<?protected FileDataSourceTypeConverterFooterType. source<?protected FileDataSourceTypeConverterHeaderType. source<?protected FileDataSourceTypeFormsFileDataType. source<?protected FileDataSourceTypeMergeFileDataType. source<?protected FileDataSourceTypePortfolioFileDataType. source<?protected FileDataSourceTypePrivateKeyFileDataType. source<?protected FileDataSourceTypeQrSwissPaymentContentType. source<?protected FileDataSourceTypeSignatureFileDataType. source<?protected FileDataSourceTypeTemplateDataType. source<?protected FileDataSourceTypeTemplateFileType. source<?protected FileDataSourceTypeUrlConverterFooterType. source<?protected FileDataSourceTypeUrlConverterHeaderType. source<?protected FileDataSourceTypeWatermarkFileDataType. source<?protected FileDataSourceTypeXmpFileDataType. source<?protected FileDataSourceTypeXslTransformationFileType. source<?protected FileDataSourceTypeXSLTResourceType. source<?protected FileDataSourceTypeZugferdFileDataType. source<?Methods in net.webpdf.wsclient.schema.operation that return FileDataSourceType Modifier and Type Method Description static FileDataSourceTypeFileDataSourceType. fromValue(String v)Gets the enum associated to the value passed as parameter.FileDataSourceTypeAppearanceFileDataType. getSource()<?FileDataSourceTypeAttachmentFileDataType. getSource()<?FileDataSourceTypeBackgroundFileDataType. getSource()<?FileDataSourceTypeCertificateFileDataType. getSource()<?FileDataSourceTypeConverterFooterType. getSource()<?FileDataSourceTypeConverterHeaderType. getSource()<?FileDataSourceTypeFormsFileDataType. getSource()<?FileDataSourceTypeMergeFileDataType. getSource()<?FileDataSourceTypePortfolioFileDataType. getSource()<?FileDataSourceTypePrivateKeyFileDataType. getSource()<?FileDataSourceTypeQrSwissPaymentContentType. getSource()<?FileDataSourceTypeSignatureFileDataType. getSource()<?FileDataSourceTypeTemplateDataType. getSource()<?FileDataSourceTypeTemplateFileType. getSource()<?FileDataSourceTypeUrlConverterFooterType. getSource()<?FileDataSourceTypeUrlConverterHeaderType. getSource()<?FileDataSourceTypeWatermarkFileDataType. getSource()<?FileDataSourceTypeXmpFileDataType. getSource()<?FileDataSourceTypeXslTransformationFileType. getSource()<?FileDataSourceTypeXSLTResourceType. getSource()<?FileDataSourceTypeZugferdFileDataType. getSource()<?static FileDataSourceTypeFileDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileDataSourceType[]FileDataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type FileDataSourceType Modifier and Type Method Description voidAppearanceFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidAttachmentFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidBackgroundFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidCertificateFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidConverterFooterType. setSource(FileDataSourceType value)Sets the value of the source property.voidConverterHeaderType. setSource(FileDataSourceType value)Sets the value of the source property.voidFormsFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidMergeFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidPortfolioFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidPrivateKeyFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidQrSwissPaymentContentType. setSource(FileDataSourceType value)Sets the value of the source property.voidSignatureFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidTemplateDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidTemplateFileType. setSource(FileDataSourceType value)Sets the value of the source property.voidUrlConverterFooterType. setSource(FileDataSourceType value)Sets the value of the source property.voidUrlConverterHeaderType. setSource(FileDataSourceType value)Sets the value of the source property.voidWatermarkFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidXmpFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.voidXslTransformationFileType. setSource(FileDataSourceType value)Sets the value of the source property.voidXSLTResourceType. setSource(FileDataSourceType value)Sets the value of the source property.voidZugferdFileDataType. setSource(FileDataSourceType value)Sets the value of the source property.
-