Class SplitNameResponse
java.lang.Object
org.apache.cxf.anonymous_complex_type.SplitNameResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:57-04:00")
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
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNames()Gets the value of the names property.voidsetNames(SplitNameResponse.Names value) Sets the value of the names property.
-
Field Details
-
names
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected SplitNameResponse.Names names
-
-
Constructor Details
-
SplitNameResponse
public SplitNameResponse()
-
-
Method Details
-
getNames
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") 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", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public void setNames(SplitNameResponse.Names value) Sets the value of the names property.- Parameters:
value- allowed object isSplitNameResponse.Names
-