Class ChoiceChallengeType
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.wstrust14.ChoiceChallengeType
<p>Java class for ChoiceChallengeType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChoiceTypeprotected Booleanprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the choice property.getLabel()Gets the value of the label property.Gets a map that contains attributes that aren't bound to any typed property on this class.getRefID()Gets the value of the refID property.Gets the value of the exactlyOne property.voidsetChoice(ChoiceType value) Sets the value of the choice property.voidsetExactlyOne(Boolean value) Sets the value of the exactlyOne property.voidSets the value of the label property.voidSets the value of the refID property.
-
Field Details
-
choice
-
refID
-
label
-
exactlyOne
-
-
Constructor Details
-
ChoiceChallengeType
public ChoiceChallengeType()
-
-
Method Details
-
getChoice
Gets the value of the choice property.- Returns:
- possible object is
ChoiceType
-
setChoice
Sets the value of the choice property.- Parameters:
value- allowed object isChoiceType
-
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
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
isExactlyOne
Gets the value of the exactlyOne property.- Returns:
- possible object is
Boolean
-
setExactlyOne
Sets the value of the exactlyOne property.- Parameters:
value- allowed object isBoolean
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-