PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonResponseType
      extended by org.picketlink.identity.federation.saml.v2.protocol.StatusResponseType
          extended by org.picketlink.identity.federation.saml.v2.protocol.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 Summary
protected  Object any
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v2.protocol.StatusResponseType
consent, destination, extensions, id, issueInstant, issuer, status, version
 
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonResponseType
inResponseTo, signature
 
Constructor Summary
ArtifactResponseType(StatusResponseType srt)
           
ArtifactResponseType(String id, XMLGregorianCalendar issueInstant)
           
 
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.picketlink.identity.federation.saml.v2.protocol.StatusResponseType
getConsent, getDestination, getExtensions, getIssuer, getStatus, getVersion, setConsent, setDestination, setExtensions, setIssuer, setStatus
 
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonResponseType
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature
 
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(String id,
                            XMLGregorianCalendar issueInstant)

ArtifactResponseType

public ArtifactResponseType(StatusResponseType srt)
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

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.