@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class ObjectInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BaseType |
baseObject |
protected String |
type |
| Constructor and Description |
|---|
ObjectInfo() |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
getBaseObject()
Gets the value of the baseObject property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBaseObject(BaseType value)
Sets the value of the baseObject property.
|
void |
setType(String value)
Sets the value of the type property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected BaseType baseObject
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public BaseType getBaseObject()
BaseType@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setBaseObject(BaseType value)
value - allowed object is
BaseType@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getType()
StringApache CXF