Class SplitNameResponse.Names

java.lang.Object
org.apache.cxf.anonymous_complex_type.SplitNameResponse.Names
Enclosing class:
SplitNameResponse

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") 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 Details

    • first

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String first
    • second

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String second
  • Constructor Details

    • Names

      public Names()
  • Method Details

    • getFirst

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getFirst()
      Gets the value of the first property.
      Returns:
      possible object is String
    • setFirst

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setFirst(String value)
      Sets the value of the first property.
      Parameters:
      value - allowed object is String
    • getSecond

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getSecond()
      Gets the value of the second property.
      Returns:
      possible object is String
    • setSecond

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setSecond(String value)
      Sets the value of the second property.
      Parameters:
      value - allowed object is String