|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.ForcedType
public class ForcedType
Java class for ForcedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForcedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expressions" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
expressions
|
protected String |
name
|
| Constructor Summary | |
|---|---|
ForcedType()
|
|
| Method Summary | |
|---|---|
String |
getExpressions()
Gets the value of the expressions property. |
String |
getName()
Gets the value of the name property. |
void |
setExpressions(String value)
Sets the value of the expressions property. |
void |
setName(String value)
Sets the value of the name property. |
ForcedType |
withExpressions(String value)
|
ForcedType |
withName(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String expressions
| Constructor Detail |
|---|
public ForcedType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getExpressions()
Stringpublic void setExpressions(String value)
value - allowed object is
Stringpublic ForcedType withName(String value)
public ForcedType withExpressions(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||