Class GetObjectResponse
- java.lang.Object
-
- org.apache.cxf.tests.inherit.types.GetObjectResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class GetObjectResponse 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="return" type="{http://apache.org/cxf/tests/inherit/types}ObjectInfo"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectInfo_return
-
Constructor Summary
Constructors Constructor Description GetObjectResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectInfogetReturn()Gets the value of the return property.voidsetReturn(ObjectInfo value)Sets the value of the return property.
-
-
-
Field Detail
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected ObjectInfo _return
-
-
Method Detail
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public ObjectInfo getReturn()Gets the value of the return property.- Returns:
- possible object is
ObjectInfo
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public void setReturn(ObjectInfo value)Sets the value of the return property.- Parameters:
value- allowed object isObjectInfo
-
-