Class ArtifactResponseType

  • All Implemented Interfaces:
    Serializable, SAML2Object

    public class ArtifactResponseType
    extends StatusResponseType

    Java class for ArtifactResponseType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ArtifactResponseType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
           <sequence>
             <any/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Method Detail

      • getAny

        public Object getAny()
        Gets the value of the any property.
        Returns:
        possible object is Element Object
      • setAny

        public void setAny​(Object value)
        Sets the value of the any property.
        Parameters:
        value - allowed object is Element Object