Package org.apache.type_test.types1
Class StructWithUnion
- java.lang.Object
-
- org.apache.type_test.types1.StructWithUnion
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class StructWithUnion extends ObjectJava class for StructWithUnion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructWithUnion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="varUnion" type="{http://apache.org/type_test/types1}SimpleUnion"/> </sequence> <attribute name="attribUnion" type="{http://apache.org/type_test/types1}SimpleUnion" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattribUnionprotected StringvarUnion
-
Constructor Summary
Constructors Constructor Description StructWithUnion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribUnion()Gets the value of the attribUnion property.StringgetVarUnion()Gets the value of the varUnion property.voidsetAttribUnion(String value)Sets the value of the attribUnion property.voidsetVarUnion(String value)Sets the value of the varUnion property.
-
-
-
Field Detail
-
varUnion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String varUnion
-
attribUnion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String attribUnion
-
-
Method Detail
-
getVarUnion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getVarUnion()Gets the value of the varUnion property.- Returns:
- possible object is
String
-
setVarUnion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarUnion(String value)Sets the value of the varUnion property.- Parameters:
value- allowed object isString
-
getAttribUnion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAttribUnion()Gets the value of the attribUnion property.- Returns:
- possible object is
String
-
-