Class ChoiceSelectedType
- java.lang.Object
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description ChoiceSelectedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRefId()Gets the value of the refId property.voidsetRefId(String value)Sets the value of the refId property.
-
-
-
Field Detail
-
refId
protected String refId
-
-