org.apache.cxf.ordered_param_holder
Class ComplexStruct

java.lang.Object
  extended by org.apache.cxf.ordered_param_holder.ComplexStruct

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class ComplexStruct
extends Object

Java class for ComplexStruct complex type.

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

 <complexType name="ComplexStruct">
   <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  String elem1
           
protected  String elem2
           
protected  int elem3
           
 
Constructor Summary
ComplexStruct()
           
 
Method Summary
 String getElem1()
          Gets the value of the elem1 property.
 String getElem2()
          Gets the value of the elem2 property.
 int getElem3()
          Gets the value of the elem3 property.
 void setElem1(String value)
          Sets the value of the elem1 property.
 void setElem2(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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String elem1

elem2

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String elem2

elem3

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected int elem3
Constructor Detail

ComplexStruct

public ComplexStruct()
Method Detail

getElem1

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getElem1()
Gets the value of the elem1 property.

Returns:
possible object is String

setElem1

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setElem1(String value)
Sets the value of the elem1 property.

Parameters:
value - allowed object is String

getElem2

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getElem2()
Gets the value of the elem2 property.

Returns:
possible object is String

setElem2

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setElem2(String value)
Sets the value of the elem2 property.

Parameters:
value - allowed object is String

getElem3

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public int getElem3()
Gets the value of the elem3 property.


setElem3

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setElem3(int value)
Sets the value of the elem3 property.



Apache CXF