public static class TwType.Start extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>integer">
<attribute name="soft" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
soft |
protected BigInteger |
value |
| Constructor and Description |
|---|
Start() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getValue()
Gets the value of the value property.
|
boolean |
isSoft()
Gets the value of the soft property.
|
void |
setSoft(Boolean value)
Sets the value of the soft property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected Boolean soft
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSoft()
BooleanCopyright © 2014 VRP-REP. All rights reserved.