public class TextChallengeType extends Object
Java class for TextChallengeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextChallengeType"> <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" /> <attribute name="MaxLen" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="HideText" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
hideText |
protected ImageType |
image |
protected String |
label |
protected Integer |
maxLen |
protected String |
refID |
Constructor and Description |
---|
TextChallengeType() |
Modifier and Type | Method and Description |
---|---|
ImageType |
getImage()
Gets the value of the image property.
|
String |
getLabel()
Gets the value of the label property.
|
Integer |
getMaxLen()
Gets the value of the maxLen 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 |
isHideText()
Gets the value of the hideText property.
|
void |
setHideText(Boolean value)
Sets the value of the hideText property.
|
void |
setImage(ImageType value)
Sets the value of the image property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMaxLen(Integer value)
Sets the value of the maxLen property.
|
void |
setRefID(String value)
Sets the value of the refID property.
|
protected ImageType image
protected String refID
protected String label
protected Integer maxLen
protected Boolean hideText
public ImageType getImage()
ImageType
public void setImage(ImageType value)
value
- allowed object is
ImageType
public String getRefID()
String
public void setRefID(String value)
value
- allowed object is
String
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public Integer getMaxLen()
Integer
public void setMaxLen(Integer value)
value
- allowed object is
Integer
public Boolean isHideText()
Boolean
public void setHideText(Boolean value)
value
- allowed object is
Boolean
public 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.
Copyright © 2018 JBoss by Red Hat. All rights reserved.