Class ChoiceChallengeResponseType
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.wstrust14.ChoiceChallengeResponseType
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the choiceSelected property.getRefId()Gets the value of the refId property.voidSets the value of the refId property.
-
Field Details
-
choiceSelected
-
refId
-
-
Constructor Details
-
ChoiceChallengeResponseType
public ChoiceChallengeResponseType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the refId property.- Returns:
- possible object is
String
-
setRefId
Sets the value of the refId property.- Parameters:
value- allowed object isString
-