All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.focus.uvms.activity.model.schemas.ActivityModuleMethod Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.03.17 at 02:46:49 PM CET 
//


package fish.focus.uvms.activity.model.schemas;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for ActivityModuleMethod. * *

The following schema fragment specifies the expected content contained within this class. *

*

 * <simpleType name="ActivityModuleMethod">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="MAP_TO_SUBSCRIPTION_REQUEST"/>
 *     <enumeration value="GET_FLUX_FA_REPORT"/>
 *     <enumeration value="GET_FLUX_FA_QUERY"/>
 *     <enumeration value="GET_FLUX_MDR_ENTITY"/>
 *     <enumeration value="GET_FISHING_TRIPS"/>
 *     <enumeration value="GET_FA_CATCH_SUMMARY_REPORT"/>
 *     <enumeration value="GET_NON_UNIQUE_IDS"/>
 *     <enumeration value="GET_FISHING_ACTIVITY_FOR_TRIPS"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "ActivityModuleMethod") @XmlEnum public enum ActivityModuleMethod { MAP_TO_SUBSCRIPTION_REQUEST, GET_FLUX_FA_REPORT, GET_FLUX_FA_QUERY, GET_FLUX_MDR_ENTITY, GET_FISHING_TRIPS, GET_FA_CATCH_SUMMARY_REPORT, GET_NON_UNIQUE_IDS, GET_FISHING_ACTIVITY_FOR_TRIPS; public String value() { return name(); } public static ActivityModuleMethod fromValue(String v) { return valueOf(v); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy