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() |
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()
Boolean
public void setMatchingOnly(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMatchingOnly()
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public boolean isSetPrefix()
public String getSuffix()
String
public void setSuffix(String value)
value
- allowed object is
String
public boolean isSetSuffix()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.