Package org.apache.type_test.types3
Class RecInnerType
- java.lang.Object
-
- org.apache.type_test.types3.RecInnerType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public class RecInnerType extends ObjectJava class for RecInnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecInnerType"> <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}RecMostInner" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://apache.org/type_test/types3}RecInnerNext"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RecInnerNextTyperecInnerNextprotected List<RecMostInnerType>recMostInnerprotected intvarInt
-
Constructor Summary
Constructors Constructor Description RecInnerType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecInnerNextTypegetRecInnerNext()Gets the value of the recInnerNext property.List<RecMostInnerType>getRecMostInner()Gets the value of the recMostInner property.intgetVarInt()Gets the value of the varInt property.voidsetRecInnerNext(RecInnerNextType value)Sets the value of the recInnerNext property.voidsetVarInt(int value)Sets the value of the varInt property.
-
-
-
Field Detail
-
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected int varInt
-
recMostInner
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected List<RecMostInnerType> recMostInner
-
recInnerNext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected RecInnerNextType recInnerNext
-
-
Method Detail
-
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public int getVarInt()Gets the value of the varInt property.
-
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public void setVarInt(int value)Sets the value of the varInt property.
-
getRecMostInner
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public List<RecMostInnerType> getRecMostInner()Gets the value of the recMostInner property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the recMostInner property.For example, to add a new item, do as follows:
getRecMostInner().add(newItem);Objects of the following type(s) are allowed in the list
RecMostInnerType
-
getRecInnerNext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public RecInnerNextType getRecInnerNext()Gets the value of the recInnerNext property.- Returns:
- possible object is
RecInnerNextType
-
setRecInnerNext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public void setRecInnerNext(RecInnerNextType value)Sets the value of the recInnerNext property.- Parameters:
value- allowed object isRecInnerNextType
-
-