Uses of Class
net.webpdf.wsclient.schema.operation.PortfolioSelectionType
-
Packages that use PortfolioSelectionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PortfolioSelectionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation with type parameters of type PortfolioSelectionType Modifier and Type Field Description protected List<PortfolioSelectionType>PortfolioExtractType. selectionprotected List<PortfolioSelectionType>PortfolioRemoveType. selectionMethods in net.webpdf.wsclient.schema.operation that return PortfolioSelectionType Modifier and Type Method Description PortfolioSelectionTypeObjectFactory. createPortfolioSelectionType()Create an instance ofPortfolioSelectionTypeMethods in net.webpdf.wsclient.schema.operation that return types with arguments of type PortfolioSelectionType Modifier and Type Method Description List<PortfolioSelectionType>PortfolioExtractType. getSelection()Gets the value of the selection property.List<PortfolioSelectionType>PortfolioRemoveType. getSelection()Gets the value of the selection property.
-