org.aspsimon.termcomp.entity.xtc
Class Strategy

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Strategy

public class Strategy
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="strategy">
   <xs:simpleType>
     <!-- Reference to inner class StrategyInner -->
   </xs:simpleType>
 </xs:element>
 


Nested Class Summary
static class Strategy.StrategyInner
          Schema fragment(s) for this class:
 
Constructor Summary
Strategy()
           
 
Method Summary
 Strategy.StrategyInner getStrategy()
          Get the 'strategy' element value.
 void setStrategy(Strategy.StrategyInner strategy)
          Set the 'strategy' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strategy

public Strategy()
Method Detail

getStrategy

public Strategy.StrategyInner getStrategy()
Get the 'strategy' element value.

Returns:
value

setStrategy

public void setStrategy(Strategy.StrategyInner strategy)
Set the 'strategy' element value.

Parameters:
strategy -