Class SplitNameResponse
- java.lang.Object
-
- org.apache.cxf.anonymous_complex_type.SplitNameResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-05:00") public class SplitNameResponse extends ObjectJava 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 Classes Modifier and Type Class Description static classSplitNameResponse.NamesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected SplitNameResponse.Namesnames
-
Constructor Summary
Constructors Constructor Description SplitNameResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SplitNameResponse.NamesgetNames()Gets the value of the names property.voidsetNames(SplitNameResponse.Names value)Sets the value of the names property.
-
-
-
Field Detail
-
names
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-05:00") protected SplitNameResponse.Names names
-
-
Method Detail
-
getNames
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-05: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 v2.3.5", date="2024-03-07T12:28:43-05:00") public void setNames(SplitNameResponse.Names value)Sets the value of the names property.- Parameters:
value- allowed object isSplitNameResponse.Names
-
-