Class TestDocumentResponse


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:31-04:00")
    public class TestDocumentResponse
    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="return" type="{http://apache.org/type_test/types1}Document"/>
             <element name="y" type="{http://apache.org/type_test/types1}Document"/>
             <element name="z" type="{http://apache.org/type_test/types1}Document"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • _return

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected Document _return
      • y

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected Document y
      • z

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected Document z
    • Constructor Detail

      • TestDocumentResponse

        public TestDocumentResponse()
    • Method Detail

      • getReturn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public Document getReturn()
        Gets the value of the return property.
        Returns:
        possible object is Document
      • setReturn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setReturn​(Document value)
        Sets the value of the return property.
        Parameters:
        value - allowed object is Document
      • getY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public Document getY()
        Gets the value of the y property.
        Returns:
        possible object is Document
      • setY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setY​(Document value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Document
      • getZ

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public Document getZ()
        Gets the value of the z property.
        Returns:
        possible object is Document
      • setZ

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setZ​(Document value)
        Sets the value of the z property.
        Parameters:
        value - allowed object is Document