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>
Modifier and Type | Field and Description |
---|---|
protected List<ChoiceSelectedType> |
choiceSelected |
protected String |
refId |
Constructor and Description |
---|
ChoiceChallengeResponseType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<ChoiceSelectedType> choiceSelected
protected String refId
public List<ChoiceSelectedType> getChoiceSelected()
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
public String getRefId()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.