@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public class TestStructWithOptionals
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/types1}StructWithOptionals"/>
<element name="y" type="{http://apache.org/type_test/types1}StructWithOptionals"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StructWithOptionals |
x |
protected StructWithOptionals |
y |
| Constructor and Description |
|---|
TestStructWithOptionals() |
| Modifier and Type | Method and Description |
|---|---|
StructWithOptionals |
getX()
Gets the value of the x property.
|
StructWithOptionals |
getY()
Gets the value of the y property.
|
void |
setX(StructWithOptionals value)
Sets the value of the x property.
|
void |
setY(StructWithOptionals value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected StructWithOptionals x
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected StructWithOptionals y
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public StructWithOptionals getX()
StructWithOptionals@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setX(StructWithOptionals value)
value - allowed object is
StructWithOptionals@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public StructWithOptionals getY()
StructWithOptionals@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setY(StructWithOptionals value)
value - allowed object is
StructWithOptionalsApache CXF