Uses of Class
org.oasis_open.docs.ns.wscal.calws_soap.StatusType
-
Packages that use StatusType Package Description org.oasis_open.docs.ns.wscal.calws_soap -
-
Uses of StatusType in org.oasis_open.docs.ns.wscal.calws_soap
Fields in org.oasis_open.docs.ns.wscal.calws_soap declared as StatusType Modifier and Type Field Description protected StatusTypeBaseResponseType. statusMethods in org.oasis_open.docs.ns.wscal.calws_soap that return StatusType Modifier and Type Method Description static StatusTypeStatusType. fromValue(String v)StatusTypeBaseResponseType. getStatus()Gets the value of the status property.static StatusTypeStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusType[]StatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.oasis_open.docs.ns.wscal.calws_soap with parameters of type StatusType Modifier and Type Method Description voidBaseResponseType. setStatus(StatusType value)Sets the value of the status property.
-