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