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