|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.StructWithUnion
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class StructWithUnion
Java 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 | |
|---|---|
protected String |
attribUnion
|
protected String |
varUnion
|
| Constructor Summary | |
|---|---|
StructWithUnion()
|
|
| Method Summary | |
|---|---|
String |
getAttribUnion()
Gets the value of the attribUnion property. |
String |
getVarUnion()
Gets the value of the varUnion property. |
void |
setAttribUnion(String value)
Sets the value of the attribUnion property. |
void |
setVarUnion(String value)
Sets the value of the varUnion property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String varUnion
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String attribUnion
| Constructor Detail |
|---|
public StructWithUnion()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getVarUnion()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarUnion(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getAttribUnion()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setAttribUnion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||