Package eu.europa.esig.saml.jaxb.ecp
Class ResponseType
java.lang.Object
eu.europa.esig.saml.jaxb.ecp.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Gets the value of the actor property.Gets the value of the assertionConsumerServiceURL property.Gets the value of the mustUnderstand property.void
Sets the value of the actor property.void
Sets the value of the assertionConsumerServiceURL property.void
setMustUnderstand
(Boolean value) Sets the value of the mustUnderstand property.
-
Field Details
-
mustUnderstand
-
actor
-
assertionConsumerServiceURL
-
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
isMustUnderstand
-
setMustUnderstand
-
getActor
-
setActor
-
getAssertionConsumerServiceURL
-
setAssertionConsumerServiceURL
-