|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttest.Deploy
public class Deploy
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 |
|---|
protected int instanceCount
protected Logo logo
| Constructor Detail |
|---|
public Deploy()
| Method Detail |
|---|
public int getInstanceCount()
public void setInstanceCount(int value)
public Logo getLogo()
Stringpublic void setLogo(Logo value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||