org.jboss.identity.federation.saml.v2.protocol
Class ArtifactResponseType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.protocol.StatusResponseType
      extended by org.jboss.identity.federation.saml.v2.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/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object any
           
 
Fields inherited from class org.jboss.identity.federation.saml.v2.protocol.StatusResponseType
consent, destination, extensions, id, inResponseTo, issueInstant, issuer, signature, status, version
 
Constructor Summary
ArtifactResponseType()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 
Methods inherited from class org.jboss.identity.federation.saml.v2.protocol.StatusResponseType
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setSignature, setStatus, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 Element Object

setAny

public void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.