public class MatchersSchemaType extends Object implements Serializable
| 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 |
|---|---|
boolean |
equals(Object that) |
String |
getExpression()
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
|
MatcherRule |
getSchemaClass()
This rule influences the naming of the generated
Schema object. |
MatcherRule |
getSchemaIdentifier()
This rule influences the naming of the generated
Schema identifier. |
String |
getSchemaImplements()
This string provides additional interfaces that a generated
Schema should implement. |
int |
hashCode() |
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.
|
String |
toString() |
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()
Schema object.MatcherRulepublic void setSchemaClass(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getSchemaIdentifier()
Schema identifier.MatcherRulepublic void setSchemaIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic String getSchemaImplements()
Schema should implement.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 © 2019. All rights reserved.