org.apache.hello_world_xml_http.bare.types
Class MyComplexStructType

java.lang.Object
  extended by org.apache.hello_world_xml_http.bare.types.MyComplexStructType

public class MyComplexStructType
extends java.lang.Object

Java class for myComplexStructType complex type.

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

 <complexType name="myComplexStructType">
   <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
MyComplexStructType()
           
 
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

elem1

protected java.lang.String elem1

elem2

protected java.lang.String elem2

elem3

protected int elem3
Constructor Detail

MyComplexStructType

public MyComplexStructType()
Method Detail

getElem1

public java.lang.String getElem1()
Gets the value of the elem1 property.

Returns:
possible object is String

setElem1

public void setElem1(java.lang.String value)
Sets the value of the elem1 property.

Parameters:
value - allowed object is String

getElem2

public java.lang.String getElem2()
Gets the value of the elem2 property.

Returns:
possible object is String

setElem2

public void setElem2(java.lang.String value)
Sets the value of the elem2 property.

Parameters:
value - allowed object is String

getElem3

public int getElem3()
Gets the value of the elem3 property.


setElem3

public void setElem3(int value)
Sets the value of the elem3 property.



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.