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 java.lang.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  java.lang.String first
           
protected  java.lang.String second
           
 
Constructor Summary
SplitNameResponse.Names()
           
 
Method Summary
 java.lang.String getFirst()
          Gets the value of the first property.
 java.lang.String getSecond()
          Gets the value of the second property.
 void setFirst(java.lang.String value)
          Sets the value of the first property.
 void setSecond(java.lang.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 java.lang.String first

second

protected java.lang.String second
Constructor Detail

SplitNameResponse.Names

public SplitNameResponse.Names()
Method Detail

getFirst

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

Returns:
possible object is String

setFirst

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

Parameters:
value - allowed object is String

getSecond

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

Returns:
possible object is String

setSecond

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

Parameters:
value - allowed object is String


Apache CXF