|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.security.sts.provider.model.wstrust14.ChoiceType
public class ChoiceType
Java class for ChoiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Image" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200802}ImageType" 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" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ImageType |
image
|
protected String |
label
|
protected String |
refID
|
| Constructor Summary | |
|---|---|
ChoiceType()
|
|
| Method Summary | |
|---|---|
ImageType |
getImage()
Gets the value of the image 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. |
void |
setImage(ImageType value)
Sets the value of the image 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 |
|---|
protected ImageType image
protected String refID
protected String label
| Constructor Detail |
|---|
public ChoiceType()
| Method Detail |
|---|
public ImageType getImage()
ImageTypepublic void setImage(ImageType value)
value - allowed object is
ImageTypepublic String getRefID()
Stringpublic void setRefID(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic 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 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||