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