Uses of Class
eu.de4a.iem.jaxb.common.types.ExplicitRequestType
-
Packages that use ExplicitRequestType Package Description eu.de4a.iem.jaxb.common.types -
-
Uses of ExplicitRequestType in eu.de4a.iem.jaxb.common.types
Methods in eu.de4a.iem.jaxb.common.types that return ExplicitRequestType Modifier and Type Method Description static ExplicitRequestTypeExplicitRequestType. fromValue(String v)ExplicitRequestTypeRequestGroundsType. getExplicitRequest()Gets the value of the explicitRequest property.static ExplicitRequestTypeExplicitRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExplicitRequestType[]ExplicitRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.de4a.iem.jaxb.common.types with parameters of type ExplicitRequestType Modifier and Type Method Description voidRequestGroundsType. setExplicitRequest(ExplicitRequestType value)Sets the value of the explicitRequest property.
-