Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs.RestrictToPropertiesRequestPropertyIdentification

Packages that use RestrictToPropertiesRequestPropertyIdentification
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs   
 

Uses of RestrictToPropertiesRequestPropertyIdentification in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs declared as RestrictToPropertiesRequestPropertyIdentification
private  RestrictToPropertiesRequestPropertyIdentification RestrictToPropertiesRequest.propertyIdentification
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs that return RestrictToPropertiesRequestPropertyIdentification
 RestrictToPropertiesRequestPropertyIdentification RestrictToPropertiesRequest.getPropertyIdentification()
          Gets the propertyIdentification value for this RestrictToPropertiesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs with parameters of type RestrictToPropertiesRequestPropertyIdentification
 void RestrictToPropertiesRequest.setPropertyIdentification(RestrictToPropertiesRequestPropertyIdentification propertyIdentification)
          Sets the propertyIdentification value for this RestrictToPropertiesRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs with parameters of type RestrictToPropertiesRequestPropertyIdentification
RestrictToPropertiesRequest(RestrictToPropertiesRequestPropertyIdentification propertyIdentification)