Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.RestrictToStatusRequestStatus

Packages that use RestrictToStatusRequestStatus
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs   
 

Uses of RestrictToStatusRequestStatus in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToStatusRequestStatus
private  RestrictToStatusRequestStatus RestrictToStatusRequest.status
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToStatusRequestStatus
 RestrictToStatusRequestStatus RestrictToStatusRequest.getStatus()
          Gets the status value for this RestrictToStatusRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToStatusRequestStatus
 void RestrictToStatusRequest.setStatus(RestrictToStatusRequestStatus status)
          Sets the status value for this RestrictToStatusRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToStatusRequestStatus
RestrictToStatusRequest(RestrictToStatusRequestActiveOption activeOption, RestrictToStatusRequestStatus status)