public class ChoiceChallengeType extends Object
Java class for ChoiceChallengeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceChallengeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Choice" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200802}ChoiceType" minOccurs="0"/>
</sequence>
<attribute name="RefID" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ExactlyOne" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceType |
choice |
protected Boolean |
exactlyOne |
protected String |
label |
protected String |
refID |
| Constructor and Description |
|---|
ChoiceChallengeType() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceType |
getChoice()
Gets the value of the choice property.
|
String |
getLabel()
Gets the value of the label property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getRefID()
Gets the value of the refID property.
|
Boolean |
isExactlyOne()
Gets the value of the exactlyOne property.
|
void |
setChoice(ChoiceType value)
Sets the value of the choice property.
|
void |
setExactlyOne(Boolean value)
Sets the value of the exactlyOne property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRefID(String value)
Sets the value of the refID property.
|
protected ChoiceType choice
protected String refID
protected String label
protected Boolean exactlyOne
public ChoiceType getChoice()
ChoiceTypepublic void setChoice(ChoiceType value)
value - allowed object is
ChoiceTypepublic String getRefID()
Stringpublic void setRefID(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Boolean isExactlyOne()
Booleanpublic void setExactlyOne(Boolean value)
value - allowed object is
Booleanpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Apache CXF