Package eu.europa.esig.saml.jaxb.ecp
Class ResponseType
java.lang.Object
eu.europa.esig.saml.jaxb.ecp.ResponseType
- All Implemented Interfaces:
Serializable
public class ResponseType extends Object implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Stringactorprotected StringassertionConsumerServiceURLprotected BooleanmustUnderstand -
Constructor Summary
Constructors Constructor Description ResponseType() -
Method Summary
Modifier and Type Method Description StringgetActor()Gets the value of the actor property.StringgetAssertionConsumerServiceURL()Gets the value of the assertionConsumerServiceURL property.BooleanisMustUnderstand()Gets the value of the mustUnderstand property.voidsetActor(String value)Sets the value of the actor property.voidsetAssertionConsumerServiceURL(String value)Sets the value of the assertionConsumerServiceURL property.voidsetMustUnderstand(Boolean value)Sets the value of the mustUnderstand property.
-
Field Details
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
isMustUnderstand
Gets the value of the mustUnderstand property.- Returns:
- possible object is
String
-
setMustUnderstand
Sets the value of the mustUnderstand property.- Parameters:
value- allowed object isString
-
getActor
Gets the value of the actor property.- Returns:
- possible object is
String
-
setActor
Sets the value of the actor property.- Parameters:
value- allowed object isString
-
getAssertionConsumerServiceURL
Gets the value of the assertionConsumerServiceURL property.- Returns:
- possible object is
String
-
setAssertionConsumerServiceURL
Sets the value of the assertionConsumerServiceURL property.- Parameters:
value- allowed object isString
-