public class Strategy extends Object implements Serializable
Java class for Strategy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Strategy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
protected String name
Copyright © 2013. All Rights Reserved.