Package org.apache.type_test.xml
Class TestOccuringChoice2Response
- java.lang.Object
-
- org.apache.type_test.xml.TestOccuringChoice2Response
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public class TestOccuringChoice2Response 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/types3}OccuringChoice2"/> <element name="y" type="{http://apache.org/type_test/types3}OccuringChoice2"/> <element name="z" type="{http://apache.org/type_test/types3}OccuringChoice2"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected OccuringChoice2_returnprotected OccuringChoice2yprotected OccuringChoice2z
-
Constructor Summary
Constructors Constructor Description TestOccuringChoice2Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OccuringChoice2getReturn()Gets the value of the return property.OccuringChoice2getY()Gets the value of the y property.OccuringChoice2getZ()Gets the value of the z property.voidsetReturn(OccuringChoice2 value)Sets the value of the return property.voidsetY(OccuringChoice2 value)Sets the value of the y property.voidsetZ(OccuringChoice2 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="2024-03-07T12:28:39-05:00") protected OccuringChoice2 _return
-
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") protected OccuringChoice2 y
-
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") protected OccuringChoice2 z
-
-
Method Detail
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public OccuringChoice2 getReturn()Gets the value of the return property.- Returns:
- possible object is
OccuringChoice2
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public void setReturn(OccuringChoice2 value)Sets the value of the return property.- Parameters:
value- allowed object isOccuringChoice2
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public OccuringChoice2 getY()Gets the value of the y property.- Returns:
- possible object is
OccuringChoice2
-
setY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public void setY(OccuringChoice2 value)Sets the value of the y property.- Parameters:
value- allowed object isOccuringChoice2
-
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public OccuringChoice2 getZ()Gets the value of the z property.- Returns:
- possible object is
OccuringChoice2
-
setZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public void setZ(OccuringChoice2 value)Sets the value of the z property.- Parameters:
value- allowed object isOccuringChoice2
-
-