@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class SequenceWithGroupSeq extends Object
Java class for SequenceWithGroupSeq complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceWithGroupSeq">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://apache.org/type_test/types2}BatchElementsSeq"/>
<group ref="{http://apache.org/type_test/types2}BatchElementsSeq1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
varFloat |
protected int |
varInt |
protected float |
varOtherFloat |
protected int |
varOtherInt |
protected String |
varOtherString |
protected String |
varString |
| Constructor and Description |
|---|
SequenceWithGroupSeq() |
| Modifier and Type | Method and Description |
|---|---|
float |
getVarFloat()
Gets the value of the varFloat property.
|
int |
getVarInt()
Gets the value of the varInt property.
|
float |
getVarOtherFloat()
Gets the value of the varOtherFloat property.
|
int |
getVarOtherInt()
Gets the value of the varOtherInt property.
|
String |
getVarOtherString()
Gets the value of the varOtherString property.
|
String |
getVarString()
Gets the value of the varString property.
|
void |
setVarFloat(float value)
Sets the value of the varFloat property.
|
void |
setVarInt(int value)
Sets the value of the varInt property.
|
void |
setVarOtherFloat(float value)
Sets the value of the varOtherFloat property.
|
void |
setVarOtherInt(int value)
Sets the value of the varOtherInt property.
|
void |
setVarOtherString(String value)
Sets the value of the varOtherString property.
|
void |
setVarString(String value)
Sets the value of the varString property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected float varFloat
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected int varInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String varString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected float varOtherFloat
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected int varOtherInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String varOtherString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public float getVarFloat()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarFloat(float value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public int getVarInt()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarInt(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getVarString()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarString(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public float getVarOtherFloat()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarOtherFloat(float value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public int getVarOtherInt()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarOtherInt(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getVarOtherString()
StringApache CXF