Class ParametersRefType

java.lang.Object
org.apache.cxf.transports.http_jetty.configuration.ParametersRefType

public class ParametersRefType extends Object
<p>Java class for ParametersRefType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <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> }</pre>
  • Field Details

  • Constructor Details

    • ParametersRefType

      public ParametersRefType()
  • Method Details

    • 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