public class SignChallengeType extends AnyAddressingType
Java class for SignChallengeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignChallengeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}Challenge"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
challenge |
anyotherAttributes| Constructor and Description |
|---|
SignChallengeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChallenge()
Gets the value of the challenge property.
|
void |
setChallenge(String value)
Sets the value of the challenge property.
|
addAny, getAny, removeAnyaddOtherAttribute, addOtherAttributes, getOtherAttributesprotected String challenge
Copyright © 2018 JBoss by Red Hat. All rights reserved.