test
Class Deploy

java.lang.Object
  extended by test.Deploy

public class Deploy
extends java.lang.Object

Wrapper for the deploy method. It has an int parameter and a parameter that is convertible from String.

Java class for deployWrapperType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="deployWrapperType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="instanceCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="logo" type="{http://test}LogoType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int instanceCount
           
protected  Logo logo
           
 
Constructor Summary
Deploy()
           
 
Method Summary
 int getInstanceCount()
          Gets the value of the instanceCount property.
 Logo getLogo()
          Gets the value of the logo property.
 void setInstanceCount(int value)
          Sets the value of the instanceCount property.
 void setLogo(Logo value)
          Sets the value of the logo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceCount

protected int instanceCount

logo

protected Logo logo
Constructor Detail

Deploy

public Deploy()
Method Detail

getInstanceCount

public int getInstanceCount()
Gets the value of the instanceCount property.


setInstanceCount

public void setInstanceCount(int value)
Sets the value of the instanceCount property.


getLogo

public Logo getLogo()
Gets the value of the logo property.

Returns:
possible object is String

setLogo

public void setLogo(Logo value)
Sets the value of the logo property.

Parameters:
value - allowed object is String