public class ForcedType extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expressions |
protected String |
name |
| Constructor and Description |
|---|
ForcedType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
Copyright © 2013. All Rights Reserved.