Uses of Enum Class
org.oasis_open.docs.ws_calendar.ns.soap.StatusType
Packages that use StatusType
-
Uses of StatusType in org.oasis_open.docs.ws_calendar.ns.soap
Fields in org.oasis_open.docs.ws_calendar.ns.soap declared as StatusTypeMethods in org.oasis_open.docs.ws_calendar.ns.soap that return StatusTypeModifier and TypeMethodDescriptionstatic StatusType
BaseResponseType.getStatus()
Gets the value of the status property.static StatusType
Returns the enum constant of this class with the specified name.static StatusType[]
StatusType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.oasis_open.docs.ws_calendar.ns.soap with parameters of type StatusTypeModifier and TypeMethodDescriptionvoid
BaseResponseType.setStatus
(StatusType value) Sets the value of the status property.