Package org.apache.type_test.xml
Class TestDerivedChoiceBaseComplexResponse
- java.lang.Object
-
- org.apache.type_test.xml.TestDerivedChoiceBaseComplexResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestDerivedChoiceBaseComplexResponse 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}DerivedChoiceBaseComplex"/> <element name="y" type="{http://apache.org/type_test/types1}DerivedChoiceBaseComplex"/> <element name="z" type="{http://apache.org/type_test/types1}DerivedChoiceBaseComplex"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DerivedChoiceBaseComplex_returnprotected DerivedChoiceBaseComplexyprotected DerivedChoiceBaseComplexz
-
Constructor Summary
Constructors Constructor Description TestDerivedChoiceBaseComplexResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DerivedChoiceBaseComplexgetReturn()Gets the value of the return property.DerivedChoiceBaseComplexgetY()Gets the value of the y property.DerivedChoiceBaseComplexgetZ()Gets the value of the z property.voidsetReturn(DerivedChoiceBaseComplex value)Sets the value of the return property.voidsetY(DerivedChoiceBaseComplex value)Sets the value of the y property.voidsetZ(DerivedChoiceBaseComplex 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 DerivedChoiceBaseComplex _return
-
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected DerivedChoiceBaseComplex y
-
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected DerivedChoiceBaseComplex 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 DerivedChoiceBaseComplex getReturn()Gets the value of the return property.- Returns:
- possible object is
DerivedChoiceBaseComplex
-
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(DerivedChoiceBaseComplex value)Sets the value of the return property.- Parameters:
value- allowed object isDerivedChoiceBaseComplex
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public DerivedChoiceBaseComplex getY()Gets the value of the y property.- Returns:
- possible object is
DerivedChoiceBaseComplex
-
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(DerivedChoiceBaseComplex value)Sets the value of the y property.- Parameters:
value- allowed object isDerivedChoiceBaseComplex
-
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public DerivedChoiceBaseComplex getZ()Gets the value of the z property.- Returns:
- possible object is
DerivedChoiceBaseComplex
-
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(DerivedChoiceBaseComplex value)Sets the value of the z property.- Parameters:
value- allowed object isDerivedChoiceBaseComplex
-
-