Apache CXF API

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

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

public class ChoiceChallengeResponseType
extends Object

Java class for ChoiceChallengeResponseType complex type.

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

 <complexType name="ChoiceChallengeResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ChoiceSelected" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200802}ChoiceSelectedType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="RefId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ChoiceSelectedType> choiceSelected
           
protected  String refId
           
 
Constructor Summary
ChoiceChallengeResponseType()
           
 
Method Summary
 List<ChoiceSelectedType> getChoiceSelected()
          Gets the value of the choiceSelected property.
 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

choiceSelected

protected List<ChoiceSelectedType> choiceSelected

refId

protected String refId
Constructor Detail

ChoiceChallengeResponseType

public ChoiceChallengeResponseType()
Method Detail

getChoiceSelected

public List<ChoiceSelectedType> getChoiceSelected()
Gets the value of the choiceSelected property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the choiceSelected property.

For example, to add a new item, do as follows:

    getChoiceSelected().add(newItem);
 

Objects of the following type(s) are allowed in the list ChoiceSelectedType


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