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