public class MatchersSchemaType extends Object implements Serializable
Java class for MatchersSchemaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchersSchemaType">
<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="schemaClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="schemaIdentifier" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="schemaImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
schemaClass |
protected MatcherRule |
schemaIdentifier |
protected String |
schemaImplements |
| Constructor and Description |
|---|
MatchersSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
MatcherRule |
getSchemaClass()
Gets the value of the schemaClass property.
|
MatcherRule |
getSchemaIdentifier()
Gets the value of the schemaIdentifier property.
|
String |
getSchemaImplements()
Gets the value of the schemaImplements property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setSchemaClass(MatcherRule value)
Sets the value of the schemaClass property.
|
void |
setSchemaIdentifier(MatcherRule value)
Sets the value of the schemaIdentifier property.
|
void |
setSchemaImplements(String value)
Sets the value of the schemaImplements property.
|
MatchersSchemaType |
withExpression(String value) |
MatchersSchemaType |
withSchemaClass(MatcherRule value) |
MatchersSchemaType |
withSchemaIdentifier(MatcherRule value) |
MatchersSchemaType |
withSchemaImplements(String value) |
protected String expression
protected MatcherRule schemaClass
protected MatcherRule schemaIdentifier
protected String schemaImplements
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getSchemaClass()
MatcherRulepublic void setSchemaClass(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getSchemaIdentifier()
MatcherRulepublic void setSchemaIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic String getSchemaImplements()
Stringpublic void setSchemaImplements(String value)
value - allowed object is
Stringpublic MatchersSchemaType withExpression(String value)
public MatchersSchemaType withSchemaClass(MatcherRule value)
public MatchersSchemaType withSchemaIdentifier(MatcherRule value)
public MatchersSchemaType withSchemaImplements(String value)
Copyright © 2015. All Rights Reserved.