java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusResponseType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.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 Details

  • Constructor Details

    • ArtifactResponseType

      public ArtifactResponseType()
  • Method Details

    • 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