Class TextChallengeType
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.wstrust14.TextChallengeType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()Gets the value of the image property.getLabel()Gets the value of the label property.Gets the value of the maxLen 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 hideText property.voidsetHideText(Boolean value) Sets the value of the hideText property.voidSets the value of the image property.voidSets the value of the label property.voidSets the value of the maxLen property.voidSets the value of the refID property.
-
Field Details
-
image
-
refID
-
label
-
maxLen
-
hideText
-
-
Constructor Details
-
TextChallengeType
public TextChallengeType()
-
-
Method Details
-
getImage
Gets the value of the image property.- Returns:
- possible object is
ImageType
-
setImage
Sets the value of the image property.- Parameters:
value- allowed object isImageType
-
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
-
getMaxLen
Gets the value of the maxLen property.- Returns:
- possible object is
Integer
-
setMaxLen
Sets the value of the maxLen property.- Parameters:
value- allowed object isInteger
-
isHideText
Gets the value of the hideText property.- Returns:
- possible object is
Boolean
-
setHideText
Sets the value of the hideText 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
-