Class ThreadingParametersIdentifiedType
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected Stringidprotected ThreadingParametersTypethreadingParameters
-
Constructor Summary
Constructors Constructor Description ThreadingParametersIdentifiedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.ThreadingParametersTypegetThreadingParameters()Gets the value of the threadingParameters property.voidsetId(String value)Sets the value of the id property.voidsetThreadingParameters(ThreadingParametersType value)Sets the value of the threadingParameters property.
-
-
-
Field Detail
-
threadingParameters
protected ThreadingParametersType threadingParameters
-
id
protected String id
-
-
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 isThreadingParametersType
-
-