Class ArtifactResponseType


  • 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 processContents='lax' minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • any

        protected java.lang.Object any
    • Constructor Detail

      • ArtifactResponseType

        public ArtifactResponseType()
    • Method Detail

      • getAny

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

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