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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToPropertiesRequestPropertyList
private  RestrictToPropertiesRequestPropertyList RestrictToPropertiesRequest.propertyList
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToPropertiesRequestPropertyList
 RestrictToPropertiesRequestPropertyList RestrictToPropertiesRequest.getPropertyList()
          Gets the propertyList value for this RestrictToPropertiesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToPropertiesRequestPropertyList
 void RestrictToPropertiesRequest.setPropertyList(RestrictToPropertiesRequestPropertyList propertyList)
          Sets the propertyList value for this RestrictToPropertiesRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToPropertiesRequestPropertyList
RestrictToPropertiesRequest(RestrictToPropertiesRequestLocalNameList2 localNameList2, RestrictToPropertiesRequestLocalNameList3 localNameList3, RestrictToPropertiesRequestNameAndValueList nameAndValueList, RestrictToPropertiesRequestPropertyList propertyList, RestrictToPropertiesRequestPropertyType propertyType)