@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public class Document extends Object
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
value |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getValue()
String@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setValue(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getID()
StringApache CXF