@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") 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 javax.xml.ws.wsaddressing.W3CEndpointReference |
callback |
protected String |
name |
Constructor and Description |
---|
NestedCallback() |
Modifier and Type | Method and Description |
---|---|
javax.xml.ws.wsaddressing.W3CEndpointReference |
getCallback()
Gets the value of the callback property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCallback(javax.xml.ws.wsaddressing.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="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") protected javax.xml.ws.wsaddressing.W3CEndpointReference callback
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") public String getName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") public void setName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") public javax.xml.ws.wsaddressing.W3CEndpointReference getCallback()
W3CEndpointReference
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-09T09:24:28+02:00", comments="JAXB RI v2.2.5") public void setCallback(javax.xml.ws.wsaddressing.W3CEndpointReference value)
value
- allowed object is
W3CEndpointReference
Apache CXF