org.apache.type_test.xml
Class TestChoiceWithSubstitutionGroup

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

public class TestChoiceWithSubstitutionGroup
extends java.lang.Object

Java class for testChoiceWithSubstitutionGroup element declaration.

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

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


Field Summary
protected  ChoiceWithSubstitutionGroup x
           
protected  ChoiceWithSubstitutionGroup y
           
 
Constructor Summary
TestChoiceWithSubstitutionGroup()
           
 
Method Summary
 ChoiceWithSubstitutionGroup getX()
          Gets the value of the x property.
 ChoiceWithSubstitutionGroup getY()
          Gets the value of the y property.
 void setX(ChoiceWithSubstitutionGroup value)
          Sets the value of the x property.
 void setY(ChoiceWithSubstitutionGroup 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 ChoiceWithSubstitutionGroup x

y

protected ChoiceWithSubstitutionGroup y
Constructor Detail

TestChoiceWithSubstitutionGroup

public TestChoiceWithSubstitutionGroup()
Method Detail

getX

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

Returns:
possible object is ChoiceWithSubstitutionGroup

setX

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

Parameters:
value - allowed object is ChoiceWithSubstitutionGroup

getY

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

Returns:
possible object is ChoiceWithSubstitutionGroup

setY

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

Parameters:
value - allowed object is ChoiceWithSubstitutionGroup


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