org.apache.type_test.xml
Class TestStructWithList

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

public class TestStructWithList
extends java.lang.Object

Java class for testStructWithList element declaration.

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

 <element name="testStructWithList">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="x" type="{http://apache.org/type_test/types1}StructWithList"/>
           <element name="y" type="{http://apache.org/type_test/types1}StructWithList"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  StructWithList x
           
protected  StructWithList y
           
 
Constructor Summary
TestStructWithList()
           
 
Method Summary
 StructWithList getX()
          Gets the value of the x property.
 StructWithList getY()
          Gets the value of the y property.
 void setX(StructWithList value)
          Sets the value of the x property.
 void setY(StructWithList value)
          Sets the value of the y property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected StructWithList x

y

protected StructWithList y
Constructor Detail

TestStructWithList

public TestStructWithList()
Method Detail

getX

public StructWithList getX()
Gets the value of the x property.

Returns:
possible object is StructWithList

setX

public void setX(StructWithList value)
Sets the value of the x property.

Parameters:
value - allowed object is StructWithList

getY

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

Returns:
possible object is StructWithList

setY

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

Parameters:
value - allowed object is StructWithList


Apache CXF