org.apache.cxf.anonymous_complex_type
Class SplitNameResponse.Names

java.lang.Object
  extended by org.apache.cxf.anonymous_complex_type.SplitNameResponse.Names
Enclosing class:
SplitNameResponse

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

Java class for anonymous complex type.

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

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


Field Summary
protected  String first
           
protected  String second
           
 
Constructor Summary
SplitNameResponse.Names()
           
 
Method Summary
 String getFirst()
          Gets the value of the first property.
 String getSecond()
          Gets the value of the second property.
 void setFirst(String value)
          Sets the value of the first property.
 void setSecond(String value)
          Sets the value of the second property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

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

second

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

SplitNameResponse.Names

public SplitNameResponse.Names()
Method Detail

getFirst

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

Returns:
possible object is String

setFirst

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

Parameters:
value - allowed object is String

getSecond

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

Returns:
possible object is String

setSecond

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

Parameters:
value - allowed object is String


Apache CXF