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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToStatusRequestActiveOption
private  RestrictToStatusRequestActiveOption RestrictToStatusRequest.activeOption
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToStatusRequestActiveOption
 RestrictToStatusRequestActiveOption RestrictToStatusRequest.getActiveOption()
          Gets the activeOption value for this RestrictToStatusRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToStatusRequestActiveOption
 void RestrictToStatusRequest.setActiveOption(RestrictToStatusRequestActiveOption activeOption)
          Sets the activeOption value for this RestrictToStatusRequest.
 

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