Class RefSplitNameResponse


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2024-03-07T12:28:43-05:00")
    public class RefSplitNameResponse
    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 ref="{http://cxf.apache.org/anonymous_complex_type/}SplitNameResponse"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • splitNameResponse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:43-05:00")
        protected SplitNameResponse splitNameResponse
    • Constructor Detail

      • RefSplitNameResponse

        public RefSplitNameResponse()
    • Method Detail

      • getSplitNameResponse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:43-05:00")
        public SplitNameResponse getSplitNameResponse()
        Gets the value of the splitNameResponse property.
        Returns:
        possible object is SplitNameResponse
      • setSplitNameResponse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:43-05:00")
        public void setSplitNameResponse​(SplitNameResponse value)
        Sets the value of the splitNameResponse property.
        Parameters:
        value - allowed object is SplitNameResponse