org.apache.nested_callback
Class NestedCallback

java.lang.Object
  extended by org.apache.nested_callback.NestedCallback

public class NestedCallback
extends java.lang.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>
 


Field Summary
protected  EndpointReferenceType callback
           
protected  java.lang.String name
           
 
Constructor Summary
NestedCallback()
           
 
Method Summary
 EndpointReferenceType getCallback()
          Gets the value of the callback property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCallback(EndpointReferenceType value)
          Sets the value of the callback property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

callback

protected EndpointReferenceType callback
Constructor Detail

NestedCallback

public NestedCallback()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCallback

public EndpointReferenceType getCallback()
Gets the value of the callback property.

Returns:
possible object is EndpointReferenceType

setCallback

public void setCallback(EndpointReferenceType value)
Sets the value of the callback property.

Parameters:
value - allowed object is EndpointReferenceType


Apache CXF