@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public class NestedCallback extends Object
Java class for NestedCallback complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NestedCallback">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="callback" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected W3CEndpointReference |
callback |
protected String |
name |
| Constructor and Description |
|---|
NestedCallback() |
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
getCallback()
Gets the value of the callback property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCallback(W3CEndpointReference value)
Sets the value of the callback property.
|
void |
setName(String value)
Sets the value of the name property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") protected W3CEndpointReference callback
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public String getName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public void setName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public W3CEndpointReference getCallback()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public void setCallback(W3CEndpointReference value)
value - allowed object is
W3CEndpointReferenceApache CXF