java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.wstrust14.ChoiceSelectedType

public class ChoiceSelectedType extends Object
<p>Java class for ChoiceSelectedType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="ChoiceSelectedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="RefId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • refId

      protected String refId
  • Constructor Details

    • ChoiceSelectedType

      public ChoiceSelectedType()
  • Method Details

    • getRefId

      public String getRefId()
      Gets the value of the refId property.
      Returns:
      possible object is String
    • setRefId

      public void setRefId(String value)
      Sets the value of the refId property.
      Parameters:
      value - allowed object is String