Apache CXF API

org.apache.cxf.ws.security.sts.provider.model.wstrust14
Class ChoiceSelectedType

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

public class ChoiceSelectedType
extends Object

Java class for ChoiceSelectedType complex type.

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

 <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>
 


Field Summary
protected  String refId
           
 
Constructor Summary
ChoiceSelectedType()
           
 
Method Summary
 String getRefId()
          Gets the value of the refId property.
 void setRefId(String value)
          Sets the value of the refId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refId

protected String refId
Constructor Detail

ChoiceSelectedType

public ChoiceSelectedType()
Method Detail

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

Apache CXF API

Apache CXF