Apache CXF API

org.apache.cxf.transports.http_jetty.configuration
Class ThreadingParametersIdentifiedType

java.lang.Object
  extended by org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType

public class ThreadingParametersIdentifiedType
extends Object

Java class for ThreadingParametersIdentifiedType complex type.

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

 <complexType name="ThreadingParametersIdentifiedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="threadingParameters" type="{http://cxf.apache.org/transports/http-jetty/configuration}ThreadingParametersType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  ThreadingParametersType threadingParameters
           
 
Constructor Summary
ThreadingParametersIdentifiedType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 ThreadingParametersType getThreadingParameters()
          Gets the value of the threadingParameters property.
 void setId(String value)
          Sets the value of the id property.
 void setThreadingParameters(ThreadingParametersType value)
          Sets the value of the threadingParameters property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadingParameters

protected ThreadingParametersType threadingParameters

id

protected String id
Constructor Detail

ThreadingParametersIdentifiedType

public ThreadingParametersIdentifiedType()
Method Detail

getThreadingParameters

public ThreadingParametersType getThreadingParameters()
Gets the value of the threadingParameters property.

Returns:
possible object is ThreadingParametersType

setThreadingParameters

public void setThreadingParameters(ThreadingParametersType value)
Sets the value of the threadingParameters property.

Parameters:
value - allowed object is ThreadingParametersType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF