public abstract class FieldCondition extends Object implements Serializable
Java class for FieldCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldCondition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="fieldId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static FieldCondition |
EMPTY_INSTANCE |
protected String |
fieldId |
Constructor and Description |
---|
FieldCondition() |
Modifier and Type | Method and Description |
---|---|
FieldCondition |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
abstract FieldCondition |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected FieldCondition |
copy(FieldCondition nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
String |
getFieldId()
Gets the value of the fieldId property.
|
int |
hashCode() |
void |
setFieldId(String value)
Sets the value of the fieldId property.
|
String |
toString() |
FieldCondition |
withFieldId(String newValue)
Sets the fieldId property to the given newValue and returns this instance.
|
protected String fieldId
public static final FieldCondition EMPTY_INSTANCE
public String getFieldId()
String
public void setFieldId(String value)
value
- allowed object is
String
public FieldCondition copy()
public abstract FieldCondition copy(boolean isDeep)
protected FieldCondition copy(FieldCondition nobj, boolean isDeep)
public FieldCondition withFieldId(String newValue)