org.apache.type_test.xml
Class TestComplexTypeWithAttributeGroup1Response

java.lang.Object
  extended by org.apache.type_test.xml.TestComplexTypeWithAttributeGroup1Response

public class TestComplexTypeWithAttributeGroup1Response
extends java.lang.Object

Java class for testComplexTypeWithAttributeGroup1Response element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="testComplexTypeWithAttributeGroup1Response">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="return" type="{http://apache.org/type_test/types2}ComplexTypeWithAttributeGroup1"/>
           <element name="y" type="{http://apache.org/type_test/types2}ComplexTypeWithAttributeGroup1"/>
           <element name="z" type="{http://apache.org/type_test/types2}ComplexTypeWithAttributeGroup1"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  ComplexTypeWithAttributeGroup1 _return
           
protected  ComplexTypeWithAttributeGroup1 y
           
protected  ComplexTypeWithAttributeGroup1 z
           
 
Constructor Summary
TestComplexTypeWithAttributeGroup1Response()
           
 
Method Summary
 ComplexTypeWithAttributeGroup1 getReturn()
          Gets the value of the return property.
 ComplexTypeWithAttributeGroup1 getY()
          Gets the value of the y property.
 ComplexTypeWithAttributeGroup1 getZ()
          Gets the value of the z property.
 void setReturn(ComplexTypeWithAttributeGroup1 value)
          Sets the value of the return property.
 void setY(ComplexTypeWithAttributeGroup1 value)
          Sets the value of the y property.
 void setZ(ComplexTypeWithAttributeGroup1 value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected ComplexTypeWithAttributeGroup1 _return

y

protected ComplexTypeWithAttributeGroup1 y

z

protected ComplexTypeWithAttributeGroup1 z
Constructor Detail

TestComplexTypeWithAttributeGroup1Response

public TestComplexTypeWithAttributeGroup1Response()
Method Detail

getReturn

public ComplexTypeWithAttributeGroup1 getReturn()
Gets the value of the return property.

Returns:
possible object is ComplexTypeWithAttributeGroup1

setReturn

public void setReturn(ComplexTypeWithAttributeGroup1 value)
Sets the value of the return property.

Parameters:
value - allowed object is ComplexTypeWithAttributeGroup1

getY

public ComplexTypeWithAttributeGroup1 getY()
Gets the value of the y property.

Returns:
possible object is ComplexTypeWithAttributeGroup1

setY

public void setY(ComplexTypeWithAttributeGroup1 value)
Sets the value of the y property.

Parameters:
value - allowed object is ComplexTypeWithAttributeGroup1

getZ

public ComplexTypeWithAttributeGroup1 getZ()
Gets the value of the z property.

Returns:
possible object is ComplexTypeWithAttributeGroup1

setZ

public void setZ(ComplexTypeWithAttributeGroup1 value)
Sets the value of the z property.

Parameters:
value - allowed object is ComplexTypeWithAttributeGroup1


Apache CXF