org.apache.cxf.anonymous_complex_type
Class SplitNameResponse

java.lang.Object
  extended by org.apache.cxf.anonymous_complex_type.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 class SplitNameResponse
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="names">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SplitNameResponse.Names
          Java class for anonymous complex type.
 
Field Summary
protected  SplitNameResponse.Names names
           
 
Constructor Summary
SplitNameResponse()
           
 
Method Summary
 SplitNameResponse.Names getNames()
          Gets the value of the names property.
 void setNames(SplitNameResponse.Names value)
          Sets the value of the names property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

names

@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 SplitNameResponse.Names names
Constructor Detail

SplitNameResponse

public SplitNameResponse()
Method Detail

getNames

@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 SplitNameResponse.Names getNames()
Gets the value of the names property.

Returns:
possible object is SplitNameResponse.Names

setNames

@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 setNames(SplitNameResponse.Names value)
Sets the value of the names property.

Parameters:
value - allowed object is SplitNameResponse.Names


Apache CXF