Uses of Enum Class
org.unece.cefact.namespaces.sbdh.TypeOfServiceTransaction
Packages that use TypeOfServiceTransaction
Package
Description
This class was annotated by ph-jaxb-plugin -Xph-package-null-marked
-
Uses of TypeOfServiceTransaction in org.unece.cefact.namespaces.sbdh
Methods in org.unece.cefact.namespaces.sbdh that return TypeOfServiceTransactionModifier and TypeMethodDescriptionstatic TypeOfServiceTransactionGets the enum associated to the value passed as parameter.@Nullable TypeOfServiceTransactionServiceTransaction.getTypeOfServiceTransaction()Gets the value of the typeOfServiceTransaction property.static TypeOfServiceTransactionReturns the enum constant of this class with the specified name.static TypeOfServiceTransaction[]TypeOfServiceTransaction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.unece.cefact.namespaces.sbdh with parameters of type TypeOfServiceTransactionModifier and TypeMethodDescriptionvoidServiceTransaction.setTypeOfServiceTransaction(@Nullable TypeOfServiceTransaction value) Sets the value of the typeOfServiceTransaction property.