org.apache.type_test.types1
Class StructWithUnion

java.lang.Object
  extended by org.apache.type_test.types1.StructWithUnion

public class StructWithUnion
extends java.lang.Object

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  java.lang.String attribUnion
           
protected  java.lang.String varUnion
           
 
Constructor Summary
StructWithUnion()
           
 
Method Summary
 java.lang.String getAttribUnion()
          Gets the value of the attribUnion property.
 java.lang.String getVarUnion()
          Gets the value of the varUnion property.
 void setAttribUnion(java.lang.String value)
          Sets the value of the attribUnion property.
 void setVarUnion(java.lang.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

varUnion

protected java.lang.String varUnion

attribUnion

protected java.lang.String attribUnion
Constructor Detail

StructWithUnion

public StructWithUnion()
Method Detail

getVarUnion

public java.lang.String getVarUnion()
Gets the value of the varUnion property.

Returns:
possible object is String

setVarUnion

public void setVarUnion(java.lang.String value)
Sets the value of the varUnion property.

Parameters:
value - allowed object is String

getAttribUnion

public java.lang.String getAttribUnion()
Gets the value of the attribUnion property.

Returns:
possible object is String

setAttribUnion

public void setAttribUnion(java.lang.String value)
Sets the value of the attribUnion property.

Parameters:
value - allowed object is String


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.