Apache CXF API

org.apache.cxf.ws.security.sts.provider.model.wstrust14
Class ChoiceChallengeType

java.lang.Object
  extended by org.apache.cxf.ws.security.sts.provider.model.wstrust14.ChoiceChallengeType

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>
 


Field Summary
protected  ChoiceType choice
           
protected  Boolean exactlyOne
           
protected  String label
           
protected  String refID
           
 
Constructor Summary
ChoiceChallengeType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

choice

protected ChoiceType choice

refID

protected String refID

label

protected String label

exactlyOne

protected Boolean exactlyOne
Constructor Detail

ChoiceChallengeType

public ChoiceChallengeType()
Method Detail

getChoice

public ChoiceType getChoice()
Gets the value of the choice property.

Returns:
possible object is ChoiceType

setChoice

public void setChoice(ChoiceType value)
Sets the value of the choice property.

Parameters:
value - allowed object is ChoiceType

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

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

isExactlyOne

public Boolean isExactlyOne()
Gets the value of the exactlyOne property.

Returns:
possible object is Boolean

setExactlyOne

public void setExactlyOne(Boolean value)
Sets the value of the exactlyOne property.

Parameters:
value - allowed object is Boolean

getOtherAttributes

public Map<QName,String> 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

Apache CXF API

Apache CXF