Package org.apache.type_test.types1
Class SimpleAll
java.lang.Object
org.apache.type_test.types1.SimpleAll
- Direct Known Subclasses:
DerivedAllBaseAll,DerivedChoiceBaseAll,RestrictedAllBaseAll
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.5",
date="2024-12-09T12:26:01-05:00")
public class SimpleAll
extends Object
Java class for SimpleAll complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleAll">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
<attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the varAttrString property.floatGets the value of the varFloat property.intGets the value of the varInt property.Gets the value of the varString property.voidsetVarAttrString(String value) Sets the value of the varAttrString property.voidsetVarFloat(float value) Sets the value of the varFloat property.voidsetVarInt(int value) Sets the value of the varInt property.voidsetVarString(String value) Sets the value of the varString property.
-
Field Details
-
varFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected float varFloat -
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected int varInt -
varString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected String varString -
varAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected String varAttrString
-
-
Constructor Details
-
SimpleAll
public SimpleAll()
-
-
Method Details
-
getVarFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public float getVarFloat()Gets the value of the varFloat property. -
setVarFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setVarFloat(float value) Sets the value of the varFloat property. -
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public int getVarInt()Gets the value of the varInt property. -
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setVarInt(int value) Sets the value of the varInt property. -
getVarString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public String getVarString()Gets the value of the varString property.- Returns:
- possible object is
String
-
setVarString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setVarString(String value) Sets the value of the varString property.- Parameters:
value- allowed object isString
-
getVarAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public String getVarAttrString()Gets the value of the varAttrString property.- Returns:
- possible object is
String
-
setVarAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setVarAttrString(String value) Sets the value of the varAttrString property.- Parameters:
value- allowed object isString
-