public static class Filter.Field extends Object implements Serializable
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"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static Filter.Field |
EMPTY_INSTANCE |
protected String |
name |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
Filter.Field |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
Filter.Field |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected Filter.Field |
copy(Filter.Field nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
String |
getName()
Indicates a the name of the filter field
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
String |
toString() |
Filter.Field |
withName(String newValue)
Sets the name property to the given newValue and returns this instance.
|
protected String name
public static final Filter.Field EMPTY_INSTANCE
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Filter.Field copy()
public Filter.Field copy(boolean isDeep)
protected Filter.Field copy(Filter.Field nobj, boolean isDeep)
public Filter.Field withName(String newValue)