Uses of Class
net.webpdf.wsclient.schema.operation.ZugferdVersionType
-
Packages that use ZugferdVersionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ZugferdVersionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ZugferdVersionType Modifier and Type Field Description protected ZugferdVersionTypeZugferdFileDataType. versionMethods in net.webpdf.wsclient.schema.operation that return ZugferdVersionType Modifier and Type Method Description static ZugferdVersionTypeZugferdVersionType. fromValue(String v)ZugferdVersionTypeZugferdFileDataType. getVersion()Gets the value of the version property.static ZugferdVersionTypeZugferdVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZugferdVersionType[]ZugferdVersionType. 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 ZugferdVersionType Modifier and Type Method Description voidZugferdFileDataType. setVersion(ZugferdVersionType value)Sets the value of the version property.
-