|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hello_world_rpclit.types.MyComplexStruct
public class MyComplexStruct
Java class for myComplexStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="myComplexStruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elem1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="elem2" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="elem3" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
elem1
|
protected java.lang.String |
elem2
|
protected int |
elem3
|
| Constructor Summary | |
|---|---|
MyComplexStruct()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getElem1()
Gets the value of the elem1 property. |
java.lang.String |
getElem2()
Gets the value of the elem2 property. |
int |
getElem3()
Gets the value of the elem3 property. |
void |
setElem1(java.lang.String value)
Sets the value of the elem1 property. |
void |
setElem2(java.lang.String value)
Sets the value of the elem2 property. |
void |
setElem3(int value)
Sets the value of the elem3 property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String elem1
protected java.lang.String elem2
protected int elem3
| Constructor Detail |
|---|
public MyComplexStruct()
| Method Detail |
|---|
public java.lang.String getElem1()
Stringpublic void setElem1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getElem2()
Stringpublic void setElem2(java.lang.String value)
value - allowed object is
Stringpublic int getElem3()
public void setElem3(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||