Package org.apache.type_test.xml
Class TestAnonTypeElementResponse
- java.lang.Object
-
- org.apache.type_test.xml.TestAnonTypeElementResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") public class TestAnonTypeElementResponse 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"> <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 Classes Modifier and Type Class Description static classTestAnonTypeElementResponse.ReturnJava class for anonymous complex type.static classTestAnonTypeElementResponse.YJava class for anonymous complex type.static classTestAnonTypeElementResponse.ZJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TestAnonTypeElementResponse.Return_returnprotected TestAnonTypeElementResponse.Yyprotected TestAnonTypeElementResponse.Zz
-
Constructor Summary
Constructors Constructor Description TestAnonTypeElementResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestAnonTypeElementResponse.ReturngetReturn()Gets the value of the return property.TestAnonTypeElementResponse.YgetY()Gets the value of the y property.TestAnonTypeElementResponse.ZgetZ()Gets the value of the z property.voidsetReturn(TestAnonTypeElementResponse.Return value)Sets the value of the return property.voidsetY(TestAnonTypeElementResponse.Y value)Sets the value of the y property.voidsetZ(TestAnonTypeElementResponse.Z 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 TestAnonTypeElementResponse.Return _return
-
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") protected TestAnonTypeElementResponse.Y y
-
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:39-05:00") protected TestAnonTypeElementResponse.Z 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 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 v2.3.5", date="2024-03-07T12:28:39-05: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 v2.3.5", date="2024-03-07T12:28:39-05: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 v2.3.5", date="2024-03-07T12:28:39-05: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 v2.3.5", date="2024-03-07T12:28:39-05: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 v2.3.5", date="2024-03-07T12:28:39-05:00") public void setZ(TestAnonTypeElementResponse.Z value)Sets the value of the z property.- Parameters:
value- allowed object isTestAnonTypeElementResponse.Z
-
-