@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public class TestChoiceWithSubstitutionGroupAbstract extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="x" type="{http://apache.org/type_test/types3}ChoiceWithSubstitutionGroupAbstract"/> <element name="y" type="{http://apache.org/type_test/types3}ChoiceWithSubstitutionGroupAbstract"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ChoiceWithSubstitutionGroupAbstract |
x |
protected ChoiceWithSubstitutionGroupAbstract |
y |
Constructor and Description |
---|
TestChoiceWithSubstitutionGroupAbstract() |
Modifier and Type | Method and Description |
---|---|
ChoiceWithSubstitutionGroupAbstract |
getX()
Gets the value of the x property.
|
ChoiceWithSubstitutionGroupAbstract |
getY()
Gets the value of the y property.
|
void |
setX(ChoiceWithSubstitutionGroupAbstract value)
Sets the value of the x property.
|
void |
setY(ChoiceWithSubstitutionGroupAbstract value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") protected ChoiceWithSubstitutionGroupAbstract x
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") protected ChoiceWithSubstitutionGroupAbstract y
public TestChoiceWithSubstitutionGroupAbstract()
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public ChoiceWithSubstitutionGroupAbstract getX()
ChoiceWithSubstitutionGroupAbstract
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public void setX(ChoiceWithSubstitutionGroupAbstract value)
value
- allowed object is
ChoiceWithSubstitutionGroupAbstract
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public ChoiceWithSubstitutionGroupAbstract getY()
ChoiceWithSubstitutionGroupAbstract
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:51+02:00", comments="JAXB RI v2.2.11") public void setY(ChoiceWithSubstitutionGroupAbstract value)
value
- allowed object is
ChoiceWithSubstitutionGroupAbstract
Apache CXF