@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public class TestDerivedChoiceBaseComplexResponse 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}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>
| Modifier and Type | Field and Description |
|---|---|
protected DerivedChoiceBaseComplex |
_return |
protected DerivedChoiceBaseComplex |
y |
protected DerivedChoiceBaseComplex |
z |
| Constructor and Description |
|---|
TestDerivedChoiceBaseComplexResponse() |
| Modifier and Type | Method and Description |
|---|---|
DerivedChoiceBaseComplex |
getReturn()
Gets the value of the return property.
|
DerivedChoiceBaseComplex |
getY()
Gets the value of the y property.
|
DerivedChoiceBaseComplex |
getZ()
Gets the value of the z property.
|
void |
setReturn(DerivedChoiceBaseComplex value)
Sets the value of the return property.
|
void |
setY(DerivedChoiceBaseComplex value)
Sets the value of the y property.
|
void |
setZ(DerivedChoiceBaseComplex value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected DerivedChoiceBaseComplex _return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected DerivedChoiceBaseComplex y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected DerivedChoiceBaseComplex z
public TestDerivedChoiceBaseComplexResponse()
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public DerivedChoiceBaseComplex getReturn()
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setReturn(DerivedChoiceBaseComplex value)
value - allowed object is
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public DerivedChoiceBaseComplex getY()
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setY(DerivedChoiceBaseComplex value)
value - allowed object is
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public DerivedChoiceBaseComplex getZ()
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setZ(DerivedChoiceBaseComplex value)
value - allowed object is
DerivedChoiceBaseComplexApache CXF