Uses of Class
net.webpdf.wsclient.schema.operation.QrSwissPaymentFormatType
-
Packages that use QrSwissPaymentFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of QrSwissPaymentFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as QrSwissPaymentFormatType Modifier and Type Field Description protected QrSwissPaymentFormatTypeQrSwissPaymentBarcodeType. formatMethods in net.webpdf.wsclient.schema.operation that return QrSwissPaymentFormatType Modifier and Type Method Description static QrSwissPaymentFormatTypeQrSwissPaymentFormatType. fromValue(String v)QrSwissPaymentFormatTypeQrSwissPaymentBarcodeType. getFormat()Gets the value of the format property.static QrSwissPaymentFormatTypeQrSwissPaymentFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static QrSwissPaymentFormatType[]QrSwissPaymentFormatType. 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 QrSwissPaymentFormatType Modifier and Type Method Description voidQrSwissPaymentBarcodeType. setFormat(QrSwissPaymentFormatType value)Sets the value of the format property.
-