org.vrprep.model.instance
Class TwType.End

java.lang.Object
  extended by org.vrprep.model.instance.TwType.End
Enclosing class:
TwType

public static class TwType.End
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>int">
       <attribute name="soft" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Boolean soft
           
protected  int value
           
 
Constructor Summary
TwType.End()
           
 
Method Summary
 int 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(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value

soft

protected Boolean soft
Constructor Detail

TwType.End

public TwType.End()
Method Detail

getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.


isSoft

public boolean isSoft()
Gets the value of the soft property.

Returns:
possible object is Boolean

setSoft

public void setSoft(Boolean value)
Sets the value of the soft property.

Parameters:
value - allowed object is Boolean


Copyright © 2014 VRP-REP. All rights reserved.