Class ParametersRefType
- java.lang.Object
-
- org.apache.cxf.transports.http_undertow.configuration.ParametersRefType
-
public class ParametersRefType extends Object
Java class for ParametersRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParametersRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ParametersRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected String id
-
-