Uses of Class
org.apache.camel.quarkus.component.soap.it.multipart.CompanyType
-
Packages that use CompanyType Package Description org.apache.camel.quarkus.component.soap.it.multipart -
-
Uses of CompanyType in org.apache.camel.quarkus.component.soap.it.multipart
Methods in org.apache.camel.quarkus.component.soap.it.multipart that return CompanyType Modifier and Type Method Description static CompanyTypeCompanyType. fromValue(String v)static CompanyTypeCompanyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompanyType[]CompanyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.component.soap.it.multipart that return types with arguments of type CompanyType Modifier and Type Method Description JAXBElement<CompanyType>ObjectFactory. createCompanyType(CompanyType value)Methods in org.apache.camel.quarkus.component.soap.it.multipart with parameters of type CompanyType Modifier and Type Method Description JAXBElement<CompanyType>ObjectFactory. createCompanyType(CompanyType value)
-