|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.profiles.sso.ecp.ResponseType
public class ResponseType
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>
| Field Summary | |
|---|---|
protected java.lang.String |
actor
|
protected java.lang.String |
assertionConsumerServiceURL
|
protected java.lang.Boolean |
mustUnderstand
|
| Constructor Summary | |
|---|---|
ResponseType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActor()
Gets the value of the actor property. |
java.lang.String |
getAssertionConsumerServiceURL()
Gets the value of the assertionConsumerServiceURL property. |
java.lang.Boolean |
isMustUnderstand()
Gets the value of the mustUnderstand property. |
void |
setActor(java.lang.String value)
Sets the value of the actor property. |
void |
setAssertionConsumerServiceURL(java.lang.String value)
Sets the value of the assertionConsumerServiceURL property. |
void |
setMustUnderstand(java.lang.Boolean value)
Sets the value of the mustUnderstand property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean mustUnderstand
protected java.lang.String actor
protected java.lang.String assertionConsumerServiceURL
| Constructor Detail |
|---|
public ResponseType()
| Method Detail |
|---|
public java.lang.Boolean isMustUnderstand()
Stringpublic void setMustUnderstand(java.lang.Boolean value)
value - allowed object is
Stringpublic java.lang.String getActor()
Stringpublic void setActor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAssertionConsumerServiceURL()
Stringpublic void setAssertionConsumerServiceURL(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||