Class RelayStateType

java.lang.Object
eu.europa.esig.saml.jaxb.ecp.RelayStateType

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>