Uses of Class
network.oxalis.peppol.sbdh.jaxb.TypeOfServiceTransaction
-
-
Uses of TypeOfServiceTransaction in network.oxalis.peppol.sbdh.jaxb
Fields in network.oxalis.peppol.sbdh.jaxb declared as TypeOfServiceTransaction Modifier and Type Field Description protected TypeOfServiceTransactionServiceTransaction. typeOfServiceTransactionMethods in network.oxalis.peppol.sbdh.jaxb that return TypeOfServiceTransaction Modifier and Type Method Description static TypeOfServiceTransactionTypeOfServiceTransaction. fromValue(String v)Gets the enum associated to the value passed as parameter.TypeOfServiceTransactionServiceTransaction. getTypeOfServiceTransaction()Gets the value of the typeOfServiceTransaction property.static TypeOfServiceTransactionTypeOfServiceTransaction. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeOfServiceTransaction[]TypeOfServiceTransaction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.peppol.sbdh.jaxb with parameters of type TypeOfServiceTransaction Modifier and Type Method Description voidServiceTransaction. setTypeOfServiceTransaction(TypeOfServiceTransaction value)Sets the value of the typeOfServiceTransaction property.
-