Package org.apache.type_test.types1
Class SimpleStruct
- java.lang.Object
-
- org.apache.type_test.types1.SimpleStruct
-
- Direct Known Subclasses:
DerivedAllBaseStruct,DerivedChoiceBaseStruct,DerivedNoContent,DerivedStructBaseStruct,RestrictedStructBaseStruct
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class SimpleStruct extends ObjectJava class for SimpleStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleStruct"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringvarAttrStringprotected doublevarFloatprotected BigIntegervarIntprotected StringvarString
-
Constructor Summary
Constructors Constructor Description SimpleStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVarAttrString()Gets the value of the varAttrString property.doublegetVarFloat()Gets the value of the varFloat property.BigIntegergetVarInt()Gets the value of the varInt property.StringgetVarString()Gets the value of the varString property.voidsetVarAttrString(String value)Sets the value of the varAttrString property.voidsetVarFloat(double value)Sets the value of the varFloat property.voidsetVarInt(BigInteger value)Sets the value of the varInt property.voidsetVarString(String value)Sets the value of the varString property.
-
-
-
Field Detail
-
varFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected double varFloat
-
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected BigInteger varInt
-
varString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String varString
-
varAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String varAttrString
-
-
Method Detail
-
getVarFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public double getVarFloat()Gets the value of the varFloat property.
-
setVarFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarFloat(double value)Sets the value of the varFloat property.
-
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public BigInteger getVarInt()Gets the value of the varInt property.- Returns:
- possible object is
BigInteger
-
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarInt(BigInteger value)Sets the value of the varInt property.- Parameters:
value- allowed object isBigInteger
-
getVarString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04: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 v2.3.5", date="2023-06-06T11:29:23-04: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 v2.3.5", date="2023-06-06T11:29:23-04:00") public String getVarAttrString()Gets the value of the varAttrString property.- Returns:
- possible object is
String
-
-