@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SplitNameResponse.Names
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SplitNameResponse.Names |
names |
| Constructor and Description |
|---|
SplitNameResponse() |
| Modifier and Type | Method and Description |
|---|---|
SplitNameResponse.Names |
getNames()
Gets the value of the names property.
|
void |
setNames(SplitNameResponse.Names value)
Sets the value of the names property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected SplitNameResponse.Names names
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public SplitNameResponse.Names getNames()
SplitNameResponse.Names@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setNames(SplitNameResponse.Names value)
value - allowed object is
SplitNameResponse.NamesApache CXF