Package org.apache.type_test.doc
Class TestComplexChoiceResponse
- java.lang.Object
-
- org.apache.type_test.doc.TestComplexChoiceResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestComplexChoiceResponse 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/type_test/types1}ComplexChoice"/> <element name="y" type="{http://apache.org/type_test/types1}ComplexChoice"/> <element name="z" type="{http://apache.org/type_test/types1}ComplexChoice"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ComplexChoice_returnprotected ComplexChoiceyprotected ComplexChoicez
-
Constructor Summary
Constructors Constructor Description TestComplexChoiceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplexChoicegetReturn()Gets the value of the return property.ComplexChoicegetY()Gets the value of the y property.ComplexChoicegetZ()Gets the value of the z property.voidsetReturn(ComplexChoice value)Sets the value of the return property.voidsetY(ComplexChoice value)Sets the value of the y property.voidsetZ(ComplexChoice value)Sets the value of the z property.
-
-
-
Field Detail
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected ComplexChoice _return
-
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected ComplexChoice y
-
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected ComplexChoice z
-
-
Method Detail
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public ComplexChoice getReturn()Gets the value of the return property.- Returns:
- possible object is
ComplexChoice
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setReturn(ComplexChoice value)Sets the value of the return property.- Parameters:
value- allowed object isComplexChoice
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public ComplexChoice getY()Gets the value of the y property.- Returns:
- possible object is
ComplexChoice
-
setY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setY(ComplexChoice value)Sets the value of the y property.- Parameters:
value- allowed object isComplexChoice
-
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public ComplexChoice getZ()Gets the value of the z property.- Returns:
- possible object is
ComplexChoice
-
setZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setZ(ComplexChoice value)Sets the value of the z property.- Parameters:
value- allowed object isComplexChoice
-
-