Apache CXF API

org.apache.cxf.transport.jms
Class ClientBehaviorPolicyType

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.transport.jms.ClientBehaviorPolicyType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class ClientBehaviorPolicyType
extends TExtensibilityElementImpl

Java class for ClientBehaviorPolicyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClientBehaviorPolicyType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <attribute name="messageType" type="{http://cxf.apache.org/transports/jms}MessageFormatType" default="text" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MessageFormatType messageType
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
ClientBehaviorPolicyType()
           
 
Method Summary
 MessageFormatType getMessageType()
          Gets the value of the messageType property.
 boolean isSetMessageType()
           
 void setMessageType(MessageFormatType value)
          Sets the value of the messageType property.
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageType

protected MessageFormatType messageType
Constructor Detail

ClientBehaviorPolicyType

public ClientBehaviorPolicyType()
Method Detail

setMessageType

public void setMessageType(MessageFormatType value)
Sets the value of the messageType property.

Parameters:
value - allowed object is MessageFormatType

isSetMessageType

public boolean isSetMessageType()

getMessageType

public MessageFormatType getMessageType()
Gets the value of the messageType property.


Apache CXF API

Apache CXF