public class RelayStateType extends Object
Java class for RelayStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelayStateType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}mustUnderstand use="required""/>
<attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}actor use="required""/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actor |
protected Boolean |
mustUnderstand |
protected String |
value |
| Constructor and Description |
|---|
RelayStateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isMustUnderstand()
Gets the value of the mustUnderstand property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Boolean mustUnderstand
protected String actor
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic Boolean isMustUnderstand()
Stringpublic void setMustUnderstand(Boolean value)
value - allowed object is Stringpublic String getActor()
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.