Class ChoiceChallengeResponseType

java.lang.Object
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 Details

  • Constructor Details

    • ChoiceChallengeResponseType

      public ChoiceChallengeResponseType()
  • Method Details

    • 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 Jakarta XML Binding 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