@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class BareDocumentResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
company |
protected Integer |
id |
| Constructor and Description |
|---|
BareDocumentResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany()
Gets the value of the company property.
|
Integer |
getId()
Gets the value of the id property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String company
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected Integer id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getCompany()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setCompany(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public Integer getId()
IntegerApache CXF