Uses of Class
be.recipe.services.core.StatusType
-
Packages that use StatusType Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient -
-
Uses of StatusType in be.recipe.services.core
Fields in be.recipe.services.core declared as StatusType Modifier and Type Field Description protected StatusTypeResponseType. statusprotected StatusTypeVoidResult. statusMethods in be.recipe.services.core that return StatusType Modifier and Type Method Description StatusTypeObjectFactory. createStatusType()Create an instance ofStatusTypeStatusTypeResponseType. getStatus()Gets the value of the status property.StatusTypeVoidResult. getStatus()Gets the value of the status property.Methods in be.recipe.services.core with parameters of type StatusType Modifier and Type Method Description voidResponseType. setStatus(StatusType value)Sets the value of the status property.voidVoidResult. setStatus(StatusType value)Sets the value of the status property. -
Uses of StatusType in be.recipe.services.executor
Fields in be.recipe.services.executor declared as StatusType Modifier and Type Field Description protected StatusTypeGetProfileResult. statusMethods in be.recipe.services.executor that return StatusType Modifier and Type Method Description StatusTypeGetProfileResult. getStatus()Gets the value of the status property.Methods in be.recipe.services.executor with parameters of type StatusType Modifier and Type Method Description voidGetProfileResult. setStatus(StatusType value)Sets the value of the status property. -
Uses of StatusType in be.recipe.services.patient
Fields in be.recipe.services.patient declared as StatusType Modifier and Type Field Description protected StatusTypeCancelReservationResult. statusprotected StatusTypeContactDetailsResult. statusprotected StatusTypeGetExecutorProfileResult. statusMethods in be.recipe.services.patient that return StatusType Modifier and Type Method Description StatusTypeCancelReservationResult. getStatus()Gets the value of the status property.StatusTypeContactDetailsResult. getStatus()Gets the value of the status property.StatusTypeGetExecutorProfileResult. getStatus()Gets the value of the status property.Methods in be.recipe.services.patient with parameters of type StatusType Modifier and Type Method Description voidCancelReservationResult. setStatus(StatusType value)Sets the value of the status property.voidContactDetailsResult. setStatus(StatusType value)Sets the value of the status property.voidGetExecutorProfileResult. setStatus(StatusType value)Sets the value of the status property.
-