Modifier and Type | Field and Description |
---|---|
protected List<SuggestionResultType> |
ItemListType.suggestion |
protected List<SuggestionResultType> |
CollectionListType.suggestion |
protected List<SuggestionResultType> |
SearchResultType.suggestion |
protected List<SuggestionResultType> |
ShapeListType.suggestion |
Modifier and Type | Method and Description |
---|---|
SuggestionResultType |
ObjectFactory.createSuggestionResultType()
Create an instance of
SuggestionResultType |
SuggestionResultType |
SuggestionResultType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SuggestionResultType |
SuggestionResultType.withSuggestion(Collection<String> values) |
SuggestionResultType |
SuggestionResultType.withSuggestion(String... values) |
SuggestionResultType |
SuggestionResultType.withTerm(String value) |
Modifier and Type | Method and Description |
---|---|
List<SuggestionResultType> |
ItemListType.getSuggestion()
Gets the value of the suggestion property.
|
List<SuggestionResultType> |
CollectionListType.getSuggestion()
Gets the value of the suggestion property.
|
List<SuggestionResultType> |
SearchResultType.getSuggestion()
Gets the value of the suggestion property.
|
List<SuggestionResultType> |
ShapeListType.getSuggestion()
Gets the value of the suggestion property.
|
Modifier and Type | Method and Description |
---|---|
ItemListType |
ItemListType.withSuggestion(SuggestionResultType... values) |
CollectionListType |
CollectionListType.withSuggestion(SuggestionResultType... values) |
SearchResultType |
SearchResultType.withSuggestion(SuggestionResultType... values) |
ShapeListType |
ShapeListType.withSuggestion(SuggestionResultType... values) |
Modifier and Type | Method and Description |
---|---|
ItemListType |
ItemListType.withSuggestion(Collection<SuggestionResultType> values) |
CollectionListType |
CollectionListType.withSuggestion(Collection<SuggestionResultType> values) |
SearchResultType |
SearchResultType.withSuggestion(Collection<SuggestionResultType> values) |
ShapeListType |
ShapeListType.withSuggestion(Collection<SuggestionResultType> values) |
Copyright © 2017. All rights reserved.