Modifier and Type | Field and Description |
---|---|
protected List<SearchFieldType> |
ItemSearchType.field |
protected List<SearchFieldType> |
SearchFilterType.field |
protected List<SearchFieldType> |
SearchGroupType.field |
protected List<SearchFieldType> |
SearchOperatorType.field |
protected List<SearchFieldType> |
CriterionType.field |
Modifier and Type | Method and Description |
---|---|
SearchFieldType |
ObjectFactory.createSearchFieldType()
Create an instance of
SearchFieldType |
SearchFieldType |
SearchFieldType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SearchFieldType |
SearchFieldType.withName(String value) |
SearchFieldType |
SearchFieldType.withRange(Collection<SearchFieldType.Range> values) |
SearchFieldType |
SearchFieldType.withRange(SearchFieldType.Range... values) |
SearchFieldType |
SearchFieldType.withTarget(SearchTargetType value) |
SearchFieldType |
SearchFieldType.withValue(Collection<ItemSearchValueType> values) |
SearchFieldType |
SearchFieldType.withValue(ItemSearchValueType... values) |
Modifier and Type | Method and Description |
---|---|
List<SearchFieldType> |
ItemSearchType.getField()
Gets the value of the field property.
|
List<SearchFieldType> |
SearchFilterType.getField()
Gets the value of the field property.
|
List<SearchFieldType> |
SearchGroupType.getField()
Gets the value of the field property.
|
List<SearchFieldType> |
SearchOperatorType.getField()
Gets the value of the field property.
|
List<SearchFieldType> |
CriterionType.getField()
Gets the value of the field property.
|
Modifier and Type | Method and Description |
---|---|
ItemSearchType |
ItemSearchType.withField(SearchFieldType... values) |
SearchFilterType |
SearchFilterType.withField(SearchFieldType... values) |
ShapeSearchType |
ShapeSearchType.withField(SearchFieldType... values) |
SearchGroupType |
SearchGroupType.withField(SearchFieldType... values) |
ShapeCriterionType |
ShapeCriterionType.withField(SearchFieldType... values) |
FileSearchType |
FileSearchType.withField(SearchFieldType... values) |
ItemCriterionType |
ItemCriterionType.withField(SearchFieldType... values) |
SearchOperatorType |
SearchOperatorType.withField(SearchFieldType... values) |
CriterionType |
CriterionType.withField(SearchFieldType... values) |
Modifier and Type | Method and Description |
---|---|
ItemSearchType |
ItemSearchType.withField(Collection<SearchFieldType> values) |
SearchFilterType |
SearchFilterType.withField(Collection<SearchFieldType> values) |
ShapeSearchType |
ShapeSearchType.withField(Collection<SearchFieldType> values) |
SearchGroupType |
SearchGroupType.withField(Collection<SearchFieldType> values) |
ShapeCriterionType |
ShapeCriterionType.withField(Collection<SearchFieldType> values) |
FileSearchType |
FileSearchType.withField(Collection<SearchFieldType> values) |
ItemCriterionType |
ItemCriterionType.withField(Collection<SearchFieldType> values) |
SearchOperatorType |
SearchOperatorType.withField(Collection<SearchFieldType> values) |
CriterionType |
CriterionType.withField(Collection<SearchFieldType> values) |
Copyright © 2018. All rights reserved.