Uses of Class
org.cxml.Status
-
Packages that use Status Package Description org.cxml -
-
Uses of Status in org.cxml
Fields in org.cxml declared as Status Modifier and Type Field Description protected StatusContractStatusUpdateRequest. statusprotected StatusMessage. statusprotected StatusResponse. statusprotected StatusStatusUpdateRequest. statusMethods in org.cxml that return Status Modifier and Type Method Description StatusObjectFactory. createStatus()Create an instance ofStatusStatusContractStatusUpdateRequest. getStatus()Gets the value of the status property.StatusMessage. getStatus()Gets the value of the status property.StatusResponse. getStatus()Gets the value of the status property.StatusStatusUpdateRequest. getStatus()Gets the value of the status property.Methods in org.cxml with parameters of type Status Modifier and Type Method Description voidContractStatusUpdateRequest. setStatus(Status value)Sets the value of the status property.voidMessage. setStatus(Status value)Sets the value of the status property.voidResponse. setStatus(Status value)Sets the value of the status property.voidStatusUpdateRequest. setStatus(Status value)Sets the value of the status property.
-