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

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

protected String first

second

protected String second
Constructor Detail

SplitNameResponse.Names

public SplitNameResponse.Names()
Method Detail

getFirst

public String getFirst()
Gets the value of the first property.

Returns:
possible object is String

setFirst

public void setFirst(String value)
Sets the value of the first property.

Parameters:
value - allowed object is String

getSecond

public String getSecond()
Gets the value of the second property.

Returns:
possible object is String

setSecond

public void setSecond(String value)
Sets the value of the second property.

Parameters:
value - allowed object is String


Apache CXF