com.aonaware.services.webservices
Class Strategy

java.lang.Object
  extended by com.aonaware.services.webservices.Strategy

public class Strategy
extends java.lang.Object

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">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String id
           
 
Constructor Summary
Strategy()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getId()
          Gets the value of the id property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

description

protected java.lang.String description
Constructor Detail

Strategy

public Strategy()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2010 OW2 Consortium. All Rights Reserved.