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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceMetadata.stubs declared as RestrictToPropertyParentsRequestPropertyIdentification
private  RestrictToPropertyParentsRequestPropertyIdentification RestrictToPropertyParentsRequest.propertyIdentification
           
 

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

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

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