@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public class ObjectInfo extends Object
Java class for ObjectInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="baseObject" type="{http://apache.org/cxf/tests/inherit/objects}BaseType"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") protected BaseType baseObject
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public BaseType getBaseObject()
BaseType@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public void setBaseObject(BaseType value)
value - allowed object is
BaseType@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public String getType()
StringApache CXF