@Generated(value="com.sun.tools.xjc.Driver", date="2018-09-07T09:52:29-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() |
@Generated(value="com.sun.tools.xjc.Driver", date="2018-09-07T09:52:29-04:00", comments="JAXB RI v2.2.11") protected Document x
@Generated(value="com.sun.tools.xjc.Driver", date="2018-09-07T09:52:29-04:00", comments="JAXB RI v2.2.11") protected Document y
@Generated(value="com.sun.tools.xjc.Driver", date="2018-09-07T09:52:29-04:00", comments="JAXB RI v2.2.11") public Document getX()
Document@Generated(value="com.sun.tools.xjc.Driver", date="2018-09-07T09:52:29-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="2018-09-07T09:52:29-04:00", comments="JAXB RI v2.2.11") public Document getY()
DocumentApache CXF