Package org.apache.type_test.doc
Class TestAnonTypeElementResponse
java.lang.Object
org.apache.type_test.doc.TestAnonTypeElementResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class TestAnonTypeElementResponse
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">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="y">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="z">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TestAnonTypeElementResponse.Returnprotected TestAnonTypeElementResponse.Yprotected TestAnonTypeElementResponse.Z -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected TestAnonTypeElementResponse.Return _return -
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected TestAnonTypeElementResponse.Y y -
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected TestAnonTypeElementResponse.Z z
-
-
Constructor Details
-
TestAnonTypeElementResponse
public TestAnonTypeElementResponse()
-
-
Method Details
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public TestAnonTypeElementResponse.Return getReturn()Gets the value of the return property.- Returns:
- possible object is
TestAnonTypeElementResponse.Return
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setReturn(TestAnonTypeElementResponse.Return value) Sets the value of the return property.- Parameters:
value- allowed object isTestAnonTypeElementResponse.Return
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public TestAnonTypeElementResponse.Y getY()Gets the value of the y property.- Returns:
- possible object is
TestAnonTypeElementResponse.Y
-
setY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setY(TestAnonTypeElementResponse.Y value) Sets the value of the y property.- Parameters:
value- allowed object isTestAnonTypeElementResponse.Y
-
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public TestAnonTypeElementResponse.Z getZ()Gets the value of the z property.- Returns:
- possible object is
TestAnonTypeElementResponse.Z
-
setZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setZ(TestAnonTypeElementResponse.Z value) Sets the value of the z property.- Parameters:
value- allowed object isTestAnonTypeElementResponse.Z
-