Package org.apache.type_test.types3
Class RecMostInnerType
java.lang.Object
org.apache.type_test.types3.RecMostInnerType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.5",
date="2024-12-09T12:26:01-05:00")
public class RecMostInnerType
extends Object
Java class for RecMostInnerType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="RecMostInnerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://apache.org/type_test/types3}RecMostInnerNext"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the recMostInnerNext property.intGets the value of the varInt property.voidSets the value of the recMostInnerNext property.voidsetVarInt(int value) Sets the value of the varInt property.
-
Field Details
-
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected int varInt -
recMostInnerNext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected RecMostInnerNextType recMostInnerNext
-
-
Constructor Details
-
RecMostInnerType
public RecMostInnerType()
-
-
Method Details
-
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public int getVarInt()Gets the value of the varInt property. -
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setVarInt(int value) Sets the value of the varInt property. -
getRecMostInnerNext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public RecMostInnerNextType getRecMostInnerNext()Gets the value of the recMostInnerNext property.- Returns:
- possible object is
RecMostInnerNextType
-
setRecMostInnerNext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setRecMostInnerNext(RecMostInnerNextType value) Sets the value of the recMostInnerNext property.- Parameters:
value- allowed object isRecMostInnerNextType
-