public class MatchersFieldType extends Object implements Serializable
Java class for MatchersFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchersFieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fieldIdentifier" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="fieldMember" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="fieldSetter" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="fieldGetter" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
fieldGetter |
protected MatcherRule |
fieldIdentifier |
protected MatcherRule |
fieldMember |
protected MatcherRule |
fieldSetter |
| Constructor and Description |
|---|
MatchersFieldType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
MatcherRule |
getFieldGetter()
Gets the value of the fieldGetter property.
|
MatcherRule |
getFieldIdentifier()
Gets the value of the fieldIdentifier property.
|
MatcherRule |
getFieldMember()
Gets the value of the fieldMember property.
|
MatcherRule |
getFieldSetter()
Gets the value of the fieldSetter property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setFieldGetter(MatcherRule value)
Sets the value of the fieldGetter property.
|
void |
setFieldIdentifier(MatcherRule value)
Sets the value of the fieldIdentifier property.
|
void |
setFieldMember(MatcherRule value)
Sets the value of the fieldMember property.
|
void |
setFieldSetter(MatcherRule value)
Sets the value of the fieldSetter property.
|
MatchersFieldType |
withExpression(String value) |
MatchersFieldType |
withFieldGetter(MatcherRule value) |
MatchersFieldType |
withFieldIdentifier(MatcherRule value) |
MatchersFieldType |
withFieldMember(MatcherRule value) |
MatchersFieldType |
withFieldSetter(MatcherRule value) |
protected String expression
protected MatcherRule fieldIdentifier
protected MatcherRule fieldMember
protected MatcherRule fieldSetter
protected MatcherRule fieldGetter
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getFieldIdentifier()
MatcherRulepublic void setFieldIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getFieldMember()
MatcherRulepublic void setFieldMember(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getFieldSetter()
MatcherRulepublic void setFieldSetter(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getFieldGetter()
MatcherRulepublic void setFieldGetter(MatcherRule value)
value - allowed object is
MatcherRulepublic MatchersFieldType withExpression(String value)
public MatchersFieldType withFieldIdentifier(MatcherRule value)
public MatchersFieldType withFieldMember(MatcherRule value)
public MatchersFieldType withFieldSetter(MatcherRule value)
public MatchersFieldType withFieldGetter(MatcherRule value)
Copyright © 2015. All Rights Reserved.