Package org.apache.type_test.types1
Class OccuringAll
- java.lang.Object
-
- org.apache.type_test.types1.OccuringAll
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public class OccuringAll extends ObjectJava class for OccuringAll complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OccuringAll"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all minOccurs="0"> <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/> </all> <attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringvarAttrStringprotected IntegervarInt
-
Constructor Summary
Constructors Constructor Description OccuringAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVarAttrString()Gets the value of the varAttrString property.IntegergetVarInt()Gets the value of the varInt property.voidsetVarAttrString(String value)Sets the value of the varAttrString property.voidsetVarInt(Integer value)Sets the value of the varInt property.
-
-
-
Field Detail
-
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected Integer varInt
-
varAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected String varAttrString
-
-
Method Detail
-
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public Integer getVarInt()Gets the value of the varInt property.- Returns:
- possible object is
Integer
-
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public void setVarInt(Integer value)Sets the value of the varInt property.- Parameters:
value- allowed object isInteger
-
getVarAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public String getVarAttrString()Gets the value of the varAttrString property.- Returns:
- possible object is
String
-
-