org.apache.type_test.xml
Class TestStructWithSubstitutionGroupNilResponse

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

public class TestStructWithSubstitutionGroupNilResponse
extends java.lang.Object

Java class for testStructWithSubstitutionGroupNilResponse element declaration.

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

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


Field Summary
protected  StructWithSubstitutionGroupNil _return
           
protected  StructWithSubstitutionGroupNil y
           
protected  StructWithSubstitutionGroupNil z
           
 
Constructor Summary
TestStructWithSubstitutionGroupNilResponse()
           
 
Method Summary
 StructWithSubstitutionGroupNil getReturn()
          Gets the value of the return property.
 StructWithSubstitutionGroupNil getY()
          Gets the value of the y property.
 StructWithSubstitutionGroupNil getZ()
          Gets the value of the z property.
 void setReturn(StructWithSubstitutionGroupNil value)
          Sets the value of the return property.
 void setY(StructWithSubstitutionGroupNil value)
          Sets the value of the y property.
 void setZ(StructWithSubstitutionGroupNil 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 StructWithSubstitutionGroupNil _return

y

protected StructWithSubstitutionGroupNil y

z

protected StructWithSubstitutionGroupNil z
Constructor Detail

TestStructWithSubstitutionGroupNilResponse

public TestStructWithSubstitutionGroupNilResponse()
Method Detail

getReturn

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

Returns:
possible object is StructWithSubstitutionGroupNil

setReturn

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

Parameters:
value - allowed object is StructWithSubstitutionGroupNil

getY

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

Returns:
possible object is StructWithSubstitutionGroupNil

setY

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

Parameters:
value - allowed object is StructWithSubstitutionGroupNil

getZ

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

Returns:
possible object is StructWithSubstitutionGroupNil

setZ

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

Parameters:
value - allowed object is StructWithSubstitutionGroupNil


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