Package org.apache.type_test.types3
Class MRecSeqB
- java.lang.Object
-
- org.apache.type_test.types3.MRecSeqB
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public class MRecSeqB extends ObjectJava class for MRecSeqB complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MRecSeqB"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="varIntB" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="seqA" type="{http://apache.org/type_test/types3}MRecSeqA"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MRecSeqB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MRecSeqAgetSeqA()Gets the value of the seqA property.intgetVarIntB()Gets the value of the varIntB property.voidsetSeqA(MRecSeqA value)Sets the value of the seqA property.voidsetVarIntB(int value)Sets the value of the varIntB property.
-
-
-
Field Detail
-
varIntB
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected int varIntB
-
seqA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected MRecSeqA seqA
-
-
Method Detail
-
getVarIntB
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public int getVarIntB()Gets the value of the varIntB property.
-
setVarIntB
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public void setVarIntB(int value)Sets the value of the varIntB property.
-
getSeqA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public MRecSeqA getSeqA()Gets the value of the seqA property.- Returns:
- possible object is
MRecSeqA
-
-