@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:43-04:00", comments="JAXB RI v2.2.11") public class TestDocument 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}Document"/>
<element name="y" type="{http://apache.org/type_test/types1}Document"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Document |
x |
protected Document |
y |
| Constructor and Description |
|---|
TestDocument() |
| Modifier and Type | Method and Description |
|---|---|
Document |
getX()
Gets the value of the x property.
|
Document |
getY()
Gets the value of the y property.
|
void |
setX(Document value)
Sets the value of the x property.
|
void |
setY(Document value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:43-04:00", comments="JAXB RI v2.2.11") protected Document x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:43-04:00", comments="JAXB RI v2.2.11") protected Document y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:43-04:00", comments="JAXB RI v2.2.11") public Document getX()
Document@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:43-04:00", comments="JAXB RI v2.2.11") public void setX(Document value)
value - allowed object is
Document@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-06T11:17:43-04:00", comments="JAXB RI v2.2.11") public Document getY()
DocumentApache CXF