org.apache.hello_world_soap_http.types
Class StringStruct

java.lang.Object
  extended by org.apache.hello_world_soap_http.types.StringStruct

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

Java class for stringStruct complex type.

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

 <complexType name="stringStruct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String arg0
           
protected  String arg1
           
 
Constructor Summary
StringStruct()
           
 
Method Summary
 String getArg0()
          Gets the value of the arg0 property.
 String getArg1()
          Gets the value of the arg1 property.
 void setArg0(String value)
          Sets the value of the arg0 property.
 void setArg1(String value)
          Sets the value of the arg1 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arg0

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

arg1

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

StringStruct

public StringStruct()
Method Detail

getArg0

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

Returns:
possible object is String

setArg0

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

Parameters:
value - allowed object is String

getArg1

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

Returns:
possible object is String

setArg1

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

Parameters:
value - allowed object is String


Apache CXF