org.jboss.seam.security.external.jaxb.samlv2.protocol
Class ArtifactResponseType

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.samlv2.protocol.StatusResponseType
      extended by org.jboss.seam.security.external.jaxb.samlv2.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 Summary
protected  Object any
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.samlv2.protocol.StatusResponseType
consent, destination, extensions, id, inResponseTo, issueInstant, issuer, signature, status, version
 
Constructor Summary
ArtifactResponseType()
           
 
Method Summary
 Object getAny()
          Gets the value of the any property.
 void setAny(Object value)
          Sets the value of the any property.
 
Methods inherited from class org.jboss.seam.security.external.jaxb.samlv2.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 Object any
Constructor Detail

ArtifactResponseType

public ArtifactResponseType()
Method Detail

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Object Element

setAny

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

Parameters:
value - allowed object is Object Element


Copyright © 2011 Seam Framework. All Rights Reserved.