public static class ItemSearchType.Highlight extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="matchingOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="suffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
field |
protected Boolean |
matchingOnly |
protected String |
prefix |
protected String |
suffix |
| Constructor and Description |
|---|
ItemSearchType.Highlight() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<String> |
getField()
Gets the value of the field property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
Boolean |
isMatchingOnly()
Gets the value of the matchingOnly property.
|
boolean |
isSetField() |
boolean |
isSetMatchingOnly() |
boolean |
isSetPrefix() |
boolean |
isSetSuffix() |
void |
setMatchingOnly(Boolean value)
Sets the value of the matchingOnly property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
void |
unsetField() |
ItemSearchType.Highlight |
withField(Collection<String> values) |
ItemSearchType.Highlight |
withField(String... values) |
ItemSearchType.Highlight |
withMatchingOnly(Boolean value) |
ItemSearchType.Highlight |
withPrefix(String value) |
ItemSearchType.Highlight |
withSuffix(String value) |
protected Boolean matchingOnly
protected String prefix
protected String suffix
public List<String> getField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetField()
public void unsetField()
public Boolean isMatchingOnly()
Booleanpublic void setMatchingOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isSetMatchingOnly()
public String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic boolean isSetPrefix()
public String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic boolean isSetSuffix()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ItemSearchType.Highlight withField(String... values)
public ItemSearchType.Highlight withField(Collection<String> values)
public ItemSearchType.Highlight withMatchingOnly(Boolean value)
public ItemSearchType.Highlight withPrefix(String value)
public ItemSearchType.Highlight withSuffix(String value)
Copyright © 2015. All rights reserved.